@charset "UTF-8";


/*--------------------
 * 枠線表示
 border: 5px solid #00FFFF; /*----あとで消す-----*/

 /*--------------------
  * english
  * ------------------- */
.eng-font-weight {
  font-weight: 700;
}
.eng-font {
  font-family: "Montserrat";
}

/* -----hero----- */
.hero-statement-en {
  font-size: 5.6rem;
  line-height: 1.6;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 700;
}
/* -----others----- */



/*--------------------
 * base
 * ------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  text-align: left;
  font-size: 1.4rem;
  font-family: Helvetica, "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN";
}
*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/*--------------------
 * app-link
 * ------------------- */
.app-link-area {
  padding: 80px 20px;
  text-align: center;
}

.idare-logo-applink {
  width: 200px;
  padding-bottom: 50px;
}

.app-link-description {
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding-bottom: 15px;
  color: #FFF;
}

.app-link-description-en {
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding-bottom: 60px;
  color: #FFF;
}

.app-link-button {
  display: block;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.8);
  letter-spacing: 1.2px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 13px;
  width: 120px;
  height: 40px;
  border-radius: 60px;
}
