@charset "UTF-8";
/* ========================================
  reset
======================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color:#e60012;
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:focus,
button:focus {
  outline: 0;
}

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

em,
strong {
  font-style: normal;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

a:link,
a:visited {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

/* ========================================
  foundation
======================================== */
html {
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

html,
body,
button {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media (min-resolution: 2dppx) {
  html,
  body,
  button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

main {
  display: block;
}

*[hidden] {
  display: none !important;
}

img {
  width: 100%;
}

/* ========================================
  layout
======================================== */
:root {
  --w-max-size-sp: 780;
}

#wrap {
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  color: #ffffff;
  font-size: calc(25 / (var(--w-max-size-sp) * 0.01) * 1vw);
  line-height: 1.556;
}

.main {
  width: 100%;
  margin-inline: auto;
  container-type: inline-size;
}

.main__inner {
  position: relative;
}

.main__inner > * {
  line-height: 0;
}

/* ========================================
  install
======================================== */
/* hero */
.install-hero img {
  display: block;
  width: 100%;
}

/* info (white section) */
.install-info {
  margin: calc(64 / (var(--w-max-size-sp) * 0.01) * 1vw) auto calc(64 / (var(--w-max-size-sp) * 0.01) * 1vw);
  padding-left:calc(44 / (var(--w-max-size-sp) * 0.01) * 1vw);
  padding-right:calc(44 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.install-info-head {
  width: calc(647 / (var(--w-max-size-sp) * 0.01) * 1vw);
  margin: 0 auto calc(56 / (var(--w-max-size-sp) * 0.01) * 1vw);
  display: block;
}

.install-info__body {
  font-size: calc(30 / (var(--w-max-size-sp) * 0.01) * 1vw);
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.867;
  margin-bottom: calc(56 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.install-divider {
  display: block;
  border: none;
  border-top: calc(5 / (var(--w-max-size-sp) * 0.01) * 1vw) solid #cccccc;
  margin: 0 0 calc(44 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.install-info__hint {
  font-size: calc(24 / (var(--w-max-size-sp) * 0.01) * 1vw);
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: calc(22 / (var(--w-max-size-sp) * 0.01) * 1vw);
  color: rgb(244, 244, 244);
  line-height: 1.75;
  text-align: center;
}

.install-store {
  text-align: center;
  margin-bottom: calc(34 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.install-store__btn {
  display: inline-block;
}

.install-store__btn--appstore {
  width: calc(288 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.install-store__btn--googleplay {
  width: calc(358 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.link-about{
  margin:0 auto;
  width: calc(333 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

/* dark section */
.install-dark {
  position: relative;
}

.install-dark__banner img {
  display: block;
  width: 100%;
}

.install-dark__portal {
  text-align: center;
  padding: calc(28 / (var(--w-max-size-sp) * 0.01) * 1vw) 0 calc(50 / (var(--w-max-size-sp) * 0.01) * 1vw);
}

.install-dark__portal-btn {
  display: inline-block;
  width: calc(508 / (var(--w-max-size-sp) * 0.01) * 1vw);
  position:absolute;
  bottom:calc(56 / (var(--w-max-size-sp) * 0.01) * 1vw);
  left:50%;
  transform: translateX(-50%);
}

/* footer */
.install-footer img {
  display: block;
  width: 100%;
}
