@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "ASICS";
  font-display: swap;
  src: url("/css/webfonts/ASICSFont3.0-Regular.woff") format("woff"), url("/css/webfonts/ASICSFont3.0-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ASICS Bold";
  font-display: swap;
  src: url("/css/webfonts/ASICSFont3.0-Bold.woff") format("woff"), url("/css/webfonts/ASICSFont3.0-Bold.ttf") format("truetype");
}
html {
  -webkit-tap-highlight-color: rgba(72, 92, 199, 0.12);
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  background-color: #fff;
  color: #001e62;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 261px;
  height: 46px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #485cc7;
  font-weight: 600;
  color: #fff;
  transition: background-color 0.15s, color 0.15s;
}
.c-button--asics {
  font-size: 1.3125rem;
  font-weight: normal;
}
.c-button--login {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: #fff;
  font-size: 1.3125rem;
  font-weight: normal;
}
.c-button:disabled {
  background-color: #ddd;
  color: #b2b2b2;
}
.c-button.is-disabled {
  background-color: #ddd;
  color: #b2b2b2;
  pointer-events: none;
}

.c-close-icon {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 -2px 20px auto;
}
.c-close-icon:before, .c-close-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001e62;
}
.c-close-icon:before {
  transform: translateY(-50%) rotate(45deg);
}
.c-close-icon:after {
  transform: translateY(-50%) rotate(-45deg);
}

.c-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.c-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 768px;
  height: 53px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-header__top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 768px;
  height: 53px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-header__top_container:after {
  content: "";
  width: 74px;
}
.c-header__logo {
  width: auto;
  height: 32px;
}
.c-header__help {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.c-header__width {
  width: 33.3%;
}
.c-header__center {
  margin: 0 auto 0 auto;
}
.c-header__right {
  width: 95px;
  margin: 0 0 0 auto;
  font-size: 0.75rem;
  display: flex;
  text-align: right;
}
.c-header__oneasics {
  text-align: right;
}

.Error {
  padding: 53px 20px 100px;
}
.Error__heading {
  margin: 32px 0 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.Error__text {
  margin-bottom: 32px;
  padding: 0 19px;
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}

.Help {
  padding: 53px 0 44px;
}
.Help__section {
  padding: 36px 38px 32px;
  border-bottom: 1px solid #ededed;
}
.Help__back-link {
  display: flex;
  align-items: center;
  margin: -13px 0 22px -18px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.Help__back-icon {
  width: 7px;
  height: auto;
  margin-right: 8px;
}
.Help__heading {
  margin-bottom: 22px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
}
.Help__text {
  font-size: 0.875rem;
  line-height: 1.57;
}
.Help__list {
  margin-top: 14px;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.Help__list.--asterisk .Help__list-item:not(:first-of-type) {
  margin-top: 11px;
}
.Help__list.--asterisk .Help__list-item:before {
  content: "＊";
}
.Help__list-item {
  display: flex;
}
.Help__list-item:before {
  content: "・";
  flex-shrink: 0;
}
.Help__email {
  margin-top: 16px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #485cc7;
}
.Help__back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 46px;
  margin: 26px auto 0;
  border: 1px solid #485cc7;
  border-radius: 9999px;
  font-weight: 600;
  line-height: 1;
  color: #485cc7;
}

.Top {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2d3d72;
}
.Top__video, .Top__image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: 768px;
  transform: translate(-50%, -50%);
}
.Top__video {
  opacity: 0;
}
.Top__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 30, 98, 0.64);
}
.Top__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  max-width: 768px;
  height: 100%;
  margin: 0 auto;
  padding: 4.5vh 24px 5vh;
  background: linear-gradient(340.59deg, #001E62 0%, #485CC7 100%);
}
.Top__logo {
  width: 73px;
  height: auto;
  margin-bottom: 6px;
}
.Top__title {
  font-size: 3.4375rem;
  text-align: center;
  line-height: 0.825;
  color: #fff;
}
.Top__description {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.role-model {
  position: fixed;
  bottom: 25vh;
  width: auto;
  height: 75vh;
  max-height: 800px;
  margin-left: min(40vw, 350px);
}

.app-title {
  position: fixed;
  top: 12%;
  margin-right: min(18vw, 200px);
}

.asics {
  display: block;
  height: auto;
  width: 100px;
}

.app-name {
  transform: translate(-37.5%, -37.5%) scale(0.25);
}

.FormSection {
  display: none;
}
.FormSection.--active {
  display: block;
  animation: fade-in 0.4s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Form {
  padding: 53px 0 132px;
}
.Form__heading {
  margin-bottom: 22px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
}
.Form__heading-en {
  margin-bottom: 22px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.Form .Gender {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px 11px;
  background-color: rgba(3, 13, 38, 0.8);
  overflow-y: scroll;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  animation: fade-in 0.4s;
}
.Form .Gender.u-hidden {
  display: none;
}
.Form .Gender > .modalBody {
  width: 100%;
  max-width: 406px;
  margin: auto;
  padding-bottom: 12px;
  background-color: #fff;
}
.Form .Gender > .modalBody > .header {
  width: 100%;
  padding: 12px 13px 0px;
  display: flex;
  justify-content: flex-end;
}
.Form .Gender > .modalBody > .footer {
  margin: 35px 0px 20px;
}
.Form .Gender__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 120px;
  border-radius: 8px;
  border: solid 1px #b2b2b2;
  font-size: 1.5rem;
  line-height: 1;
  color: #b2b2b2;
  transition: border-color 0.15s, color 0.15s;
}
.Form .Gender__button.--men {
  margin-right: 5px;
}
.Form .Gender__button.--women {
  margin-left: 5px;
}
.Form .Gender__radio {
  display: none;
}
.Form .Gender__radio:checked + .Gender__button {
  border-color: #001e62;
  background-color: #001e62;
  color: #ffffff;
}
.Form .Terms {
  padding: 34px 20px 27px;
}
.Form .Terms__description {
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.5;
}
.Form .Terms__box {
  height: 300px;
  margin-bottom: 30px;
  padding: 20px 19px;
  border: solid 1px #e0e0e0;
  overflow-y: scroll;
}
.Form .Terms__heading {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  opacity: 0.8;
}
.Form .Terms__text {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #5f5f5f;
  opacity: 0.8;
}
.Form .Terms__text:not(:last-of-type) {
  margin-bottom: 2rem;
}
.Form .Terms__agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
}
.Form .Terms__checkbox {
  flex-shrink: 0;
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 14px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  transition: background-color 0.15s;
}
.Form .Terms__checkbox:after {
  content: url(/img/check.svg);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
.Form .Terms__check {
  display: none;
}
.Form .Terms__check:checked ~ .Terms__checkbox {
  background-color: #485cc7;
}
.Form .Terms__check:checked ~ .Terms__checkbox:after {
  display: block;
}

.u-hidden {
  display: none;
}

.u-flex {
  display: flex;
}

.u-flex-col {
  flex-direction: column;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-items-center {
  align-items: center;
}

.u-relative {
  position: relative;
}

.u-text-xs {
  font-size: 0.75rem;
}

.u-text-center {
  text-align: center;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-asics {
  font-family: "ASICS", sans-serif;
}

.u-font-asics-bold {
  font-family: "ASICS Bold", sans-serif;
}

.android .u-font-asics {
  padding-top: 0.1875rem;
}
.android .u-font-asics-bold {
  padding-top: 0.1875rem;
}

.u-underline {
  text-decoration: underline;
}

.u-text-green {
  color: #00b388;
}

.u-text-link {
  color: #0000ee;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease-in-out;
}

.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: opacity 0.15s ease-in-out;
}

.fade-enter,
.fade-leave-to,
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave,
.fade-fast-enter-to,
.fade-fast-leave {
  opacity: 1;
}
