@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
body {
  -webkit-font-smoothing: antialiased;
  padding-bottom: 100px;
}

@media screen and (min-width: 830px) {
  　position: relative;
  overflow-x: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75em;
  list-style-type: none;
}

@media screen and (max-width: 840px) {
  h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
    font-size: 16px;
    line-height: 2em;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテント
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.title01 {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.title01 .small {
  display: block;
  font-size: 24px;
}

.title01 .small02 {
  font-size: 16px;
}

@media screen and (max-width: 840px) {
  .title01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
  .title01 .small {
    font-size: 18px;
    font-weight: normal;
  }
  .title01 .small span {
    display: inline-block;
    z-index: 1;
    position: relative;
  }
  .title01 .small span:after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 7px;
    background-color: #ffe97c;
    content: "";
  }
  .title01 .small02 {
    font-weight: normal;
  }
}

/*------------------------------------------
Caption
------------------------------------------*/
.caption {
  margin-top: 5px;
  font-size: 12px;
  opacity: .5;
}

/*------------------------------------------
アプリ
------------------------------------------*/
.app {
  margin: 0 auto;
  text-align: center;
}

.app > * {
  display: inline-block;
}

.app .google {
  width: 198px;
}

.app .ios {
  width: 180px;
}

@media screen and (max-width: 840px) {
  .app > * {
    width: 48%;
    margin: 0 .5%;
  }
  .app .google {
    width: 100%;
  }
  .app .ios {
    width: 100%;
  }
}

/*------------------------------------------
Youtube
------------------------------------------*/
.video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*====================================================================================
header
====================================================================================*/
#header {
  width: 100vw;
  height: 100vh;
  margin-bottom: 120px;
  background-image: url("../images/background.png?2");
  background-size: cover;
}

#header .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 840px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

#header .content {
  text-align: center;
}

#header .content > * {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#header .content > *:not(:last-child) {
  margin-bottom: 50px;
}

#header .text {
  width: 420px;
}

#header .logo {
  width: 475px;
}

#header .iPhone {
  width: 240px;
}

@media screen and (max-width: 840px) {
  #header {
    position: relative;
    margin-bottom: 0px;
    padding: 40px 30px 0;
    overflow: hidden;
  }
  #header .inner {
    display: block;
    text-align: center;
  }
  #header .content {
    margin-bottom: 50px;
  }
  #header .content > *:not(:last-child) {
    margin-bottom: 20px;
  }
  #header .text {
    width: 300px;
  }
  #header .logo {
    width: 250px;
  }
  #header .app {
    width: 300px;
  }
  #header .iPhone {
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 270px;
    transform: translateX(-50%);
  }
}

/*====================================================================================
main
====================================================================================*/
#main {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

#main > *:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 840px) {
  #main > * {
    padding: 40px 20px;
  }
  #main > *:not(:last-child) {
    margin-bottom: 0px;
  }
  #main > *:nth-child(even) {
    background-color: #f1f6f7;
  }
}

/*====================================================================================
area01
====================================================================================*/
.area01 > *:not(:last-child) {
  margin-bottom: 35px;
}

.area01 .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: top;
  -ms-flex-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.area01 .textArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.area01 .textArea > *:not(:last-child) {
  margin-bottom: 1em;
}

.area01 .imgArea {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 840px) {
  .area01 .box {
    display: block;
  }
  .area01 .textArea {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .area01 .imgArea {
    margin-right: auto;
    margin-left: auto;
  }
}

/*====================================================================================
area02
====================================================================================*/
.area02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.area02 .title01 {
  margin-bottom: 50px;
  text-align: left;
}

.area02 .iPhone {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 200px;
}

.area02 .iPhone img {
  width: 100%;
}

.area02 .textArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  flex: 1;
  order: 2;
  margin-left: 45px;
}

@media screen and (max-width: 840px) {
  .area02 {
    display: block;
  }
  .area02 .textArea {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .area02 .textArea > *:not(:last-child) {
    margin-bottom: 1em;
  }
  .area02 .textArea > .title01 {
    margin-bottom: 35px;
    text-align: center;
  }
  .area02 .iPhone {
    margin-right: auto;
    margin-left: auto;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ fixed
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#main .fixed {
  -webkit-transition: .45s ease-in;
  z-index: 10;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  background-color: #F9F9F9;
  transition: .45s ease-in;
}

#main .fixed .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 515px;
  margin-right: auto;
  margin-left: auto;
}

#main .fixed.act {
  -webkit-transition: .45s ease-out;
  bottom: 0;
  transition: .45s ease-out;
}

#main .fixed .logo {
  width: 195px;
}

#main .fixed .button {
  border-radius: 100px;
  background-color: #0C419A;
}

#main .fixed .button > * {
  display: block;
  position: relative;
  padding: 5px 10px;
  padding-right: 20px;
  color: #F9F9F9;
  font-weight: bold;
  line-height: 1em;
}

#main .fixed .button > *:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 0;
  border-left: 7px solid #fff;
  content: "";
}

#main .fixed .button span {
  display: block;
  font-size: 13px;
}

#main .fixed .app {
  margin-right: 0;
}

#main .fixed .app .google {
  width: 130px;
}

#main .fixed .app .ios {
  width: 120px;
}
