
button:focus {
	outline:0;
}

#wrapper{
	margin: 0;
	padding: 0;
	line-height: 1;
}

#wrapper.dlready #contents {
  background: url("../images/bg1.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  min-height: 820px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:640px) {
  #wrapper.dlready #contents {
    min-height: 100vh;
    background: url("../images/bg1-sp.jpg") no-repeat center top;
    background-size: 100% 100%;
    background-color: white;
    height: 1550px;
    position: relative;
    }
  } 


  @media screen and (max-width:640px) {
    #wrapper.dlready .container{
      padding-top:500px;
    }
  }


#wrapper.dlready .container .head {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: calc(50% - 401px / 2);
  width: 401px;
  height: 96px;
}

#wrapper.dlready .container .hall_title {
  position: absolute;
  top: 45px;
  left: calc(50% - 1920px / 2);
  width: 1920px;
  height: 112px;
}

@media screen and (max-width:640px) {
  #wrapper.dlready .container .hall_title {
    position: absolute;
    top: 45px;
    left: calc(50% -600px / 2);
    width: 600px;
    height: 112px;
  }
  
}

#wrapper.dlready .container .hall_txt_password {
  position: absolute;
  top: 80px;
  left: calc(50% - 708px / 2);
  width: 708px;
  height: 410px;
}

@media screen and (max-width:640px) {
  #wrapper.dlready .container .hall_txt_password {
    position: absolute;
    top: 10px;
    left: calc(50% -  620px / 2);
    width: 620px;
    height: 410px;
  }

  #wrapper.dlready .container .hall_txt_password img{
    width: 100%;
  }
  }

#wrapper.dlready .container .error {
  position: absolute;
  top: 250px;
  left: calc(50% - 400px / 2);
  width: 400px;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 24px;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (max-width:640px) {
  #wrapper.dlready .container .error {
    position: absolute;
    top: 250px;
    left: calc(50% - 400px / 2);
    width: 400px;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
  }
  }

#wrapper.dlready .container .catch {
  position: absolute;
  top: 50px;
  left: 51px;
  z-index: 10;
}

#wrapper.dlready .oizumi {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 107px;
  height: 30px;
  z-index: 100;
}

@media screen and (max-width:640px) {
  #wrapper.dlready .oizumi {
  width: 125px;
  display: block;
}
}

#wrapper.dlready .header {
  width: 100%;
  height: 80px;
  position: inherit;
  background-color: #480340;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width:640px) {
  #wrapper.dlready .header {
    margin-top: 100px;
  }
  }



#wrapper.dlready .container .texttitle {
  position: absolute;
  top: 762px;
  left: 90px;
  z-index: 10;
}

#wrapper.dlready .container .text {
  position: absolute;
  top: 750px;
  left: 194px;
  z-index: 10;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
}

#wrapper.dlready .container form {
  position: absolute;
  top: 280px;
  left: calc(50% - 600px / 2);
  width: 600px;
  height: 200px;
}

@media screen and (max-width:640px) {
  #wrapper.dlready .container form {
    position: absolute;
    top: 280px;
    left: calc(50% - 600px / 2);
    width: 600px;
    height: 200px;
  }
  }
#wrapper.dlready .container form input {
  width: 380px;
  display: block;
  margin: 0 auto;
  font-size: 162%;
}
#wrapper.dlready .container form button {
  position: absolute;
  top:  70px;
  left: calc(50% - 292px / 2);
  width: 292px;
  height: 54px;
  background: none;
  border: none;
  cursor: pointer;
  
}

#wrapper.dlready .container form button a{
	outline: none;
}

a{outline: none!important;}
a:hover{outline: none!important;}
a:active{outline: none!important;}
a:visited{outline: none!important;}


#wrapper.dl #contents {
  background: url("../images/bg2.jpg") no-repeat center top;
  background-size: cover;
  height: 1670px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:640px) {
  #wrapper.dl #contents {
    min-height: 100vh;
    background: url("../images/bg2-sp.jpg") no-repeat center top;
    background-size: 100% 100%;
    background-color: white;
    height: 3870px;
    position: relative;
    }
    #wrapper.dl .container {position: relative;}
  }
  

#wrapper.dl #contents .oizumi {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 107px;
  height: 30px;
  z-index: 100;
}

@media screen and (max-width:640px) {
  #wrapper.dl #contents .oizumi {
  width: 125px;
  display: block;
}
}

#wrapper.dl #contents .header {
  width: 100%;
  height: 80px;
  position: inherit;
  background-color: #480340;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width:640px) {
  #wrapper.dl #contents .header {
    margin-top: 110px;
  }
  }

#wrapper.dl .container {position: relative;}
#wrapper.dl .container .img1 {
  position: absolute;
  /*top:0;*/
  top:370px;
  left: calc(50% -  982px / 2);
  width: 982px;
  height: 1005px;
}

@media screen and (max-width:640px) {
  #wrapper.dl .container .img1 {
    margin-top: 0;
    width: 639px;
   position:absolute;
   left: 0.5px;
   top:750px;
    }

    #wrapper.dl .container .title img,
    #wrapper.dl .container .img1 img {
      width: 100%;
      height: auto;
      display: block;
    }
}

#wrapper.dl .container .txt {
  position: absolute;
  /*top:0;*/
  top:0px;
  left: calc(50% -  477px / 2);
  width: 477px;
  height: 64px;
}

@media screen and (max-width:640px) {
  #wrapper.dl .container .txt {
    margin-top: 0;
    width: 630px;
   position:absolute;
   left: 5px;
   top:30px;
    }

    #wrapper.dl .container .title img,
    #wrapper.dl .container .txt img {
      width: 100%;
      height: auto;
      display: block;
    }
}



#wrapper.dl .container .atentiontext {
  position: absolute;
  top:588px;
  left: 273px;
  font-size: 12px;
  color: white;
  line-height: 1.4;
}

#wrapper.dl .container .moviebtn1 {
  position: absolute;
  top:69px;
  left: calc(50% - 295px / 2);
  width: 295px;
  height: 95px;
}


#wrapper.dl .container .moviebtn2 {
  position: absolute;
  top:190px;
  left: 6px;
  width: 222px;
  height: 72px;
}

#wrapper.dl .container .moviebtn3 {
  position: absolute;
  top:190px;
  left: 262px;
  width: 222px;
  height: 72px;
}


#wrapper.dl .container .moviebtn4 {
  position: absolute;
  top:190px;
  right: 265px;
  width: 222px;
  height: 72px;
}

#wrapper.dl .container .moviebtn5 {
  position: absolute;
  top:190px;
  right:6px;
  width: 222px;
  height: 72px;
}

#wrapper.dl .container .moviebtn6 {
  position: absolute;
  top:282px;
  left: 6px;
  width: 222px;
  height: 72px;
}

#wrapper.dl .container .moviebtn7 {
  position: absolute;
  top:282px;
  left: 262px;
  width: 222px;
  height: 72px;
}


#wrapper.dl .container .moviebtn8 {
  position: absolute;
  top:282px;
  right: 265px;
  width: 222px;
  height: 72px;
}

#wrapper.dl .container .moviebtn9 {
  position: absolute;
  top:282px;
  right:6px;
  width: 222px;
  height: 72px;
}

#wrapper.dl .container .moviebtn1 img ,
#wrapper.dl .container .moviebtn2 img ,
#wrapper.dl .container .moviebtn3 img ,
#wrapper.dl .container .moviebtn4 img ,
#wrapper.dl .container .moviebtn5 img ,
#wrapper.dl .container .moviebtn6 img ,
#wrapper.dl .container .moviebtn7 img,
#wrapper.dl .container .moviebtn8 img,
#wrapper.dl .container .moviebtn9 img{
  
  width: 100%;
}



#wrapper.dl .container a img {
	opacity: 1;
  transition: all ease 300ms 0s;
}

#wrapper.dl .container a:hover img {
	opacity: 0.8;
}




@media screen and (max-width:640px) {
  #wrapper.dl .container .moviebtn1 {
    position: absolute;
    width: 384px;
    height:  234px;
    left: calc(50% - 384px / 2);
    top:120px;
  }
  
  #wrapper.dl .container .moviebtn2{
    position: absolute;
    width: 289px;
    height: 175px;
    top:270px;
    left: 25px;
  }
  
  #wrapper.dl .container .moviebtn3{
    position: absolute;
    width: 289px;
    height: 175px;
    top:270px;
   left:330px
  }
  
  
  #wrapper.dl .container .moviebtn4{
    position: absolute;
    width: 289px;
    height: 175px;
    top:387px;
    left: 25px;
  }
  
  #wrapper.dl .container .moviebtn5{
    position: absolute;
    width: 289px;
    height: 175px;
    top:387px;
    left:330px;
  }

    #wrapper.dl .container .moviebtn6{
    position: absolute;
    width: 289px;
    height: 175px;
    top:508px;
    left: 25px;
  }
  
  #wrapper.dl .container .moviebtn7{
    position: absolute;
    width: 289px;
    height: 175px;
    top:508px;
    left:330px;
  }

    #wrapper.dl .container .moviebtn8{
    position: absolute;
    width: 289px;
    height: 175px;
    top:628px;
    left: 25px;
  }
  
  #wrapper.dl .container .moviebtn9{
    position: absolute;
    width: 289px;
    height: 175px;
    top:628px;
    left:330px;
  }

  
  
  
}
