@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*main css
---------------------------------------------------------------------------*/
.timer-bg{
text-align: left;
padding: 0px 80px;
}
@media screen and (max-width: 640px) {
.timer-bg{
padding: 0px 20px;
}
}
.movie {
padding: 125px 130px 0px 130px;
}
.touroku-inner {
padding: 236px 70px 0px 70px;
color: #ffffff;
font-size: 80%;
text-align: left;
}
.leftbox01{
height: 205px;

}
.leftbox02{
padding: 0px 30px 0px 0px;
}
.leftbox02 p{
line-height: 150%;
font-size: 90%;
}
.rightbox01{
height: 195px;
}
.rightbox01,h2{
font-size: 115%;
line-height: 150%;
padding: 0px 0px;
}
.rightbox01 p{
line-height: 180%;
font-size: 85%;
padding: 10px 0px;
}
.rightbox02{
padding: 0px 0px 0px 0px;
}
.rightbox02 input{

}

.sp-bg{
background-image: url(../img/sp-bg.png);
background-repeat: repeat;
background-position: center center;
background-position: 50% 0%;
}
.sp-bg02    {  
background: #000000;  
padding: 10px;  
color: #fff;  
opacity: 0.8;  
}  
/*ローディング
---------------------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  color: #fff;
  z-index: 2;
}