html,body {
    width: 100%;
    overflow: hidden;
}
body {
}

#container {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
/*-----------------------------------------------------
openingmovie
-------------------------------------------------------*/
#openingMovieArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 1.0);
}
#openingMovie{
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	max-width: 720px;
}
#tower{
    position: relative;
    width: 100%;
    max-width: 720px;
}

#movieArea li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#tower #video0 {
    position: absolute;
    top: 200px;
}
.partsVideo {
    /* opacity: 0.4; */
    position: absolute;
    top: 0;
    left: 0;
}

.imageTower {
    position: absolute;
    top: 0;
    left: 0;
}


.messageBox {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 12;
}
.messageWrap {
    display: table;
    width: 100%;
    height: 100%;
}
.messageWrap > div{
    display: table-cell;
    vertical-align: middle;
}
.messageBox h2 {
    font-family: serif;
    text-align: center;
    margin-top: 0;
    font-size: 1.1rem;
} 
.messageBox p.centerMessage {
    margin: 20px auto 0;
    text-align: center;
    padding: 0 15px;
    line-height: 2.6em;
    font-size: 0.7rem;
    max-width: 960px;
}

.btnHide {
    display: table;
    margin: 60px auto 0;
    width: 280px;
    height: 50px;
    /* border: solid 1px #ccc; */
    background-color: #ccc;
}
.btnHide > span {
    display: table-cell;
    text-align: center;
    color: #000;
    vertical-align: middle;
}
#firstMessage {
    display: none;
}

#campaignMessage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 13;
    -webkit-overflow-scrolling: touch;
}
#campaignMessage > div.campaignWrap {
    margin: 3% auto 0;
    width: 94%;
    max-width: 960px;
    height: 94%;
    overflow-y: auto;
    color: #fff;
    -webkit-overflow-scrolling: touch;
}
#campaignMessage * {
    color: #fff;
}
#campaignMessage > div.campaignWrap h2 {
    font-family: serif;
    text-align: center;
    margin-top: 0;
    font-size: 1.2rem;
}
#campaignMessage > div.campaignWrap h3 {
    text-align: left;
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: bold;
}
#campaignMessage > div.campaignWrap ul > li {
    text-align: left;
    margin-top: 10px 0 0 0;
    padding: 0 0 0 10px;
    font-size: 0.8rem;
    background-image: url(../images/top/square.png);
    background-repeat: no-repeat;
    background-size: 5px 5px;
    background-position: 0 0.8em;
}
#campaignMessage > div.campaignWrap ul  {
    padding-bottom: 15px;
    border-bottom: solid 1px rgb(134, 134, 134);
}
a#presentConfirm {
    display: table;
    margin: 40px auto 20px;
    width: 200px;
    height: 40px;
    background-color: #ccc;
    font-size: 0.8rem;
}
a#presentConfirm > span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000 !important;
}

#goodBtnArea {
    display: none;
    width: 60px;
    height: 60px;
 }
 #goodBtnArea > div {
    position: fixed;
    display: table;
    left: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
 }
#goodBtnArea > div > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #333;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    font-size: 0.8rem;
    border: solid 1px #0f2089;
    animation: fuwafuwa 1.0s infinite alternate linear;
} 
#goodBtnArea > div > a > span{
    display: block;
    text-align: center;
    line-height: 1.2em;
} 


@-webkit-keyframes fuwafuwa {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
    }
  }
  @keyframes fuwafuwa {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
    }
  }

.partsVideoLink {
    position: absolute;
}

#clickText {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    height: 30px;
    margin-left: -100px;
    width: 100%;
    color: rgb(175, 175, 175);
    text-align: center;
    font-size: 1.0rem;
    line-height: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 200px;
}

#youtubeArea {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 12;
}
#youtubeArea div.videWrapper{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#youtubeArea div.videWrapper div.video{
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
}
#youtubeArea div.videWrapper div.video iframe{
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 90%;f
}
#youtubeArea > div > h3 {
    text-align: center;
    padding: 10px 0 0 0;
}
#youtubeArea > div > p {
    padding: 10px 15px 20px 15px;
    font-size: 0.9rem;
    text-align: center;
}

#goodPointArea {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
}
#goodPointBg {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#goodPointArea div#goodPostArea {
    position: fixed;
    width: 300px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -125px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #333;
    border: solid 4px #0f2089;
    box-sizing: border-box;
}
p#goodText {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
    width: 90%;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: solid 1px #0f2089;
}
#goodPointText {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1.0rem;
}
#goodBtn {
    display: block;
    width: 200px;
    text-align: center;
    line-height: 50px;
    border: solid 1px #0f2089;
    margin: 10px auto 10px;
    color: #0f2089;
    background: #fff;
}

#goodNumber {
    font-size: 1.0rem;
    color: #333;
}
#goodNumber > span{
    color: #0f2089;
    font-size: 1.2rem;
}
#goodInfoBtn {
    display: inline-block;
    color: rgb(102, 102, 102);
    margin: 10px 0 0 0;
    font-size: 0.8rem;
}

#titles {
}
#titles > li{
    display: none;
}
#titles > li a{
    display: block;
    margin: 0;
    padding: 5px 0;
    position: fixed;
    bottom: 60px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    font-size: 0.8rem;
    text-align: center;
    color: #fff !important;
    border: solid 1px #fff;
}

#cursor {
    position: fixed;
    bottom: 5px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    text-align: center;
    color: #fff;
}
#cursor > div {
    position: relative;
    width: 100%;
    height: 100%;
}
#cursor > div > p {
    font-size: 0.8rem;
    animation: cursorfuwafuwwaAnim 1.0s infinite alternate linear;
}
#cursor > div > a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 15px;
    margin-left: -7px;
    animation: cursorAnim 1.0s infinite alternate linear;
}

@-webkit-keyframes cursorAnim {
    0% {
        bottom: 10px;
        opacity: 1.0;
    }
    100% {
        bottom: 0;
        opacity: 0.2;
    }
  }
  @keyframes cursorAnim {
    0% {
        bottom: 10px;
        opacity: 1.0;
    }
    100% {
        bottom: 0;
        opacity: 0.2;
    }
  }

  @-webkit-keyframes cursorfuwafuwwaAnim {
    0% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.2;
    }
  }
  @keyframes cursorfuwafuwwaAnim {
    0% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.2;
    }
  }


#startArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.8);
}
#startArea > a {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background-color: rgb(0, 0, 0, 0.5);
    border:solid 2px #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#startArea > a > span{
    display: table;
    margin: 10% auto;
    width: 80%;
    height: 80%;
    border:solid 1px #fff;
    border-radius: 50%;
} 
#startArea > a > span > span{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
} 

#galleryTalk {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 12;
}
#galleryTalk > div {
    display: table;
    width: 100%;
    height: 100%;
}
#galleryTalk > div > p{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}

#formArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 12;
    -webkit-overflow-scrolling: touch;
}
#formArea div {
    width: 90%;
    max-width: 960px;
    margin: 5% auto 0;
    height: 90%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    border-radius: 5px;
    -webkit-overflow-scrolling: touch;
}
#formArea div > iframe {
    border: none;
}