@charset "UTF-8";
/* @import "layout/header";
@import "layout/footer"; */
p {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  margin: 0;
  background: #FFF;
  overflow-y: visible;
}

#audioWrap {
  display: none;
}

#loading {
  height: 100%;
  background: #FFF;
  width: 100%;
  position: absolute;
  z-index: 123;
  /* ul {
  	display: table;
  	margin: 0 auto;
  	height: 100%;
  	li{
  		display: table-cell;
  		opacity: 0;
  		filter: alpha(opacity=0);
  		-ms-filter: "alpha(opacity=0)";
  		vertical-align: middle;
  		position: relative;
  	}
  } */
}
#loading p {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 200px;
  width: 200px;
}

#nav {
  position: absolute;
  z-index: 101;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 966px;
  height: 72px;
  padding: 0;
  background: url(../img/nav2.png) no-repeat;
  display: none;
}
#nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
#nav ul li {
  display: table-cell;
  width: 140px;
  height: 72px;
  cursor: pointer;
}
#nav01 {
  background: url(../img/menu_top2.png) no-repeat;
  background-position: center center;
}
#nav01-active {
  background: url(../img/menu_top1.png) no-repeat;
  background-position: center center;
}
#nav01:hover {
  background: url(../img/menu_top1.png) no-repeat;
  background-position: center center;
}
#nav02 {
  background: url(../img/menu_story2.png) no-repeat;
  background-position: center center;
}
#nav02-active {
  background: url(../img/menu_story1.png) no-repeat;
  background-position: center center;
}
#nav02:hover {
  background: url(../img/menu_story1.png) no-repeat;
  background-position: center center;
}
#nav03 {
  background: url(../img/menu_system2.png) no-repeat;
  background-position: center center;
}
#nav03-active {
  background: url(../img/menu_system1.png) no-repeat;
  background-position: center center;
}
#nav03:hover {
  background: url(../img/menu_system1.png) no-repeat;
  background-position: center center;
}
#nav04 {
  background: url(../img/menu_character2.png) no-repeat;
  background-position: center center;
}
#nav04-active {
  background: url(../img/menu_character1.png) no-repeat;
  background-position: center center;
}
#nav04:hover {
  background: url(../img/menu_character1.png) no-repeat;
  background-position: center center;
}
#nav05 {
  background: url(../img/menu_gallery2.png) no-repeat;
  background-position: center center;
}
#nav05-active {
  background: url(../img/menu_gallery1.png) no-repeat;
  background-position: center center;
}
#nav05:hover {
  background: url(../img/menu_gallery1.png) no-repeat;
  background-position: center center;
}
#nav06 {
  background: url(../img/menu_registration2.png) no-repeat;
  background-position: center center;
}
#nav06:hover {
  background: url(../img/menu_registration1.png) no-repeat;
  background-position: center center;
}
#nav #sound {
  float: right;
  margin: 0 10px 0 0;
}
#nav #sound div {
  float: left;
  margin: 3px 5px 0 0;
}
#nav #sound #play {
  cursor: pointer;
}
#nav #sound #stop {
  cursor: pointer;
}
#pagetop {
  width: 112px;
  height: 112px;
  position: fixed;
  z-index: 102;
  background: url(../img/pagetop.png) no-repeat;
  right: 30px;
  bottom: -112px;
  cursor: pointer;
}

#game {
  position: fixed;
  z-index: 103;
  right: -300px;
  top: 100px;
  cursor: pointer;
  width: 184px;
  height: 283px;
  background: url(../img/game.png) no-repeat;
}

#header {
  width: 100%;
  height: 35px;
  background: #0d0d0d;
  z-index: 100;
  position: absolute;
  top: 0;
  display: none;
  /*サウンドボタン*/
}
#header #logo {
  position: absolute;
  top: 2px;
  left: 20px;
}
#fullpage {
  text-align: center;
  width: 100%;
  display: none;
}
#fullpage .section {
  background-color: #FFF;
  max-height: 100%;
  background-size: cover;
  padding: 0 0 0 0;
  background-position: center center;
}
#fullpage .section .ttl {
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -479px;
  width: 958px;
}
#fullpage #test1 {
  background-image: url(../img/bg_01.jpg);
  width: 100%;
  height: 800px;
}
#fullpage #test1 #btnGroup {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
#fullpage #test1 .base {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 760;
  margin: 0 auto;
  position: absolute;
  top: 30px;
}
#fullpage #test1 .base #title {
  right: 0;
  left: 0;
  position: absolute;
  top: 18px;
  z-index: 10;
  width: 364px;
  display: none;
}
#fullpage #test1 .base .title {
  right: 0;
  left: 0;
  position: absolute;
  top: 18px;
  z-index: 10;
  width: 364px;
}
#fullpage #test1 .base .title img {
  width: 100%;
  height: auto;
}
#fullpage #test1 .base #copy {
  position: absolute;
  margin: 0 auto;
  top: 40px;
  left: 0;
  right: 0;
  display: none;
}
#fullpage #test1 .base #character01 {
  position: absolute;
  top: 120px;
  right: 236px;
  z-index: 101;
  opacity: 0;
}
#fullpage #test1 .base #character02 {
  position: absolute;
  top: 200px;
  left: 226px;
  z-index: 101;
  opacity: 0;
}
#fullpage #test1 .base #character03 {
  position: absolute;
  top: 262px;
  left: -132px;
  opacity: 0;
}
#fullpage #test1 .base #character04 {
  position: absolute;
  top: 274px;
  right: -74px;
  opacity: 0;
}
#fullpage #test1 .base .tback {
  top: 500px;
  left: 0;
  width: 374px;
  height: 258px;
  background-image: url(../img/frame2.png);
  position: absolute;
  z-index: 102;
}
#fullpage #test1 .base .tback .title {
  background: url(../img/twitter.png) no-repeat;
  top: 8px;
  left: 0px;
  right: 0px;
  height: 18px;
  width: 118px;
  margin: 0 auto;
}

#fullpage #test1 .base .youtube {
  top: 544px;
  left: 380px;
  width: 372px;
  height: 216px;
  position: absolute;
  z-index: 102;
}
#fullpage #test1 .base #text01 {
  top: 400px;
  left: 760px;
  width: 302px;
  height: 270px;
  position: absolute;
  z-index: 102;
}
#fullpage #test2 {
  background-image: url(../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 820px;
}
#fullpage #test2 .base {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 660px;
  margin: 0 auto;
  top: 30px;
}
#fullpage #test2 .base #storyContents {
  position: absolute;
  top: 120px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#fullpage #test3 {
  background-image: url(../img/bg_03.jpg);
}
#fullpage #test3 .fp-prev,
#fullpage #test3 .fp-next {
  display: none;
  width: 37px;
  height: 81px;
}
#fullpage #test3 .hogetest {
  height: 50%;
  background: #FF0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#fullpage #test3 .base {
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 930px;
  height: 573px;
  margin: auto;
  /* background: url(../img/sec02_bg.png) no-repeat; */
  position: absolute;
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
}
#fullpage #test3 .base div {
  position: absolute;
  cursor: pointer;
}
#fullpage #test3 .base div div {
  position: absolute;
}
#fullpage #test3 .base #land0 {
  width: 280px;
  height: 320px;
}
#fullpage #test3 .base #land0 #i0 {
  top: 30px;
  left: 90px;
}
#fullpage #test3 .base #land0 #i4 {
  top: 170px;
  left: 150px;
}
#fullpage #test3 .base #land0 #ibg0 {
  /* display: none; */
  left: 30px;
  top: 20px;
}
#fullpage #test3 .base #land0 #ibg0 img {
  position: absolute;
}
#fullpage #test3 .base #land1 {
  width: 220px;
  height: 320px;
  left: 310px;
}
#fullpage #test3 .base #land1 #i1 {
  top: 30px;
  left: 0px;
}
#fullpage #test3 .base #land1 #i3 {
  top: 90px;
  left: 160px;
}
#fullpage #test3 .base #land1 #ibg1 {
  /* display: none; */
  left: -50px;
  top: 11px;
}
#fullpage #test3 .base #land1 #ibg1 img {
  position: absolute;
}
#fullpage #test3 .base #land2 {
  width: 260px;
  height: 320px;
  left: 660px;
}
#fullpage #test3 .base #land2 #i2 {
  top: 30px;
  left: 50px;
}
#fullpage #test3 .base #land2 #i6 {
  top: 170px;
  left: 150px;
}
#fullpage #test3 .base #land2 #ibg2 {
  /* display: none; */
  left: -70px;
  top: 0;
}
#fullpage #test3 .base #land2 #ibg2 img {
  position: absolute;
}
#fullpage #test3 .base #land3 {
  width: 240px;
  height: 220px;
  top: 180px;
  left: 500px;
}
#fullpage #test3 .base #land3 #i5 {
  top: -10px;
  left: 100px;
}
#fullpage #test3 .base #land3 #i9 {
  top: 120px;
  left: 50px;
}
#fullpage #test3 .base #land3 #ibg3 {
  /* display: none; */
  left: -40px;
  top: -44px;
}
#fullpage #test3 .base #land3 #ibg3 img {
  position: absolute;
}
#fullpage #test3 .base #land4 {
  width: 260px;
  height: 260px;
  left: 250px;
  top: 230px;
}
#fullpage #test3 .base #land4 #i7 {
  top: 10px;
  left: 50px;
}
#fullpage #test3 .base #land4 #i10 {
  top: 100px;
  left: 160px;
}
#fullpage #test3 .base #land4 #ibg4 {
  /* display: none; */
  left: -10px;
  top: -37px;
}
#fullpage #test3 .base #land4 #ibg4 img {
  position: absolute;
}
#fullpage #test3 .base #land5 {
  width: 160px;
  height: 160px;
  top: 230px;
}
#fullpage #test3 .base #land5 #i8 {
  top: 40px;
  left: 40px;
}
#fullpage #test3 .base #land5 #ibg5 {
  /*  display: none; */
  left: 5px;
  top: 2px;
}
#fullpage #test3 .base #land5 #ibg5 img {
  position: absolute;
}
#fullpage #test3 .base #land6 {
  width: 450px;
  height: 280px;
  left: 480px;
  top: 350px;
}
#fullpage #test3 .base #land6 #i11 {
  top: 20px;
  left: 310px;
}
#fullpage #test3 .base #land6 #i13 {
  top: 90px;
  left: 180px;
}
#fullpage #test3 .base #land6 #ibg6 {
  /* display: none; */
  left: 17px;
  top: -52px;
}
#fullpage #test3 .base #land6 #ibg6 img {
  position: absolute;
}
#fullpage #test3 .base #land7 {
  width: 500px;
  height: 200px;
  top: 420px;
}
#fullpage #test3 .base #land7 #i12 {
  top: -20px;
  left: 160px;
}
#fullpage #test3 .base #land7 #i14 {
  top: 40px;
  left: 300px;
}
#fullpage #test3 .base #land7 #ibg7 {
  /* display: none; */
  left: 73px;
  top: -59px;
}
#fullpage #test3 .base #land7 #ibg7 img {
  position: absolute;
}
#fullpage #test3 #land0D,
#fullpage #test3 #land1D,
#fullpage #test3 #land2D,
#fullpage #test3 #land3D,
#fullpage #test3 #land4D,
#fullpage #test3 #land5D,
#fullpage #test3 #land6D,
#fullpage #test3 #land7D {
  /* left:100px; */
  display: none;
  cursor: default;
  position: absolute;
  top: 0;
  width: 100%;
}
#fullpage #test3 .ovl {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=0.5)";
  display: none;
}
#fullpage #test3 .cloud1 {
  position: absolute;
  top: 0;
  left: 0;
}
#fullpage #test3 .cloud2 {
  position: absolute;
  top: 0;
  right: 0;
}
#fullpage #test3 .cloud3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#fullpage #test3 .cloud4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
#fullpage #test3 .detail {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1030px;
  height: 615px;
  margin: auto;
  top: 0;
  position: absolute;
  z-index: 1205;
  display: none;
}
#fullpage #test3 .detail .detail-in {
  width: 1000px;
  height: 100%;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  margin: 0 0 0 -500px;
  /* z-index: 300; */
}
#fullpage #test3 .detail .detail-in .fp-prev {
  display: block;
  left: -37px;
  background: url(../img/sec5_prev.png) no-repeat;
}
#fullpage #test3 .detail .detail-in .fp-next {
  display: block;
  right: -37px;
  background: url(../img/sec5_next.png) no-repeat;
}
#fullpage #test3 .detail .detail-in .fp-controlArrow {
  border: none;
}
/*
#fullpage #test3 .detail .slide {
  z-index: 306;
  position: relative;
}
#fullpage #test3 .detail .slide .btns {
  position: absolute;
  top: 400px;
  left: 50%;
  margin: 0 0 0  -485px;
  width: 970px;
  cursor: pointer;
}
#fullpage #test3 .detail .slide .btns .btns-01 {
  position: absolute;
  left: 0;
}
#fullpage #test3 .detail .slide .btns .btns-02 {
  position: absolute;
  left: 220px;
}
#fullpage #test3 .detail .slide .btns .btns-03 {
  position: absolute;
  left: 0;
  top: 70px;
}
#fullpage #test3 .detail .slide .btns .btns-04 {
  position: absolute;
  left: 220px;
  top: 70px;
}
#fullpage #test3 .detail .slide .close {
  position: absolute;
  bottom: 190px;
  right: 190px;
  margin: auto;
  width: 43px;
  height: 43px;
  z-index: 307;
  cursor: pointer;
}
*/
#fullpage #test3 .detail .fp-tableCell {
  height: 510px !important;
}
#fullpage #test4 {
  background-image: url(../img/bg_04.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 800px;
}
#fullpage #test4 .base {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 660px;
  margin: 0 auto;
  top: 30px;
}
#fullpage #test4 .dummy {
  position: absolute;
  margin: 0 auto;
  left:0;
  right:0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.flex-activate {
    cursor: pointer;
}
#fullpage #test4 .fp-prev,
#fullpage #test4 .fp-next {
  display: none;
  width: 37px;
  height: 81px;
}
#fullpage #test4 .flexslider .ch-desc {
  display: block;
  position: relative;
  margin: 0 auto;
  left: 94px;
}
#fullpage #test4 .flexslider .flex-prev {
  display: block;
  background: url(../img/sec5_prev.png) no-repeat left;
}
#fullpage #test4 .flexslider .flex-next {
  display: block;
  background: url(../img/sec5_next.png) no-repeat right;
}
#fullpage #test4 .flexslider .fp-controlArrow {
  border: none;
}
#fullpage #test4 .flexslider {
  position: relative;
  margin: 0 auto;
}
#fullpage #test4 .clone {
  width: 1000px !important;
}
#fullpage #test4 .ttl {
  z-index: 700;
}
#fullpage #test4 .detail {
  width: 100%;
  z-index: 1205;
  opacity:0;
  filter: alpha(opacity=0);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";  /* ie 8 */
  -moz-opacity:0;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;              /* Safari 1.x */
}
#fullpage #test4 .detail .detail-in {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
#fullpage #test4 .detail .detail-in .fp-prev {
  display: block;
  left: -37px;
  background: url(../img/sec5_prev.png) no-repeat;
}
#fullpage #test4 .detail .detail-in .fp-next {
  display: block;
  right: -37px;
  background: url(../img/sec5_next.png) no-repeat;
}
#fullpage #test4 .detail .detail-in .fp-controlArrow {
  border: none;
}
#fullpage #test4 .detail .close {
  position: absolute;
  bottom: 50px;
  right: 200px;
  margin: auto;
  width: 43px;
  z-index: 307;
}
#fullpage #test4 .detail .close img {
  float: right;
  cursor: pointer;
}
#fullpage #test4 .detail .slide {
  z-index: 306;
  width: 974px;
  position: relative;
  /* top:-168px; */
}
#fullpage #test4 .detail .slides li {
  height: 699px !important;
}
#fullpage #test4 .detail .btns {
  position: relative;
  left: 144px;
  top: -100px;
  cursor: pointer;
}
#fullpage #test4 .detail .btns .btn-back {
  background: url(../img/voice_btn.png) no-repeat;
  width:92px;
  height: 39px;
  float: left;
}
#fullpage #test4 .detail .btns .btn-back .btn-text {
  left: 10px;
  top: 14px;
  position: relative;
}
#fullpage #test4 .detail .slide .btns .btns-01 {
  position: absolute;
  left: 0;
}
#fullpage #test4 .detail .slide .btns .btns-02 {
  position: absolute;
  left: 220px;
}
#fullpage #test4 .detail .slide .btns .btns-03 {
  position: absolute;
  left: 0;
  top: 70px;
}
#fullpage #test4 .detail .slide .btns .btns-04 {
  position: absolute;
  left: 220px;
  top: 70px;
}
#fullpage #test4 .base div .chara {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 450px;
}
#fullpage #test4 .base p {
  z-index: 204;
  position: absolute;
}
#fullpage #test4 .base p img {
  position: absolute;
  width: 0;
  height: 0;
}
#fullpage #test4 .base #pl03 {
  position: absolute;
  top: 180px;
  margin: 0 auto;
  left: 425px;
  right: 0;
  height: 450px;
  width: 300px;
}
#fullpage #test4 .base #pl04 {
  position: absolute;
  top: 180px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  height: 450px;
  width: 200px;
}
#fullpage #test4 .base #pl05 {
  position: absolute;
  top: 180px;
  margin: 0 auto;
  left: -450px;
  right: 0;
  height: 450px;
  width: 200px;
}
#fullpage #test4 .base #pl06 {
  position: absolute;
  top: 180px;
  margin: 0 auto;
  left: -900px;
  right: 0;
  height: 450px;
  width: 200px;
}
#fullpage #test4 .base #pl07 {
  position: absolute;
  top: 180px;
  margin: 0 auto;
  left: 900px;
  right: 0;
  height: 450px;
  width: 200px;
}
#fullpage #test4 .base #pl03-img {
  position: relative;
  cursor: pointer;
}
#fullpage #test4 .base #pl04-img {
  position: relative;
  bottom: -42px;
  cursor: pointer;
}
#fullpage #test4 .base #pl05-img {
  position: relative;
  bottom: -42px;
  cursor: pointer;
}
#fullpage #test4 .base #pl06-img {
  position: relative;
  cursor: pointer;
}
#fullpage #test4 .base #pl07-img {
  position: relative;
  bottom:20px;
  cursor: pointer;
}
#fullpage #test4 .base #v03 {
  left: 90px;
  top: -40px;
}
#fullpage #test4 .base #v04 {
  left: 0;
  top: -60px;
}
#fullpage #test4 .base #v05 {
  left: 50px;
  top: -70px;
}
#fullpage #test4 .base #v06 {
  left: 0;
  top: 50px;
}
#fullpage #test4 .base #v07 {
  left: 0;
  top: 50px;
}
#fullpage #test4 .base .nameWrapper {
  background: url(../img/character_name.png) no-repeat;
  width: 164px;
  right: 0px;
  height: 38px;
  margin: 0 auto;
}
#fullpage #test4 .base .ch-name {
  position: relative;
  top: 6px;
}
#fullpage #test4 .base .cv-name {
  position: relative;
  top: 14px;
}
#fullpage #test5 {
  background-image: url(../img/bg_05.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 800px;
}
#fullpage #test5 .fp-prev,
#fullpage #test5 .fp-next {
  display: none;
  width: 37px;
  height: 81px;
}
#fullpage #test5 .base {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 660px;
  margin: 0 auto;
  top: 30px;
}
#fullpage #test5 .flexslider .flex-prev {
  display: block;
  background: url(../img/sec5_prev.png) no-repeat left;
}
#fullpage #test5 .flexslider .flex-next {
  display: block;
  background: url(../img/sec5_next.png) no-repeat right;
}
#fullpage #test5 .flexslider .fp-controlArrow {
  border: none;
}
#fullpage #test5 .flexslider {
  position: relative;
  top: 160px;
  bottom: 0px;
  margin: 0 auto;
}
#fullpage #test5 .clone {
  width: 1000px !important;
}
#fullpage #test5 #slide01 img {
  /* margin: 100px 0 0 100px; */
}
#fullpage #test5 #slide02 img {
  /* margin: 100px 0 0 100px; */
}
#fullpage #test5 #slide03 img {
  /* margin: 100px 0 0 100px; */
}
#fullpage #test5 #slide04 img {
  /* margin: 100px 0 0 100px; */
}
#fullpage #test6 {
  background-image: url(../img/bg_06.jpg);
  width: 100%;
  height: 800px;
}
#fullpage #test6 .base {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 760;
  margin: 0 auto;
  position: absolute;
  top: 30px;
}
#fullpage #test6 .base .youtube {
/*  top: 500px;*/
/*  left: 320px;*/
  width: 316px;
  height: 218px;
  background-image: url(../img/frame.png);
  position: absolute;
  z-index: 102;
}
#fullpage #test6 .base .youtube .title {
  top: 6px;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}
#fullpage #test6 .base .youtube .contentWrapper {
  min-width: 180px !important;
  width: 296px;
  height: 170px;
  margin-top: 2px !important;
  background-position: center center;
  background-size: 298px 170px;
}
#fullpage #test6 .base ul {
  top: 100px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#fullpage #test6 .base ul li {
  width: 316px;
  height: 218px;
  float: left;
  list-style: none;
  margin: 0 30px 50px;
  position: relative;
  left: 86px;
  right: 0;
}
#fullpage #test6 .base ul li p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 105px;
  height: 62px;
}
#fullpage #test6 .base ul li p img {
  position: absolute;
  top: 0;
  left: 0;
}
#fullpage #test6 .base ul li div {
  /* bottom: 0; */
  margin: 10px auto;
  padding: 0 0 0 3px;
  position: absolute;
  text-align: center;
  width: 328px;
  height: 32px;
  line-height: 32px;
  color: #FFF;
}
#fullpage #test6 .base .notes {
  top: 700px;
  position: absolute;
  width: 217px;
  right: 0;
  left: 0;
  margin: auto;
}
#fullpage #test7 {
  position: relative;
  background-image: url(../img/bg_07.jpg);
}
#fullpage #test7 #footer {
  position: absolute;
}
#fullpage #test7 .zeing {
  z-index: 308;
  /* position: absolute;
  left:50%;
  margin: 0 0 0 -850px;
  bottom: 0;
  width: 365px;
  height: 755px; */
}
#fullpage #test7 .zeing img {
  position: absolute;
  top: 0;
  left: 0;
}
#fullpage #test7 .zeing .hukidashi {
  top: -50px;
  left: 100px;
}
#footerWrapper {
  background: url(../img/footer.png) repeat-x;
  height: 140px;
  position: relative;
  margin-top: -40px;
  display: none;
}
#footer {
  clear: both;
  position: absolute;
  z-index: 101;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 966px;
  height: 140px;
  padding: 0;
}
#footer #btn {
  position: relative;
  margin: 0 auto;
  width:320px;
  left: -360px;
  top: 50px;
}
#footer #spec1 {
  color: #FFF;
  position: absolute;
  left: 0px;
  right: 150px;
  margin: 0 auto;
  width: 300px;
  line-height: 1.2em;
  top: 48px;
  font-size: 6pt;
}
#footer #spec2 {
  color: #FFF;
  position: absolute;
  top: 48px;
  left: 182px;
  right: 0px;
  line-height: 1.2em;
  margin: 0 auto;
  width: 382px;
  font-size: 6pt;
}
#footer #sns {
  position: absolute;
  top: 48px;
  right: 0px;
  left: 860px;
  margin: 0 auto;
  width: 200px;
}
#footer #copyright {
  text-align: center;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  /*width: 110px;*/
  font-size: 7pt;
  color: #FFF;
}
#footer .base {
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 165px;
  margin: auto;
  padding: 0 20px;
}
#footer .base .colum {
  width: 480px;
  float: left;
  margin: 30px 0 0 0;
  font-size: 1.3rem;
  text-align: center;
}
#footer .base .colum dl {
  display: table;
  margin: 0;
}
#footer .base .colum dl dt {
  display: table-cell;
  padding: 0 30px 0 0;
}
#footer .base .colum dl dd {
  display: table-cell;
  vertical-align: top;
}
#footer .base .colum dl dd dl {
  overflow: hidden;
  margin: 0;
}
#footer .base .colum dl dd dl dt {
  float: left;
  width: 80px;
  padding: 0;
}
#footer .base .colum dl dd dl dd {
  margin: 0;
  float: left;
}
#footer .base .colum ul {
  margin: -1px 0 0 0;
  padding: 0;
}
#footer .base .colum ul li {
  display: inline;
  /* 横並びにさせる */
  border-left: 1px solid #fff;
  /* 区切り線 */
  padding: 0 3px 0 6px;
}
#footer .base .colum ul li a {
  color: #FFF;
  text-decoration: none;
}
#footer .base .colum ul li:first-child {
  border-left: none;
}
#footer .base .colum div {
  margin: 5px 0;
}

#jizen {
  /* background: url("../img/bg_11.jpg") no-repeat; */
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  min-width: 1000px;
}
#jizen #content {
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
#jizen #content #topcontent {
  background: url("../img/bg_10.jpg") no-repeat;
  background-size: cover;
}
#jizen #content #topcontent .title {
  left: -224px;
  margin: auto;
  height: auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
#jizen #content #topcontent .title img {
  width: 100%;
  height: auto;
}
#jizen #content #topcontent .base {
  right: 0;
  bottom: 50px;
  left: 0;
  width: 1058px;
  height: 580px;
  margin: auto;
  position: absolute;
}
#jizen #content #topcontent .base #player {
  position: absolute;
  left: 150px;
}
#jizen #content #topcontent .base #text01 {
  position: absolute;
  left: 30px;
  top: 150px;
}
#jizen #content #topcontent .base #text02 {
  position: absolute;
  left: 530px;
  top: 230px;
}
#jizen #content #topcontent .base #btn {
  position: absolute;
  left: 25px;
  top: 490px;
}
#jizen #content #topcontent .base #youtube {
  position: absolute;
  bottom: 50px;
  right: -80px;
  cursor: pointer;
}
#jizen #content #topcontent #nav2 {
  background: url("../img/img_nav022.png") no-repeat;
  width: 1114px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -557px;
  z-index: 20;
}
#jizen #content #topcontent #nav2 ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
#jizen #content #topcontent #nav2 ul li {
  display: table-cell;
  width: 210px;
  height: 78px;
  cursor: pointer;
}
#jizen #content #topcontent #nav2 ul #nav00 {
  width: 150px;
}
#jizen #content #topcontent #nav2 ul #nav02,
#jizen #content #topcontent #nav2 ul #nav03 {
  width: 300px;
}
#jizen #content #lowercontet {
  margin: 0 auto 100px;
  width: 990px;
}
#jizen #content #lowercontet .offset {
  margin: 0 0 0 -40px;
}
#jizen #content #lowercontet .colum {
  margin: 60px 0 0 0;
  position: relative;
}
#jizen #content #lowercontet .colum p {
  text-align: center;
  margin: 0;
  position: relative;
}
#jizen #content #lowercontet .colum #input01 {
  border: medium none;
  left: 240px;
  padding: 10px;
  position: absolute;
  top: 625px;
  width: 510px;
  text-align: center;
}
#jizen #content #lowercontet .colum #submit_btn1 {
  position: absolute;
  width: 235px;
  height: 72px;
  background: url(../img/btn_jizen_apple.png) no-repeat;
  border: none;
  top: 690px;
  left: 250px;
}
#jizen #content #lowercontet .colum #submit_btn2 {
  position: absolute;
  width: 235px;
  height: 72px;
  background: url(../img/btn_jizen_google.png) no-repeat;
  border: none;
  top: 690px;
  left: 520px;
}
#jizen #content #lowercontet .colum .prv {
  position: absolute;
  left: 230px;
  top: 520px;
}
#jizen #content #lowercontet .colum .chk {
  position: absolute;
  left: 341px;
  top: 565px;
  cursor: pointer;
}
#jizen #content #lowercontet .colum .ml {
  position: absolute;
  top: 700px;
  left: 310px;
  cursor: pointer;
}
#jizen #content #lowercontet .colum .tw {
  position: absolute;
  top: 920px;
  left: 310px;
  cursor: pointer;
}
#jizen #content #lowercontet .colum #btnF {
  position: absolute;
  top: 520px;
  left: 300px;
}
#jizen #content #lowercontet .colum #btnA {
  position: absolute;
  top: 1025px;
  left: 180px;
  cursor: pointer;
}
#jizen #content #lowercontet .colum #contentA0 {
  position: absolute;
  top: 910px;
  left: 90px;
  width: 400px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFF;
}
#jizen #content #lowercontet .colum #contentA {
  position: absolute;
  top: 1280px;
  left: 90px;
  width: 370px;
}
#jizen #content #lowercontet .colum #contentA dl {
  overflow: hidden;
  padding: 0 40px;
  color: #FFF;
  font-size: 1.7rem;
  margin: 0;
}
#jizen #content #lowercontet .colum #contentA dl dt {
  float: left;
  clear: both;
  width: 150px;
}
#jizen #content #lowercontet .colum #contentA dl dd {
  line-height: 1.5;
  margin: 0;
}
#jizen #content #lowercontet .colum #contentB {
  position: absolute;
  top: 1280px;
  left: 530px;
  width: 370px;
}
#jizen #content #lowercontet .colum #contentB dl {
  overflow: hidden;
  padding: 0px 40px;
  color: #FFF;
  font-size: 1.7rem;
  margin: 0;
}
#jizen #content #lowercontet .colum #contentB dl dt {
  float: left;
  clear: both;
  width: 150px;
}
#jizen #content #lowercontet .colum #contentB dl dd {
  line-height: 1.5;
  margin: 0;
}
#jizen #content #lowercontet .colum #contentB0 {
  position: absolute;
  top: 910px;
  left: 500px;
  width: 400px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFF;
}
#jizen #content #lowercontet .colum #btnB {
  position: absolute;
  top: 1025px;
  left: 530px;
}
#jizen #content #lowercontet .colum #cnt {
  font-size: 8rem;
  color: #FFF;
  position: absolute;
  top: 450px;
  left: 300px;
  text-align: right;
  width: 300px;
}
#jizen #content #lowercontet .colum #popup {
  width: 995px;
  height: 899px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#jizen #content #lowercontet .colum #popup #bg {
  width: 925px;
  height: 1100px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  position: relative;
  top: 30px;
  left: 30px;
}
#jizen #content #lowercontet .colum #popup #pcontent {
  position: absolute;
  top: 400px;
  left: 200px;
  background: url(../img/jizen_popup.png) no-repeat;
  width: 609px;
  height: 234px;
}
#jizen #content #lowercontet .colum #popup #pcontent #submit_btn3 {
  position: absolute;
  width: 235px;
  height: 72px;
  background: url(../img/btn_jizen_apple.png) no-repeat;
  border: none;
  top: 110px;
  left: 50px;
}
#jizen #content #lowercontet .colum #popup #pcontent #submit_btn4 {
  position: absolute;
  width: 235px;
  height: 72px;
  background: url(../img/btn_jizen_google.png) no-repeat;
  border: none;
  top: 110px;
  left: 320px;
}
#jizen #content #lowercontet .colum #popup2 {
  width: 995px;
  height: 1740px;
  position: absolute;
  top: 160px;
  left: 0;
  display: none;
}
#jizen #content #lowercontet .colum #popup2 #bg2 {
  width: 925px;
  height: 1740px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  position: relative;
  top: 30px;
  left: 30px;
}
#jizen #content #lowercontet .colum #popup2 #pcontent2 {
  position: absolute;
  top: 700px;
  left: 200px;
  background: url(../img/jizen_popup02.png) no-repeat;
  width: 609px;
  height: 234px;
}
#jizen #content #lowercontet .colum #popup2 #pcontent2 #submit_btn5 {
  position: absolute;
  width: 235px;
  height: 72px;
  background: url(../img/btn_sign.png) no-repeat;
  border: none;
  top: 110px;
  left: 50px;
  color: #FFF;
  font-weight: bold;
}
#jizen #content #lowercontet .colum #popup2 #pcontent2 #submit_btn6 {
  position: absolute;
  width: 235px;
  height: 72px;
  background: url(../img/btn_sign.png) no-repeat;
  border: none;
  top: 110px;
  left: 320px;
  color: #FFF;
  font-weight: bold;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.ic-twitter-badge {
  position: absolute;
  left: 0 !important;
}

/* .timeline-header{
	border:none;
} */
.twitter-timeline {
  min-width: 180px !important;
  width: 294px;
  height: 180px;
  margin-top: 36px !important;
  /* origin
  min-width: 520px !important;
  margin: 70px 60px 0 45px !important;
  float: right !important;
  */
}

#twitter-widget-0 {
  width: 360px !important;
  height: 212px !important;
  min-height: 170px !important
}

.timeline-footer {
  display: none;
}

#privacy {
  min-width: 1000px;
}
#privacy #topcontent .title {
  background: url(../img/head_privacy.jpg) no-repeat center top;
  height: 163px;
  margin: 37px 0 0 0;
  padding: 0;
}
#privacy #topcontent #nav3 {
  background: url("../img/privacy_nav_bg.jpg") no-repeat center top;
  height: 94px;
  margin: 0 auto;
  padding: 0;
}
#privacy #topcontent #nav3 ul {
  background: url("../img/nav.png") no-repeat center top;
  height: 80px;
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 1114px;
}
#privacy #topcontent #nav3 ul li {
  list-style: none;
  display: table-cell;
  width: 160px;
  height: 78px;
  cursor: pointer;
}
#privacy #topcontent #nav3 ul li a {
  display: block;
  width: 160px;
  height: 78px;
}
#privacy #topcontent #nav3 ul #nav01 {
  width: 150px;
  height: 78px;
}
#privacy #topcontent #nav3 ul #nav02 {
  width: 130px;
  height: 78px;
}
#privacy #topcontent #nav3 ul #nav03 {
  width: 110px;
  height: 78px;
}
#privacy #topcontent #nav3 ul #nav04 {
  width: 130px;
  height: 78px;
}
#privacy #topcontent #nav3 ul #nav05 {
  width: 110px;
  height: 78px;
}
#privacy #topcontent #nav3 ul #nav06 {
  width: 110px;
  height: 78px;
}
#privacy .policy {
  background: url("../img/privacy_bg.jpg") no-repeat center top;
  height: 1105px;
}
#privacy .policy .policy_inner {
  width: 960px;
  margin: 0 auto;
  padding: 150px 0 0 0;
}
#privacy .policy .policy_inner h1 {
  font-size: 1.8rem;
}
#privacy .policy .policy_inner p {
  margin: 0;
  padding: 0;
}
#privacy .policy .policy_inner .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
#registration-num {
  position: absolute;
  left: -78px;
  top: 20px;
}
#registration-banner {
  position: relative;
  top: 100px;
}
#term {
  position: absolute;
  top: 186px;
  left: 114px;
}
