@charset "utf-8";

/* AIé¤Šå‘½é…’
============================================*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

body{
	font-family: "Hiragino Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif !important;
}


section{
	margin-bottom: 0;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
#container{
  max-width: 640px;
  margin: 0 auto;
}
#story{
  text-align: center;
  background: url(../images/story/AIyomeishu_sp_bg.png) center / contain repeat;
}
#story .inner-wrap{
  width: 90%;
  margin: 0 auto;
}
#story .ttl{
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
#story .txt{
  text-align: left;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 600;
}
#story .slogo{
  padding: 50px 0;
  text-align: center;
}
#story .etxt{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #E30012;
}
#story .appBtn{
  padding: 30px 0 80px;
  text-align: center;
}
