@charset "UTF-8";
/*foundation*/
/******************************************************************************
Default CSS Reset
******************************************************************************/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body {
  position: relative;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

img {
  vertical-align: bottom;
  /* chormeで画像のぼやけ回避 */
  image-rendering: -webkit-optimize-contrast;
}

img, object {
  max-width: 100%;
  vertical-align: bottom;
}

/* iOSでのデフォルトスタイルをリセット */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

picture {
  display: block;
}

/******************************************************************************
General Setting
******************************************************************************/
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  background-color: #141c32;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
a {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus, *:focus {
  outline: none;
}

a:hover {
  transition: 0.3s ease-in-out;
}

.wrap {
  width: 100%;
}

.wrap img {
  width: 100%;
  height: auto;
}

/* top */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient( center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.68) 96%, rgba(0, 0, 0, 0.68) 100% );
  background: -webkit-radial-gradient( center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.68) 96%, rgba(0, 0, 0, 0.68) 100% );
  background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.68) 96%, rgba(0, 0, 0, 0.68) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ad000000',GradientType=1 );
}
.fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.467));
}
.fv__button__box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: auto;
  margin-left: auto;
  min-width: 300px;
  margin-top: 30px;
}
.prefooter-apple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.prefooter-apple a {
  width: 170px;
  height: 60px;
  display: block;
}
.prefooter-apple img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prefooter-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.prefooter-google a {
  width: 210px;
  height: 60px;
  display: block;
}
.prefooter-google img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company {
  background-color: #233255;
  padding: 20px 0;
}
.company .inner {
  max-width: 900px;
  margin: 0 auto;
}
.company dl {
  display: grid;
  grid-template-columns: 10% 60%;
  justify-content: center;
}
.company dl:not(:last-of-type) {
  margin-bottom: 0.5em;
  }
@media screen and (max-width: 768px) {
  .fv {
    height: 100vh;
    height: 100dvh;
  }
.fv__box {
  top: 42%;
  transform: translate(-50%, -58%);
}
.fv__button__box {
  margin-top: 0;
}
.fv__button__spCont {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #1A202F;
  padding: 30px 4%;
  width: 100%;
}
.prefooter-apple {
  margin-right: 3%;
  width: 44.5%;
}
.prefooter-google {
  width: 54.5%;
}
.prefooter-apple a {
  width: 100%;
  height: auto;
}
.prefooter-google a {
  width: 100%;
  height: auto;
}
.company {
  padding: 20px 6%;
}
.company dl {
  grid-template-columns: 20% 80%;
  grid-gap: 0.6em;
}
}

.pcNone {
  display: none;
}

.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}