/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
/***************************/
/**bg */
/***************************/
/********************************************/
/* ttl */
/********************************************/
.main_ttl {
  margin-bottom: 80px;
}

.main_ttl .en {
  display: block;
  letter-spacing: 0.1em;
  font-size: 5.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.main_ttl .ja {
  display: block;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 500;
}

.main_ttl.ver_ico {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

.main_ttl.ver_ico:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 159px;
  height: 101px;
  z-index: -1;
}

.big_ttl {
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 3.5rem;
  font-weight: 300;
}

/********************************************/
/* btn */
/********************************************/
/********************************************/
/* other */
/********************************************/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /********************************************/
  /* ttl */
  /********************************************/
  .main_ttl {
    margin-bottom: 45px;
  }
  .main_ttl .en {
    font-size: 4rem;
  }
  .main_ttl .ja {
    font-size: 1.6rem;
  }
  .main_ttl.ver_ico {
    padding-bottom: 60px;
  }
  .main_ttl.ver_ico:before {
    width: 79px;
    height: 51px;
  }
  .big_ttl {
    font-size: 2rem;
  }
  /********************************************/
  /* btn */
  /********************************************/
  /********************************************/
  /* other */
  /********************************************/
}
