@font-face {
  font-family: 'kokoro-font';
  src: url("../font/Kokoro.otf") 
}

@font-face {
  font-family: 'hana-font';
  src: url(../font/HanaMinA.ttf)
}

@font-face {
  font-family: 'pixel-font';
  src: url(../font/PixelMplus12-Regular.ttf) format("truetype")
}


* {
  font-family: 'kokoro-font', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

body {
  font-family:"Work Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  color: #777777;
  color: #D5D5D5;
  background: #000000;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
    footer p{ 
    font-size: 14px;
    line-height: 1.3;   
    }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    line-height: 1.3;
  }
    footer p{ 
    font-size: 14px;
    line-height: 1.3;   
    }
}



a {
  color: #8ef692;
  font-family: 'pixel-font';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #8ef692;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 0.5em;
}



@media screen and (max-width: 768px) {
  p {
  margin-bottom: 0.0em;
}
}

h1, h2, h3, h4, h5,  {
  color: #8ef692;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

h6{
  color: #D5D5D5;
  font-family:   Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;   
}

::-webkit-selection {
  color: #fff;
  background: #52d3aa;
}

::-moz-selection {
  color: #fff;
  background: #52d3aa;
}

::selection {
  color: #fff;
  background: #52d3aa;
}

/*loading*/
#loadingbg {
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
}

#loading {
  top: 50%;
 left: 50%;
transform: translate(-50%, -50%);
  width: 1280px;
  height: 720px;
  margin: auto;
  position: absolute;
  background-image: url(../img/loading_bg.jpg);
    z-index: 1001;
    position:fixed;
}

#loading img {
    visibility: hidden;
}
#loading img.display {
  width: 1280px;
  height: 5px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto
}

#loading img.shadow {
  visibility: visible;
    position: absolute;
    top: 0px;
  bottom: 0px;
}
#loading  {
  background-color: #000;
  z-index: 1000
}

.mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 900px;
  background-image:url(../img/01.png);
  background-size:  auto;
  background-repeat:  repeat;
  z-index: 2;
}
.mask_body{
    position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image:  url(../img/01.png);
  background-size:  auto;
  background-repeat:  repeat;
}

@media only screen and (max-width: 767px) {
.mask {
  width: 100%;
  height: 100%
}

#loading {
  top: 50%;
 left: 50%;
transform: translate(-50%, -50%);
    background-size: 100% auto;
  width: 768px;
  height: 432px;
  margin: auto;
  position: absolute;
    z-index: 1001;
    position:fixed;
}

#loading img.display,#loading img.message,#loading img.shadow {
  width: 768px;
  height: 432px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto
}   
    
}



/*movie*/
.movie{
    background-color: #000000;
    padding-top: 5em;
}

.movie_null{
    text-align:center;
    background-image: url(../img/movie_back.jpg);
    background-size: 100% auto ;
}
.play_img{
    width: 100%;
    height: auto;
}

.movie_null img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.movie_null:hover img {
  opacity: .5;
}



/*top*/
.overlay_black{
    position: absolute;
    left: 0;
    top: -200px;
    height: 400px;
    width: 100%;
    background: url(../img/test-shadow2.png) repeat-x left top;
}
/*ごり押しz-index調整*/
.Zinde{
    position: relative;
    z-index: 5;
}
.Topzindex{
    z-index: 10;
     position: relative;
}
.
.fh5co-hero{
    z-index: 10; 
    position: relative;
}
@media only screen and (max-width: 640px){
   
}
.store_info{
    margin-left: 3rem;
    margin-right: 3rem;
}


/*psstore*/
.langage{
    margin-top: 2rem;
}

.PSstore,.swstore{
padding-top: 2.5rem;
padding-bottom:2rem; 
padding-left: 2.5rem;
padding-right: 2.5rem;    
}
@media only screen and (max-width:992px){
  .swstore{
      padding-top: 1.5rem;
padding-bottom:2rem; 
padding-left: 2rem;
padding-right: 2rem; 
      
 padding: 2rem;
      height: 65px;
}  
}

@media only screen and (max-width:767px){
  .PSstore,swstore{
      padding-top: 1.0rem;
padding-bottom:1.2rem; 
padding-left: 1.2rem;
padding-right: 1.2rem; 
      
 padding: 1.2rem;
      height: 40px;
}  
    
    
}
.btn-flat-border {
  display: inline-block;
  text-decoration: none;
  color: #8ef692;
  transition: .2s;
    
  border: solid 1px white;
  background-color: #000000;
}

.btn-flat-border:hover {
  background-color: #000000;
    opacity:0.9;
  border: solid 1px #8ef692;
}


.langage_link{
background-color: #000000;
position:absolute;
padding: 1rem;
margin-top: 2rem;
right: 10rem;
z-index: 100;
font-family: 'pixel-font';
color: #8ef692;   
}

@media only screen and (max-width: 767px) {
 .langage_link{
right: 5rem;
}   
}
/*switch版導入後*/
.inline_block{
    display: inline-block; 
    vertical-align: top;
    width: 40%;
}
.switch_img{
    width: auto;
    height: 80px;
}
.PSstore_img{
    width: auto;
    height: 80px;
}
@media only screen and (max-width: 992px) {
    .switch_img{
    width: auto;
    height: 60px;
}
.PSstore_img{
    width: auto;
    height: 60px;
}
}
@media only screen and (max-width: 767px) {
    .switch_img{
    width: auto;
    height: 50px;
}
.PSstore_img{
    width: auto;
    height: 50px;
}
}
@media only screen and (max-width: 649px) {
    .switch_img{
    width: auto;
    height: 45px;
}
.PSstore_img{
    width: auto;
    height: 45px;
}
}
@media only screen and (max-width: 500px) {
    .switch_img{
    width: auto;
    height: 40px;
}
.PSstore_img{
    width: auto;
    height: 40px;
}
.inline_block{
    display:block;
    width: 70%;
left: 0;
right: 0;
margin: auto;
}       
}


/*video背景*/
.backvideo{
  position: relative;
  width: 100%;
    height: 900px;
    overflow: hidden;
}

/*fh5co-hero*/
@media only screen and (max-width: 992px) {
.backvideo{
   position: relative;
    width: 100%;
  height: 868px;
  overflow: hidden;
}
}


@media only screen and (max-width: 767px) {
.backvideo{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    }
}

@media only screen and (max-width: 640px) {
.backvideo{
  position: relative;
  width: 100%;
 height: 550px;
  overflow: hidden;
}
}


video { 
 position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.video_img{
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
 z-index: -1;
}

.text-center {
position: relative; /*必ず必要*/
z-index: 2; /*必ず必要*/
}




/*introducttion*/
.Introduction_Midashi{
    text-align: center;
    padding-bottom: 2rem;
    font-family: 'pixel-font';
    color: #8EF692;
}

@media only screen and (max-width: 640px){
   .Introduction_Midashi{
    text-align: center;
    padding-bottom: 0rem;
    font-family: 'pixel-font';
    color: #8EF692;
}
}

.intro_wrap{
      text-align:center;
    padding-left: 5%;
    padding-right: 5%;
}
.h3midashi{
    font-family: 'kokoro-font';
    color: #8EF692;
}

@media screen and (max-width:640px){
}

/*System*/
.mukiebihiroi{
   display:block; 
   margin-top:  3em;
    padding-bottom: 3em;
}
.mukiebiback{
   margin-top:  0em;
    padding-bottom: 3em;
}

/*character*/
.chara_center{
}
.spcharaimg{
    height: 30%;
}


/*PC・スマホ画像切り替え*/
.pc{
  display: block;
    left: 0;
    right: 0;
    margin: auto;
}
.sp{
  display: none;
}
 
@media only screen and (max-width: 767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
    left: 0;
    right: 0;
    margin: auto;  
  }
      
}




@media only screen and (max-width:992px){
    .chara_center img{
        width: 70%;
        height: auto;
    }
}
    

/*media*/
.media{
    margin: 0; 
    
    overflow: visible;
}
.media_li{
 width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;   
}
/*ごり押し中央寄せ調整*/
@media only screen and (min-width:1200px){
    .m_img{
    margin: 2rem;}}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .m_img{
        width:270px;
        height: auto;
        margin: 2rem;}}
@media only screen and (min-width:769px) and (max-width:992px) {
    .m_img{
        width:290px;
        height: auto;
        margin: 2rem; }}
@media screen and (min-width:720px)and (max-width:768px){
    .m_img{
        width:290px;
        height: auto;
        margin: 2rem; }}
@media screen and (min-width:701px)and (max-width:720px){
    .m_img{
        width:280px;
        height: auto;
        margin: 1.5rem;}}
@media only screen and (min-width:680px) and (max-width:700px) {
    .m_img{
        width:240px;
        height: auto;
        margin: 1.5rem;}}
@media only screen and (min-width:620px) and (max-width:680px) {
    .m_img{
        width:240px;
        height: auto;
        margin: 1.5rem; }}
@media only screen and (min-width:596px) and (max-width:620px) {
    .m_img{
        width:250px;
        height: auto;
        margin: 1.0rem;}}
@media only screen and (min-width:497px) and (max-width:596px) {
    .m_img{
        width:200px;
        height: auto;
        margin: 1.0rem; }}
@media only screen and (min-width:437px) and (max-width:496px) {
    .m_img{
        width:170px;
        height: auto;
        margin: 10px;}}
@media only screen and (min-width:397px) and (max-width:436px) {
    .m_img{
        width:150px;
        height: auto;
        margin: 10px;}}

@media only screen and (min-width:357px) and (max-width:396px) {
    .m_img{
        width:140px;
        height: auto;
        margin: 5px; }}
@media only screen and (min-width:10px) and (max-width:356px) {
    .m_img{
        width:120px;
        height: auto;
        margin: 5px;}}
.m_img{
    border: 2px solid #707070;
}
@media screen and (max-width:640){
    .lum_img{
        width: 100%;
        height: auto;
    }
}
.item_video,.media_item {
	float: left;
	list-style: none;
}

@media screen and (min-width: 641px){
    
.media_item:hover,.item_video:hover{
 -webkit-filter: sepia(0);
  filter: sepia(0);
}
.media_item,.item_video {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
}



/*spec*/
.spec{
    background-color: #000000;
    padding-top: 2em;
    text-align: center;
    padding-bottom: 5em;
}
@media screen and (max-width: 640px){
    .spec{
  position: relative;
  min-height: 1px;
    padding:20px;
    }
    .spec_rogo{
        height: 130px;
        width: auto;
    }
    .spec_ps4{
        height: 15px;
        width: auto;
    }
    .spec_psvr{
        height: 15px;
        width: auto;
    }
    .spec_cero{
        height: 20px;
        width: auto;
    }
    #animation36{
        font-size: 11px;
    }
    .spec_info{
        padding-bottom: 
    }
}

.Rogo_img{
    padding-left: 1rem;
    padding-right: 1rem;
}
.spec_info{
    display: inline-block;
    text-align: left;
 
}


/*Support*/
.support_wrap{
    text-align: center;
    padding-top: 0em;
    padding-bottom: 3em;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #000000;
    border: 2px solid #8EF692;
}
@media screen and (max-width: 768px){
    .support_wrap{
  position: relative;
  min-height: 1px;
    padding:20px;
    margin-left: 20px;
     margin-right: 20px;
    }
}


@media screen and (max-width: 640px){
    .support_wrap{
  position: relative;
  min-height: 1px;
    padding:20px;
    margin-left: 20px;
     margin-right: 20px;
    }
}


.about_support{
    padding-top: 5em;
}


#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 5;
  margin-bottom: 450px;
}
@media screen and (max-width: 992px) {
  #fh5co-wrap {
    margin-bottom: auto;
  }
    .mukiebihiroi,.col-mb-15{
        text-align: center;
    }  
}
.mukiebi_image, .mukiebi_mozi{
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  . mukiebi_mozi{
    float: right;
     width: 41.66667%;
  }
    
}
@media (min-width: 1200px) {
    .mukiebi_image{
    float: right;
    width: 58.33333%;
    }
}
/*formDAYO*/
.form_center{
    padding-left: 10%;
    padding-right: 10%;
}
@media (max-width: 640px) {
    .form_center{
    padding-left: 0%;
    padding-right: 0%;
}
}


/*footer*/
#fh5co-footer {
    padding-top: 0em;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1s;
    height: 350px;
    background: #000000;
    font-size: 18px;
}
@media screen and (max-width: 992px) {
  #fh5co-footer {
    height: inherit;
    height: inherit;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
}
#fh5co-footer .fh5co-social li {
  display: block;
}
#fh5co-footer p {
    line-height: 1.5;
    padding-left: 3em;
    padding-right: 3em;
}
#fh5co-footer h3 {
  color: #fff;
  font-size: 20px;
}
#fh5co-footer a {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-footer a:hover {
  color: #52d3aa;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-copyright {
  padding-top: 0em;
}
#fh5co-footer .fh5co-copyright small {
  display: block;
}
.copylight{
    font-size: 5px;
    font-family: sans-serif;
}
.social {
  width: 195px;
  height: 35px;
  margin: 20px auto
}

.social a.sns.facebook img {
  margin-left: 11px
}

.social a.sns img {
  width: 30px;
  height: 30px
}

.social a.sns.twitter {
}

.social a.sns.facebook {
  margin-left: 11px
}

.social a.jetman img {
  width: 90px;
  height: 28px;
}




/*nav*/
.nav_center {
    position: absolute;
    width: 100%;
    z-index: 998;
    font-family: 'pixel-font';
}
@media only screen and (max-width: 500px) {
 .nav_center {
    position: absolute;
    width: 100%;
    width: 100%;
    z-index: 998;
    font-family: 'pixel-font';
    font-size:13px; 
} 
    
}

/*nav 途中から固定*/
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
        }

nav {
    background:   #000000
  }

.nav_center nav {
  text-align: center;
}
.nav_center nav ul {
  padding: 0;
  margin: 0;
}
.nav_center nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.nav_center nav li a {
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.nav_center nav li a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  display: block;
  color: #8EF692;
  font-family: 'pixel-font';
　 
}
@media screen and (max-width: 768px) {
  .nav_center nav li a {
    padding: 10px 2px;
  }
}
.nav_center nav li a:hover {
  color: color: #8EF692;
}
.nav_center nav li a:hover span {
  border-bottom: 2px solid #8EF692;
}
.nav_center nav li.fh5co-active a {
    /*selected*/
  color: color: #8EF692;
}
.nav_center nav li.fh5co-active a span {
  border-bottom: 2px solid #8EF692;
}


/*pararax*/
.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 900px;
}

.fh5co-hero_eng{
 height: 900px;
}


@media only screen and (max-width: 992px) {
.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 767px;
}
.fh5co-hero_eng{
 height: 867px;
}
}

@media only screen and (max-width: 767px) {
.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 550px;
}
.fh5co-hero_eng{
 height: 550px;
}    
}

@media only screen and (max-width: 640px) {
.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 420px;
}
    .fh5co-hero_eng{
 height: 500px;
}  
}

.fh5co-hero, .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

.over{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
    
    
    
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-section {
  padding: 4em 0;
  background-color: #000000;
      position: relative;
      
}
@media screen and (max-width: 768px) {
  .fh5co-section {
    padding: 2em 0;
  background-color: #000000
  }
}
/*intro の sisterm の間*/
.System_con{
     background-color: #000000
}


/*title*/
.titleimg ,.PSstareimg {
        height: auto;
    }    
    .titlecenter {
    margin-bottom: 100px;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (max-width:992px) {
    .titleimg ,.PSstareimg {
        height: auto;
    }    
    .titlecenter {
     margin-bottom: 80px;
    margin-top: 80px;
    margin-left: 0px;
    margin-right: 0px;
}
}


@media screen and (max-width:767px) {
      .titleimg  {
        width:70%;
        max-width: 55%;
        height: auto;
    }    
    .PSstareimg {
        width:70%;
        max-width: 40%;
        height: auto;
    } 
    .titlecenter {
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}
}

@media screen and (max-width:640px) {
    .titleimg  {
        width:70%;
        max-width: 70%;
        height: auto;
    }    
    .PSstareimg {
        width:70%;
        max-width: 50%;
        height: auto;
    } 
    .titlecenter {
        margin-top: 30px;
    margin-bottom:30px;
    margin-left: 0px;
    margin-right: 0px;
}
}

@media screen and (max-width:460px) {
    .titleimg  {
        width:70%;
        max-width: 70%;
        height: auto;
    }    
    .PSstareimg {
        width:70%;
        max-width: 50%;
        height: auto;
    }   
    .titlecenter {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}
}


.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10px;
    border-radius 10px;
    
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F8F8F8;
  color: #000000;
  border: 2px solid #8EF692;
    
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #8EF692 !important;
  border-color: #8EF692 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #52d3aa;
  border: 2px solid #52d3aa;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #52d3aa;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}



.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 43px;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #FFFFFF;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #8EF692;
    background-color: #FFFFFF;
}

.fh5co-check {
  padding: 0 0 0 0;
  margin: 0 0 1.5em 0;
}
.fh5co-check li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: none;
  position: relative;
}
.fh5co-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: .3em;
  content: "\f00c";
  color: #52d3aa;
}



/*# sourceMappingURL=style.css.map */
/*SCanimation*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*sp_EN*/
@media screen and (max-width:767px) {
    .sp_EN{
        font-family: sans-serif;
    }
}