/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* 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; /* 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  min-width: 320px;
  color: #ffffff;
  font-family: "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #000000;
  background-image: url("../images/common/bg_pattern.png");
  background-repeat: repeat;
  background-position: top left;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
body::-webkit-scrollbar-track {
  background-color: #333333;
}
body::-webkit-scrollbar-thumb {
  background-color: #999999;
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar-thumb {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  body::-webkit-scrollbar-thumb {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  body {
    background-size: max(200px, 10.4166666667vw) max(200px, 10.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  body {
    background-size: 26.0416666667vw 26.0416666667vw;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.is-fixed {
  position: fixed;
  inset: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

figure, button {
  font-size: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
  }
}
@keyframes loading {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
  }
}
@media screen and (min-width: 769px) {
  .l-footer {
    border-top: max(1px, 0.0520833333vw) solid #4f4f4f;
    padding: max(95px, 4.9479166667vw) 0 max(170px, 8.8541666667vw);
    background: url("../images/pc/common/bg_footer_auth-object.svg") no-repeat bottom max(30px, 1.5625vw) center/max(1034px, 53.8541666667vw) max(90px, 4.6875vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    border-top: 0.2604166667vw solid #4f4f4f;
    padding: 14.3229166667vw 0 47.65625vw;
    background: url("../images/sp/common/bg_footer_auth-object.svg") no-repeat bottom 3.90625vw center/100% auto;
  }
}

.l-footer-copyright__text {
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer-copyright__text {
    font-size: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer-copyright__text {
    font-size: 2.8645833333vw;
  }
}

.l-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper.is-loaded {
  opacity: 1;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.c-loading {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.c-loading.is-visible {
  display: block;
}
.c-loading.is-hidden {
  opacity: 0;
}
.c-loading__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.c-loading__overlay.is-visible {
  opacity: 1;
}
.c-loading__spinner {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100%;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-loading__spinner {
    width: max(10px, 0.5208333333vw);
    height: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-loading__spinner {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
.c-loading.is-loading .c-loading__spinner {
  -webkit-animation: loading 1.2s linear infinite;
  animation: loading 1.2s linear infinite;
}

.c-list-loading {
  display: none;
  position: absolute;
  top: var(--loading-top, 0);
  bottom: var(--loading-bottom, 0);
  right: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.c-list-loading.is-visible {
  display: block;
}
.c-list-loading.is-hidden {
  opacity: 0;
}
.c-list-loading__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.c-list-loading__overlay.is-visible {
  opacity: 1;
}
.c-list-loading__spinner {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100%;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-list-loading__spinner {
    width: max(10px, 0.5208333333vw);
    height: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-list-loading__spinner {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
.c-list-loading.is-loading .c-list-loading__spinner {
  -webkit-animation: loading 1.2s linear infinite;
  animation: loading 1.2s linear infinite;
}

.c-case-loading {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.c-case-loading.is-visible {
  display: block;
}
.c-case-loading.is-hidden {
  opacity: 0;
}
.c-case-loading__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.c-case-loading__overlay.is-visible {
  opacity: 1;
}
.c-case-loading__spinner {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100%;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-case-loading__spinner {
    width: max(10px, 0.5208333333vw);
    height: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-case-loading__spinner {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
.c-case-loading.is-loading .c-case-loading__spinner {
  -webkit-animation: loading 1.2s linear infinite;
  animation: loading 1.2s linear infinite;
}

.c-svg {
  display: inline-block;
  font-size: 0;
}
.c-svg svg {
  overflow: visible;
  width: 100%;
  fill: currentColor;
}

.c-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #ffffff;
}
.c-button::before, .c-button::after {
  position: absolute;
  background-color: #000000;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-button::before, .c-button::after {
    width: max(6px, 0.3125vw);
    height: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button::before, .c-button::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-button::before {
    bottom: max(6px, 0.3125vw);
    left: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button::before {
    bottom: 1.0416666667vw;
    left: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-button::after {
    top: max(6px, 0.3125vw);
    right: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button::after {
    top: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}
.c-button:disabled {
  background-color: #4f4f4f;
  pointer-events: none;
}
.c-button:disabled .c-button__text {
  color: #000000;
}
.c-button__text {
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .c-button--primary {
    width: max(394px, 20.5208333333vw);
    height: max(80px, 4.1666666667vw);
    -webkit-clip-path: polygon(0 max(10px, 0.5208333333vw), max(10px, 0.5208333333vw) 0, 100% 0, 100% calc(100% - max(10px, 0.5208333333vw)), calc(100% - max(10px, 0.5208333333vw)) 100%, 0 100%);
    clip-path: polygon(0 max(10px, 0.5208333333vw), max(10px, 0.5208333333vw) 0, 100% 0, 100% calc(100% - max(10px, 0.5208333333vw)), calc(100% - max(10px, 0.5208333333vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-button--primary {
    max-width: 84.375vw;
    width: 100%;
    height: 18.2291666667vw;
    -webkit-clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
    clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
  }
}
.c-button--primary .c-button__text {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-button--primary .c-button__text {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button--primary .c-button__text {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .c-button--primary {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-button--primary:hover {
    background-color: #21C8B4;
  }
}
@media screen and (min-width: 1281px) {
  .c-button--case::before, .c-button--case::after, .c-button--guest-arg::before, .c-button--guest-arg::after {
    width: 0.3125vw;
    height: 0.3125vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button--case::before, .c-button--case::after, .c-button--guest-arg::before, .c-button--guest-arg::after {
    width: 0.46875vw;
    height: 0.46875vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-button--case::before, .c-button--case::after, .c-button--guest-arg::before, .c-button--guest-arg::after {
    width: 0.5859375vw;
    height: 0.5859375vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-button--case, .c-button--guest-arg {
    height: 2.9166666667vw;
    -webkit-clip-path: polygon(0 0.625vw, 0.625vw 0, 100% 0, 100% calc(100% - 0.625vw), calc(100% - 0.625vw) 100%, 0 100%);
    clip-path: polygon(0 0.625vw, 0.625vw 0, 100% 0, 100% calc(100% - 0.625vw), calc(100% - 0.625vw) 100%, 0 100%);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button--case, .c-button--guest-arg {
    height: 4.375vw;
    -webkit-clip-path: polygon(0 0.9375vw, 0.9375vw 0, 100% 0, 100% calc(100% - 0.9375vw), calc(100% - 0.9375vw) 100%, 0 100%);
    clip-path: polygon(0 0.9375vw, 0.9375vw 0, 100% 0, 100% calc(100% - 0.9375vw), calc(100% - 0.9375vw) 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-button--case, .c-button--guest-arg {
    height: 5.46875vw;
    -webkit-clip-path: polygon(0 1.171875vw, 1.171875vw 0, 100% 0, 100% calc(100% - 1.171875vw), calc(100% - 1.171875vw) 100%, 0 100%);
    clip-path: polygon(0 1.171875vw, 1.171875vw 0, 100% 0, 100% calc(100% - 1.171875vw), calc(100% - 1.171875vw) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-button--case, .c-button--guest-arg {
    height: 10.4166666667vw;
    -webkit-clip-path: polygon(0 1.5625vw, 1.5625vw 0, 100% 0, 100% calc(100% - 1.5625vw), calc(100% - 1.5625vw) 100%, 0 100%);
    clip-path: polygon(0 1.5625vw, 1.5625vw 0, 100% 0, 100% calc(100% - 1.5625vw), calc(100% - 1.5625vw) 100%, 0 100%);
  }
}
.c-button--case .c-button__text, .c-button--guest-arg .c-button__text {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .c-button--case .c-button__text, .c-button--guest-arg .c-button__text {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button--case .c-button__text, .c-button--guest-arg .c-button__text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-button--case .c-button__text, .c-button--guest-arg .c-button__text {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-button--case .c-button__text, .c-button--guest-arg .c-button__text {
    font-size: 3.125vw;
  }
}
@media (any-hover: hover) {
  .c-button--case, .c-button--guest-arg {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-button--case:hover, .c-button--guest-arg:hover {
    background-color: #21C8B4;
  }
  .c-button--case:hover::before, .c-button--case:hover::after, .c-button--guest-arg:hover::before, .c-button--guest-arg:hover::after {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .c-button--auth {
    width: max(248px, 12.9166666667vw);
    height: max(56px, 2.9166666667vw);
    -webkit-clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
    clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-button--auth {
    width: 63.5416666667vw;
    height: 10.4166666667vw;
    -webkit-clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
    clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
  }
}
.c-button--auth .c-button__text {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-button--auth .c-button__text {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button--auth .c-button__text {
    font-size: 3.3854166667vw;
  }
}
@media (any-hover: hover) {
  .c-button--auth {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-button--auth:hover {
    background-color: #21C8B4;
  }
}
@media screen and (min-width: 769px) {
  .c-button--nav {
    width: max(248px, 12.9166666667vw);
    height: max(56px, 2.9166666667vw);
    -webkit-clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
    clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-button--nav {
    width: 63.5416666667vw;
    height: 10.4166666667vw;
    -webkit-clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
    clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
  }
}
.c-button--nav .c-button__text {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-button--nav .c-button__text {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button--nav .c-button__text {
    font-size: 3.3854166667vw;
  }
}
@media (any-hover: hover) {
  .c-button--nav {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-button--nav:hover {
    background-color: #21C8B4;
  }
}
.c-button--google {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-button--google {
    width: max(394px, 20.5208333333vw);
    height: max(80px, 4.1666666667vw);
    -webkit-clip-path: polygon(0 max(10px, 0.5208333333vw), max(10px, 0.5208333333vw) 0, 100% 0, 100% calc(100% - max(10px, 0.5208333333vw)), calc(100% - max(10px, 0.5208333333vw)) 100%, 0 100%);
    clip-path: polygon(0 max(10px, 0.5208333333vw), max(10px, 0.5208333333vw) 0, 100% 0, 100% calc(100% - max(10px, 0.5208333333vw)), calc(100% - max(10px, 0.5208333333vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-button--google {
    max-width: 84.375vw;
    width: 100%;
    height: 18.2291666667vw;
    -webkit-clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
    clip-path: polygon(0 3.125vw, 3.125vw 0, 100% 0, 100% calc(100% - 3.125vw), calc(100% - 3.125vw) 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) {
  .c-button--google .c-button__icon {
    width: max(24px, 1.25vw);
    height: max(24px, 1.25vw);
    margin-right: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button--google .c-button__icon {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-button--google .c-button__text {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button--google .c-button__text {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .c-button--google {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-button--google:hover {
    background-color: #21C8B4;
  }
}

.c-copy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-copy-button {
    width: max(38px, 1.9791666667vw);
    height: max(38px, 1.9791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-copy-button {
    width: 7.03125vw;
    height: 7.03125vw;
  }
}
.c-copy-button__inner {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-copy-button .c-svg--copy {
  position: relative;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .c-copy-button .c-svg--copy {
    width: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .c-copy-button .c-svg--copy {
    width: 3.3854166667vw;
  }
}
.c-copy-button__toast {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  color: #000000;
  color: #21C8B4;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
@media screen and (min-width: 769px) {
  .c-copy-button__toast {
    padding: max(8px, 0.4166666667vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-copy-button__toast {
    padding: 1.0416666667vw;
    font-size: 3.125vw;
  }
}
.c-copy-button__toast.is-visible {
  opacity: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.c-copy-button__toast.is-hidden {
  opacity: 0;
}
@media (any-hover: hover) {
  .c-copy-button .c-copy-button__inner::before {
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    background-color: #21C8B4;
    content: "";
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .c-copy-button .c-svg--copy {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  .c-copy-button:hover .c-copy-button__inner::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .c-copy-button:hover .c-svg--copy {
    color: #ffffff;
  }
}

.c-form__data {
  display: none;
}
.c-form.is-disabled {
  pointer-events: none;
}
.c-form.is-disabled .c-input-group__label {
  color: #4f4f4f;
}
.c-form.is-disabled .c-input-group__input {
  background-color: #4f4f4f;
}
.c-form.is-disabled .c-input-group__text-box {
  background-color: #4f4f4f;
}
.c-form.is-disabled .c-input-group__text-box::-webkit-input-placeholder {
  color: #212121;
}
.c-form.is-disabled .c-input-group__text-box::-moz-placeholder {
  color: #212121;
}
.c-form.is-disabled .c-input-group__text-box::placeholder {
  color: #212121;
}
.c-form.is-disabled .c-input-text {
  background-color: #4f4f4f;
}
.c-form.is-disabled .c-input-text__input {
  background-color: #4f4f4f;
}
.c-form.is-disabled .c-input-text__input::-webkit-input-placeholder {
  color: #212121;
}
.c-form.is-disabled .c-input-text__input::-moz-placeholder {
  color: #212121;
}
.c-form.is-disabled .c-input-text__input::placeholder {
  color: #212121;
}

@media screen and (min-width: 769px) {
  .c-input-group + .c-input-group {
    margin-top: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .c-input-group + .c-input-group {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 961px) {
  .c-input-group__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.c-input-group__label {
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 961px) {
  .c-input-group__label {
    width: max(180px, 9.375vw);
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .c-input-group__label {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-input-group__label {
    display: block;
    margin-bottom: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 961px) {
  .c-input-group__field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
.c-input-group__input {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-input-group__input {
    max-width: max(580px, 30.2083333333vw);
    height: max(60px, 3.125vw);
    padding: max(1px, 0.0520833333vw);
    -webkit-clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
    clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-input-group__input {
    max-width: 84.375vw;
    aspect-ratio: 648/80;
    padding: 0.2604166667vw;
    -webkit-clip-path: polygon(0 2.6041666667vw, 2.6041666667vw 0, 100% 0, 100% calc(100% - 2.6041666667vw), calc(100% - 2.6041666667vw) 100%, 0 100%);
    clip-path: polygon(0 2.6041666667vw, 2.6041666667vw 0, 100% 0, 100% calc(100% - 2.6041666667vw), calc(100% - 2.6041666667vw) 100%, 0 100%);
  }
}
.c-input-group__input--error {
  background-color: #ff0000;
}
.c-input-group__input--error .c-input-group__text-box {
  background-color: #ffd3d3;
}
.c-input-group__text-box {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 0.04em;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-input-group__text-box {
    padding: max(10px, 0.5208333333vw) max(30px, 1.5625vw);
    font-size: max(18px, 0.9375vw);
    -webkit-clip-path: polygon(0 max(11.4px, 0.59375vw), max(11.4px, 0.59375vw) 0, 100% 0, 100% calc(100% - max(11.4px, 0.59375vw)), calc(100% - max(11.4px, 0.59375vw)) 100%, 0 100%);
    clip-path: polygon(0 max(11.4px, 0.59375vw), max(11.4px, 0.59375vw) 0, 100% 0, 100% calc(100% - max(11.4px, 0.59375vw)), calc(100% - max(11.4px, 0.59375vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-input-group__text-box {
    padding: 1.3020833333vw 3.90625vw;
    font-size: 3.3854166667vw;
    -webkit-clip-path: polygon(0 2.4505208333vw, 2.4505208333vw 0, 100% 0, 100% calc(100% - 2.4505208333vw), calc(100% - 2.4505208333vw) 100%, 0 100%);
    clip-path: polygon(0 2.4505208333vw, 2.4505208333vw 0, 100% 0, 100% calc(100% - 2.4505208333vw), calc(100% - 2.4505208333vw) 100%, 0 100%);
  }
}
.c-input-group__text-box--ja {
  font-family: "BIZ UDPGothic", sans-serif;
}
.c-input-group__text-box::-webkit-input-placeholder {
  color: #cccccc;
}
.c-input-group__text-box::-moz-placeholder {
  color: #cccccc;
}
.c-input-group__text-box::placeholder {
  color: #cccccc;
}
@media screen and (min-width: 961px) {
  .c-input-group__error {
    margin-top: max(20px, 1.0416666667vw);
    padding-left: max(180px, 9.375vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .c-input-group__error {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-input-group__error {
    margin-top: 2.6041666667vw;
  }
}
.c-input-group__error-text {
  color: #ff0000;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .c-input-group__error-text {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .c-input-group__error-text {
    font-size: 3.3854166667vw;
  }
}

.c-input-text {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-input-text {
    max-width: max(580px, 30.2083333333vw);
    height: max(60px, 3.125vw);
    padding: max(1px, 0.0520833333vw);
    -webkit-clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
    clip-path: polygon(0 max(12px, 0.625vw), max(12px, 0.625vw) 0, 100% 0, 100% calc(100% - max(12px, 0.625vw)), calc(100% - max(12px, 0.625vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-input-text {
    max-width: 84.375vw;
    aspect-ratio: 648/80;
    padding: 0.2604166667vw;
    -webkit-clip-path: polygon(0 2.6041666667vw, 2.6041666667vw 0, 100% 0, 100% calc(100% - 2.6041666667vw), calc(100% - 2.6041666667vw) 100%, 0 100%);
    clip-path: polygon(0 2.6041666667vw, 2.6041666667vw 0, 100% 0, 100% calc(100% - 2.6041666667vw), calc(100% - 2.6041666667vw) 100%, 0 100%);
  }
}
.c-input-text--error {
  background-color: #ff0000;
}
.c-input-text--error .c-input-text__input {
  background-color: #ffd3d3;
}
.c-input-text__input {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 0.04em;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-input-text__input {
    padding: max(10px, 0.5208333333vw) max(30px, 1.5625vw);
    font-size: max(18px, 0.9375vw);
    -webkit-clip-path: polygon(0 max(11.4px, 0.59375vw), max(11.4px, 0.59375vw) 0, 100% 0, 100% calc(100% - max(11.4px, 0.59375vw)), calc(100% - max(11.4px, 0.59375vw)) 100%, 0 100%);
    clip-path: polygon(0 max(11.4px, 0.59375vw), max(11.4px, 0.59375vw) 0, 100% 0, 100% calc(100% - max(11.4px, 0.59375vw)), calc(100% - max(11.4px, 0.59375vw)) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-input-text__input {
    padding: 1.3020833333vw 3.90625vw;
    font-size: 3.3854166667vw;
    -webkit-clip-path: polygon(0 2.4505208333vw, 2.4505208333vw 0, 100% 0, 100% calc(100% - 2.4505208333vw), calc(100% - 2.4505208333vw) 100%, 0 100%);
    clip-path: polygon(0 2.4505208333vw, 2.4505208333vw 0, 100% 0, 100% calc(100% - 2.4505208333vw), calc(100% - 2.4505208333vw) 100%, 0 100%);
  }
}
.c-input-text__input--ja {
  font-family: "BIZ UDPGothic", sans-serif;
}
.c-input-text__input::-webkit-input-placeholder {
  color: #cccccc;
}
.c-input-text__input::-moz-placeholder {
  color: #cccccc;
}
.c-input-text__input::placeholder {
  color: #cccccc;
}

.p-login__header {
  background-image: url("../images/common/bg_object_top-left.svg"), url("../images/common/logo_daiyonkyokai.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-login__header {
    padding: max(160px, 8.3333333333vw) 0 max(60px, 3.125vw);
    background-position: top max(16px, 0.8333333333vw) left, top max(20px, 1.0416666667vw) right max(20px, 1.0416666667vw);
    background-size: max(230px, 11.9791666667vw) max(65.2px, 3.3958333333vw), max(66px, 3.4375vw) max(66px, 3.4375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__header {
    padding: 31.25vw 0 10.15625vw;
    background-position: top 3.3854166667vw left, top 3.90625vw right 3.90625vw;
    background-size: 48.6979166667vw 13.8020833333vw, 12.5vw 12.5vw;
  }
}
.p-login__title {
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-login__title {
    font-size: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__title {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__body {
    padding-bottom: max(200px, 10.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__body {
    padding: 0 7.8125vw 13.0208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__form {
    width: max(760px, 39.5833333333vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .p-login__form {
    max-width: 580px;
  }
}
@media screen and (min-width: 769px) {
  .p-login__form--email .p-login__error {
    margin-top: max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__form--email .p-login__error {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__form--email .p-login__error + .p-login__form-button {
    margin-top: max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__form--email .p-login__error + .p-login__form-button {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__form--email .p-login__form-button {
    margin-top: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__form--email .p-login__form-button {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__divider {
    max-width: max(644px, 33.5416666667vw);
    margin: max(50px, 2.6041666667vw) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-login__divider {
    margin: 6.5104166667vw 0;
  }
}
.p-login__divider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-login__divider-text {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__divider-text {
    font-size: 2.8645833333vw;
  }
}
.p-login__divider-text::before, .p-login__divider-text::after {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background-color: #4f4f4f;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-login__divider-text::before, .p-login__divider-text::after {
    height: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__divider-text::before, .p-login__divider-text::after {
    height: 0.1302083333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__divider-text::before {
    margin-right: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__divider-text::before {
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__divider-text::after {
    margin-left: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__divider-text::after {
    margin-left: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__notice {
    margin: max(30px, 1.5625vw) 0 max(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__notice {
    margin: 6.5104166667vw 0 13.0208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-login__account .u-text-primary {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-login__account .u-text-primary {
    margin-bottom: 3.90625vw;
  }
}

.u-dib {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .u-dn-lg-min {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-dn-lg-max {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-dn-md-max {
    display: none;
  }
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-mt0 {
  margin-top: 0;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-text-primary {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .u-text-primary {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .u-text-primary {
    font-size: 3.125vw;
  }
}

.u-text-red {
  color: #ff0000;
}

.u-text-green {
  color: #21C8B4;
}

.u-text-ja {
  font-family: "BIZ UDPGothic", sans-serif;
}

.u-text-en {
  font-family: "Saira Semi Condensed", sans-serif;
}

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

.u-text-underline {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-text-underline {
    text-decoration-thickness: max(1px, 0.0520833333vw);
    text-underline-offset: max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .u-text-underline {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.5208333333vw;
  }
}

@media (any-hover: hover) {
  .u-text-link {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    will-change: opacity;
  }
  .u-text-link:hover {
    opacity: 0.7;
  }
}