@charset "utf-8";
/* CSS Document */
@import "reset.css";
/*******************
 LP style
********************/

/* font
--------------------------------------------------*/
*{
  font-family: 'Questrial',"Noto Sans Japanese",sans-serif;
  color: #fff;
  line-height:150%;
}
a{
  color: #fff;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

html {
  margin: 0 auto;
  background-color: #000;
}
.hover > *{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.hover > *:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

img {
  display: block;
}

.mb60 { margin-bottom: 60px !important; }


/* common */

.f_left {float:left;}
.f_right {float:right;}
.center {text-align:center;}

/* clear*/
.clear{
clear:both;
}
.clearfix:after {
content: ".";
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*-------------------------------------------
 main
-----------------------------------------------*/
.main_bg {
  background: url(../img/main_bg01.jpg) no-repeat center 0;
  position: relative;
  height: 754px;
}
.main {
  max-width: 1000px;
	
  margin: 0 auto;
  text-align: center;
	    padding-top: 130px;
}
.main .notice{
	width: 100px;
	padding: 10px 20px;
	border: 1px solid #fff;
	margin: 15px auto 0;
	
}
.main .notice a{
	text-decoration: none;
	position: relative;
  display: inline-block;
  padding-left: 20px;
}
.main .notice a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
	margin-top: -4px;}
.main_logo {
      position: absolute;
    top: 3%;
	    right: 2%;
}
.main_btn img {
  position: absolute;
  animation: anime1 0.5s ease 0s infinite alternate;
  bottom: 50px;
  right: 50%;
}
@keyframes anime1 {
from {
transform: translateY(0);
}
to {
transform: translateY(8px);
}
}

/*-------------------------------------------
 CV
-----------------------------------------------*/
.cv {
  width: 1000px;
  margin: 0 auto;
}
.cv_bg {
  position: relative;
  background: url(../img/cv_bg01.png) no-repeat center 0;
  height: 433px;
}
.cv_btn01 {
  position: absolute;
  top: 338px;
  right: 235px;
}
.cv_btn02 {
  position: absolute;
  top: 338px;
  right: 40px;
}
.cv_img01 {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}


.cv_sokyu01 img {
  position: absolute;
  animation: anime2 0.5s ease 0s infinite alternate;
  transform-origin:center;
  top: 338px;
  right: 450px;
  z-index: 1;
}
@keyframes anime2 {
from {
transform: translateX(0);
}
to {
transform: translateX(15px);
}
}

/*-------------------------------------------
 contents
-----------------------------------------------*/
.section_notice_bg{
	background-color: #000;
}
.section_notice {
	padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.section-ttl{
	color: #fff;
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}
.section-text{
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 30px;
	
}
.section-text img{
	margin: 0 auto 30px;
	
}
.section01_bg{
  background: url(../img/cont01_bg01.jpg) no-repeat center 0;
}
.section01 {
  max-width: 1000px;
  margin: 0 auto;
}

.section02_bg{
  background-color: #000;
}
.section02 {
	padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.section03_bg{
  background: url(../img/cont03_bg01.jpg) no-repeat center 0;
}
.section03 {
  max-width: 1000px;
  margin: 0 auto;
	
}

.section04_bg{
  background: url(../img/cont04_bg01.jpg) no-repeat center 0;
}
.section04 {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.section05_bg{
  background: url(../img/cont05_bg01.jpg) no-repeat center 0;
}
.section05 {
  max-width: 1000px;
  margin: 50px auto 0;
    padding-top: 30px;
}
}

.section06_bg{
  background-color: #000;
}
.section06 {
  max-width: 1000px;
  margin: 0 auto;
}

.section07_bg{
  background: url(../img/cont01_bg01.jpg) no-repeat center 0;
}
.section07 {
  max-width: 1000px;
  margin: 100px auto 30px;
  padding-top: 50px;
}

.section08_bg{
  background: url(../img/cont01_bg01.jpg) no-repeat center 0;
}
.section08 {
  max-width: 1000px;
  margin: 100px auto 30px;
}
.section_movie p{
	margin-top: 60px;
	margin-bottom: 40px;
text-align: center;
}

/*==========================================================================*/
/*                             Footer                                       */
/*==========================================================================*/
.footer {
  font-size: 14px;
}
.f_navi {
  max-width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
}

.copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-bottom: 20px;
}