body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{padding: 0;margin: 0;border-collapse:collapse;border-spacing:0;}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }
.clearfix{content: "";display: block;clear: both;height: 0;}
body{color: #fff;font-size: 13px;}
a{color: #fff;text-decoration: none;}
/*--------------------------------------*/
html,body{
    width: 100%;
    height:100%;
    color: #000000;
    /*
    line-height: 200%;
    letter-spacing:0.3em;*/
    position:relative;
    font-size: 95%;
    min-width: 1100px;
    min-height: 650px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h2{
    font-size: 112.5%;
    color: #00acb9;
    font-weight: bold;
    margin-bottom: 30px;
}
h3{
    font-size: 106.3%;
    color: #00acb9;
    font-weight: bold;
    border-bottom: 3px solid #00acb9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h4{
    font-size: 75.0%;
    font-weight: bold;
    color: #00acb9;
    margin-top: 30px;

}
p{
    font-size: 75.0%;
    color: #333333;
}
#privacyArea{
    width: 645px;
    background: #ffffff;
    padding: 40px;
}

#privacyTxt{
    width: 565px;
    background: #f3f3f3;
    padding: 40px;
    overflow: scroll;
}
#privacy{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: url("../img/movie_bg.png") repeat;
    display: none;
}
#privacyArea{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
}
#privacyClose{
    position: absolute;
    top: 0;
    margin-top: 22px;
    margin-left: 333px;
    left: 50%;
    width: 80px;
    height: 50px;
    background: url("../img/movie_close.png") no-repeat;
    cursor: pointer;
}


#wrap{
    overflow: hidden;
    width: 100%;
    height:100%;
    position:relative;
}

#idoll{
    position: absolute;
    top:0;
    left:0;
}
#nendoro{
    position: absolute;
    top:0;
    right:0;
}
#logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -423px;
    margin-top: -141px;
}

#mail{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -231px;
    margin-top: 88px;
    width: 465px;
}
#mce-EMAIL{
    border:0; 
    padding:10px; 
    font-size:1.3em; 
    font-family:Arial, sans-serif; 
    color:#00acb9; 
    border:solid 2px #00acb9; 
    margin:0 0 20px; 
    width:333px;
    float: left;
    height: 26px;
}
#mc-embedded-subscribe{
    float: right;
    border:0; 
    padding:10px; 
    font-size:1.3em; 
    font-family:Arial, sans-serif; 
    color:#ffffff; 
    border:solid 2px #00acb9;
    margin:0 0 20px; 
    width:104px;
    cursor:pointer;
    background: #00acb9;
    height: 49px;
}
#mce-EMAIL::-webkit-input-placeholder {
    color: #00acb9;
    font-weight: normal;
}
#mce-EMAIL::-ms-input-placeholder {
    color: #00acb9;
    font-weight: normal;
}
#mce-EMAIL::-moz-placeholder {
    color: #00acb9;
    font-weight: normal;
}

#tw{
    position: absolute;
    bottom: 37px;
    right: 25px;
}
#fb{
    position: absolute;
    bottom: 37px;
    right: 67px;
}
#copy{
    position: absolute;
    bottom: 15px;
    right: 28px;
}
.play{
    position: absolute;
    left:29px;
    bottom: 42px;
}
#link{
    position: absolute;
    left:24px;
    bottom:18px;
}
ul {
    font-size: 0;
}
li {
  display: inline-block;
}
#img01{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -478px;
}
#img02{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -600px;
}
#img03{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -530px;
}
#slideimg{
    width: 100%;
    height:100%;
    overflow: hidden;
    position:relative;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#overlay {
    opacity: 0;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../img/movie_bg.png") repeat;
}
#overlay .close {
    position: absolute;
    top: 0;
    margin-top: 10px;
    right: 20px;
    width: 80px;
    height: 50px;
    background: url("../img/movie_close.png") no-repeat;
    cursor: pointer;
    overflow: hidden;
}
#overlay #player {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    margin: -240px 0 0 -426px;
}
#overlay.is-visible {
    top: 0;
    z-index: 10000;
}
#caution{
    margin-left: 21px;
}

