@charset "UTF-8";
/*! 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;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../../fonts/LINESeedJP_OTF_Rg.woff") format("woff2"), url("../../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../../fonts/LINESeedJP_OTF_Bd.woff") format("woff2"), url("../../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
}
body {
  min-width: 320px;
  color: #1f2123;
  font-family: "LINE Seed JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

main {
  position: relative;
}

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

img {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

_::-webkit-full-page-media, _:future, :root img.rendering {
  image-rendering: auto;
}

button {
  font-size: 0;
}

.d-none {
  display: none;
}

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

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

.w-100 {
  width: 100%;
}

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

@media screen and (min-width: 769px) {
  #message-Footer {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #message-Footer {
    padding: 0 5.2083333333vw 7.8125vw;
  }
}
@media screen and (min-width: 769px) {
  #message-Footer p.notice {
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #message-Footer p.notice {
    margin-bottom: 2.6041666667vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  #message-Footer p.copyright {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #message-Footer p.copyright {
    line-height: 1.8;
  }
}

html, body {
  height: 100%;
}

#message-Wrapper {
  position: relative;
  height: 100%;
}

.text-primary, .text-secondary, .text-small {
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .text-primary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .text-primary {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 769px) {
  .text-secondary {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .text-secondary {
    font-size: 2.8645833333vw;
  }
}
@media screen and (min-width: 769px) {
  .text-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .text-small {
    font-size: 2.6041666667vw;
  }
}
@media (any-hover: hover) {
  .text-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  .text-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .text-link span.external {
    width: 12px;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .text-link span.external {
    width: 2.34375vw;
    margin: 0 0 0 1.3020833333vw;
  }
}
.text-underline {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .text-underline {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .text-underline {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.390625vw;
  }
}
.text-blue {
  color: #3e86dc;
}
.text-red {
  color: #d11e1e;
}
.text-gray {
  color: #afb7bf;
}
.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.inactive-display {
  display: none;
}

.active-display {
  display: block !important;
}

.hidden-display {
  opacity: 0;
}

.showed-display {
  opacity: 1 !important;
}

.transition-10 {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.transition-20 {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.transition-35 {
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

@-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;
  }
}
@-webkit-keyframes typingAnimation {
  0%, 60%, 100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes typingAnimation {
  0%, 60%, 100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes glitch0 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-clip-path: inset(10% 0 70% 0);
    clip-path: inset(10% 0 70% 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
}
@keyframes glitch0 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-clip-path: inset(10% 0 70% 0);
    clip-path: inset(10% 0 70% 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
}
@-webkit-keyframes glitch1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(15% 0 60% 0);
    clip-path: inset(15% 0 60% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  12% {
    opacity: 0;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-clip-path: inset(15% 0 60% 0);
    clip-path: inset(15% 0 60% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(15% 0 60% 0);
    clip-path: inset(15% 0 60% 0);
  }
}
@keyframes glitch1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(15% 0 60% 0);
    clip-path: inset(15% 0 60% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  12% {
    opacity: 0;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-clip-path: inset(15% 0 60% 0);
    clip-path: inset(15% 0 60% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(15% 0 60% 0);
    clip-path: inset(15% 0 60% 0);
  }
}
@-webkit-keyframes glitch3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-clip-path: inset(5% 0 85% 0);
    clip-path: inset(5% 0 85% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
}
@keyframes glitch3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-clip-path: inset(5% 0 85% 0);
    clip-path: inset(5% 0 85% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
}
@-webkit-keyframes glitch4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-clip-path: inset(25% 0 45% 0);
    clip-path: inset(25% 0 45% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
}
@keyframes glitch4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-clip-path: inset(25% 0 45% 0);
    clip-path: inset(25% 0 45% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
}
@-webkit-keyframes glitch5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    -webkit-clip-path: inset(10% 0 70% 0);
    clip-path: inset(10% 0 70% 0);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
}
@keyframes glitch5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    -webkit-clip-path: inset(10% 0 70% 0);
    clip-path: inset(10% 0 70% 0);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(5% 0 80% 0);
    clip-path: inset(5% 0 80% 0);
  }
}
@-webkit-keyframes glitch6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-clip-path: inset(5% 0 85% 0);
    clip-path: inset(5% 0 85% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
}
@keyframes glitch6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-clip-path: inset(5% 0 85% 0);
    clip-path: inset(5% 0 85% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(0% 0 90% 0);
    clip-path: inset(0% 0 90% 0);
  }
}
@-webkit-keyframes glitch7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    -webkit-clip-path: inset(25% 0 45% 0);
    clip-path: inset(25% 0 45% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
}
@keyframes glitch7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  6% {
    opacity: 1;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    -webkit-clip-path: inset(25% 0 45% 0);
    clip-path: inset(25% 0 45% 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-clip-path: inset(20% 0 55% 0);
    clip-path: inset(20% 0 55% 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#message-Main {
  height: 100%;
}

#message-Container {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .chat-container {
    width: min(100% - 80px, 960px);
    margin: 0 auto;
  }
}

#chat-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #000000;
}
@media screen and (min-width: 769px) {
  #chat-header {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #chat-header {
    height: 15.625vw;
  }
}
#chat-header .chat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #chat-header .chat-container {
    padding: 0 2.6041666667vw;
  }
}
#chat-header .user-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #chat-header .user-name {
    padding: 0 0 0 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #chat-header .user-name {
    padding: 0 0 0 2.6041666667vw;
    font-size: 4.1666666667vw;
  }
}
#chat-header button[name=back] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #chat-header button[name=back] {
    width: 20px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #chat-header button[name=back] {
    width: 7.8125vw;
    height: 10.4166666667vw;
    padding: 0 0 0 2.6041666667vw;
  }
}
#chat-header button[name=back] span.chevron {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  #chat-header button[name=back] span.chevron {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  #chat-header button[name=back] span.chevron {
    width: 2.34375vw;
  }
}
@media (any-hover: hover) {
  #chat-header button[name=back]::before {
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    background-color: #4f4f4f;
    content: "";
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  #chat-header button[name=back]::before {
    left: -12px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  #chat-header button[name=back]::before {
    left: -1.0416666667vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media (any-hover: hover) {
  #chat-header button[name=back]:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#chat-header button[name=menu] {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #chat-header button[name=menu] {
    width: 30px;
    height: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #chat-header button[name=menu] {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    text-align: center;
  }
}
#chat-header button[name=menu] span.menu {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  #chat-header button[name=menu] span.menu {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #chat-header button[name=menu] span.menu {
    width: 5.2083333333vw;
  }
}

#chat-message-form {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffff;
}
#chat-message-form .chat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  #chat-message-form .chat-container {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .chat-container {
    padding: 2.6041666667vw 3.90625vw;
  }
}
#chat-message-form .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-container {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-container {
    padding: 0 3.90625vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-file {
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-file {
    margin-right: 3.90625vw;
  }
}
#chat-message-form .input-file input {
  display: none;
}
#chat-message-form .input-file input:valid + label {
  opacity: 1;
}
#chat-message-form .input-file label {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-file label {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-file label {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
#chat-message-form .input-file label svg {
  width: 100%;
  height: 100%;
  color: #222;
}
#chat-message-form .input-box {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-box {
    padding: 9px 29px 8px;
    border: 1px solid #afb7bf;
    border-radius: 42px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-box {
    padding: 2.6041666667vw 3.7760416667vw 2.4739583333vw;
    border: 0.1302083333vw solid #afb7bf;
    border-radius: 5.2083333333vw;
  }
}
#chat-message-form .input-box textarea[name=message] {
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.06em;
  resize: none;
  scrollbar-width: none;
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-box textarea[name=message] {
    height: 23px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-box textarea[name=message] {
    height: 5.078125vw;
    font-size: 3.3854166667vw;
  }
}
#chat-message-form .input-box textarea[name=message].hidden {
  color: transparent;
}
#chat-message-form .input-box textarea[name=message]::-webkit-input-placeholder {
  color: #afb7bf;
}
#chat-message-form .input-box textarea[name=message]::-moz-placeholder {
  color: #afb7bf;
}
#chat-message-form .input-box textarea[name=message]::placeholder {
  color: #afb7bf;
}
#chat-message-form .input-box textarea[name=message]::-webkit-scrollbar {
  display: none;
}
#chat-message-form .input-box .copy-text-container {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-box .copy-text-container {
    padding: 9px 29px 8px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-box .copy-text-container {
    padding: 2.6041666667vw 3.7760416667vw 2.4739583333vw;
  }
}
#chat-message-form .input-box .copy-text-container.showed {
  opacity: 1;
}
#chat-message-form .input-box .copy-text-container #copy-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  #chat-message-form .input-box .copy-text-container #copy-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form .input-box .copy-text-container #copy-text {
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 769px) {
  #chat-message-form button[name=message-send] {
    width: 26px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  #chat-message-form button[name=message-send] {
    width: 7.03125vw;
    height: 10.4166666667vw;
  }
}
#chat-message-form button[name=message-send] span.send {
  color: #4e73ff;
  pointer-events: none;
}
@media (any-hover: hover) {
  #chat-message-form button[name=message-send] span.send {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  #chat-message-form button[name=message-send]:hover span.send {
    color: #7591ff;
  }
}
#chat-message-form button[name=message-send]:disabled {
  pointer-events: none;
}
#chat-message-form button[name=message-send]:disabled span.svg.send {
  color: #afb7bf;
}

#chat-main {
  overflow: hidden;
  height: 100%;
  background-color: #8cabd8;
}
@media screen and (min-width: 769px) {
  #chat-main {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #chat-main {
    padding: 15.625vw 0 0;
  }
}

.message-container {
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .message-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .message-container::-webkit-scrollbar {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
.message-container::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.4);
}
.message-container::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(234, 234, 234, 0.8);
}
@media screen and (min-width: 769px) {
  .message-container {
    height: calc(100% - 62px);
  }
}
@media screen and (max-width: 768px) {
  .message-container {
    height: calc(100% - 15.625vw);
  }
}
@media screen and (min-width: 769px) {
  .message-container .chat-container {
    position: relative;
    left: 5px;
  }
}

.message-announce {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .message-announce {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .message-announce {
    margin: 5.2083333333vw 0;
  }
}
.message-announce p {
  display: inline-block;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .message-announce p {
    padding: 4px 30px 3px;
    border-radius: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .message-announce p {
    padding: 1.3020833333vw 3.90625vw 1.171875vw;
    border-radius: 3.90625vw;
    font-size: 2.6041666667vw;
  }
}

.message-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 769px) {
  .message-content {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .message-content {
    margin: 5.2083333333vw 0;
  }
}
.message-content .user-icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 100%;
  background-color: #eaeaea;
}
@media screen and (min-width: 769px) {
  .message-content .user-icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .user-icon {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.message-content .user-icon img {
  width: 100%;
}
.message-content .message-content-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 0;
}
.message-content .balloon {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .message-content .balloon {
    max-width: 848px;
    min-height: 42px;
    padding: 11px 20px 8px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .balloon {
    max-width: 74.21875vw;
    min-height: 9.8958333333vw;
    padding: 2.734375vw 3.90625vw 2.34375vw;
    border-radius: 5.2083333333vw;
  }
}
.message-content .balloon::before {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 769px) {
  .message-content .balloon::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .balloon::before {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
.message-content .balloon p {
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .message-content .balloon p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .balloon p {
    font-size: 3.3854166667vw;
  }
}
.message-content .balloon p a {
  color: #3e86dc;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .message-content .balloon p a {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  .message-content .balloon p a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .message-content .balloon p a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .balloon p a {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.390625vw;
  }
}
.message-content .audio-wrapper {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .message-content .audio-wrapper {
    max-width: 848px;
    padding: 11px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .audio-wrapper {
    max-width: 74.21875vw;
    min-height: 9.8958333333vw;
    padding: 2.734375vw;
    border-radius: 5.2083333333vw;
  }
}
.message-content .audio-wrapper::before {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 769px) {
  .message-content .audio-wrapper::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .audio-wrapper::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.message-content .audio-wrapper audio {
  max-width: 100%;
}
.message-content .media-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper {
    width: 380px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper {
    width: 72.9166666667vw;
    border-radius: 5.2083333333vw;
  }
}
.message-content .media-wrapper .media-thumb {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
@media (any-hover: hover) {
  .message-content .media-wrapper .media-thumb {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    will-change: opacity;
  }
  .message-content .media-wrapper .media-thumb:hover {
    opacity: 0.8;
  }
}
.message-content .media-wrapper .media-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.message-content .media-wrapper .image-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper .image-gallery {
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper .image-gallery {
    gap: 0.5208333333vw;
  }
}
.message-content .media-wrapper .image-gallery .media-thumb.image-col-1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper .image-gallery .media-thumb.image-col-1 {
    height: 188px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper .image-gallery .media-thumb.image-col-1 {
    height: 36.1979166667vw;
  }
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper .image-gallery .media-thumb.image-col-2 {
    width: 188px;
    height: 188px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper .image-gallery .media-thumb.image-col-2 {
    width: 36.1979166667vw;
    height: 36.1979166667vw;
  }
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper.media-wrapper-portrait .media-thumb {
    height: 214px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper.media-wrapper-portrait .media-thumb {
    height: 41.015625vw;
  }
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper.media-wrapper-landscape .media-thumb {
    height: 536px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper.media-wrapper-landscape .media-thumb {
    height: 102.8645833333vw;
  }
}
.message-content .media-wrapper.video-wrapper {
  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) {
  .message-content .media-wrapper.video-wrapper {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper.video-wrapper {
    width: 70.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper.video-wrapper.media-wrapper-portrait {
    height: 676px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper.video-wrapper.media-wrapper-portrait {
    height: 125vw;
  }
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper.video-wrapper.media-wrapper-landscape {
    height: 214px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper.video-wrapper.media-wrapper-landscape {
    height: 39.5833333333vw;
  }
}
.message-content .media-wrapper.video-wrapper .media-thumb {
  height: 100%;
  background-color: #1f2123;
}
.message-content .media-wrapper.video-wrapper .play {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .message-content .media-wrapper.video-wrapper .play {
    left: 168px;
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .media-wrapper.video-wrapper .play {
    left: 30.9895833333vw;
    width: 12.5vw;
  }
}
.message-content .message-info {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media screen and (min-width: 769px) {
  .message-content .message-info {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .message-info {
    padding: 0 1.3020833333vw;
  }
}
.message-content .message-info .status {
  color: #3f3f3f;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .message-content .message-info .status {
    margin: 0 0 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .message-info .status {
    margin: 0 0 0.78125vw;
    font-size: 2.6041666667vw;
  }
}
.message-content .message-info .time {
  color: #3f3f3f;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .message-content .message-info .time {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .message-content .message-info .time {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message-content.message-received {
    padding: 0 1.3020833333vw 0 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .message-content.message-received .message-content-inner {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .message-content.message-received .message-content-inner {
    padding: 0 0 0 2.6041666667vw;
  }
}
.message-content.message-received .balloon::before {
  background: url("../../images/message/bg_balloon_tail-left.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .message-content.message-received .balloon::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .message-content.message-received .balloon::before {
    left: -1.3020833333vw;
  }
}
.message-content.message-sent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .message-content.message-sent {
    padding: 0 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message-content.message-sent {
    padding: 0 3.90625vw 0 0;
  }
}
.message-content.message-sent .balloon {
  background-color: #4cda64;
}
.message-content.message-sent .balloon::before {
  background: url("../../images/message/bg_balloon_tail-right.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .message-content.message-sent .balloon::before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .message-content.message-sent .balloon::before {
    right: -1.3020833333vw;
  }
}

@media screen and (min-width: 769px) {
  .message-support {
    margin: 40px 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .message-support {
    margin: 8.3333333333vw 0;
    padding: 0 3.90625vw;
  }
}
.message-support-inner {
  background-color: #0d0d0d;
}
@media screen and (min-width: 769px) {
  .message-support-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .message-support-inner {
    padding: 7.8125vw 6.25vw;
  }
}
.message-support p {
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .message-support p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message-support p {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .message-support p + p {
    margin: 4.1666666667vw 0 0;
  }
}
.message-support p a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .message-support p a {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  .message-support p a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .message-support p a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .message-support p a {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.390625vw;
  }
}
.message-support button {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .message-support button {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .message-support button {
    margin-top: 4.1666666667vw;
    padding: 2.6041666667vw;
    font-size: 3.3854166667vw;
    border-radius: 1.3020833333vw;
  }
}
.message-support .button {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .message-support .button {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .message-support .button {
    margin-top: 4.1666666667vw;
    padding: 2.6041666667vw;
    font-size: 3.3854166667vw;
    border-radius: 1.3020833333vw;
  }
}
.message-support .button.clear {
  color: #fff;
  background-color: #4E73FF;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .message-support .button.clear {
    padding: 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message-support .button.clear {
    padding: 4.6875vw;
    font-size: 3.90625vw;
  }
}

@media screen and (min-width: 769px) {
  .message-error {
    margin: 40px 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .message-error {
    margin: 8.3333333333vw 0;
    padding: 0 3.90625vw;
  }
}
.message-error-inner {
  background-color: #cc0100;
}
@media screen and (min-width: 769px) {
  .message-error-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .message-error-inner {
    padding: 7.8125vw 6.25vw;
  }
}
.message-error p {
  color: #1f2123;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .message-error p {
    width: 1300px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message-error p {
    width: 117.1875vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .message-error p + p {
    margin: 4.1666666667vw 0 0;
  }
}
.message-error p a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .message-error p a {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  .message-error p a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .message-error p a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .message-error p a {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.390625vw;
  }
}
.message-error button {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .message-error button {
    margin-top: 20px;
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .message-error button {
    margin-top: 2.6041666667vw;
    padding: 2.6041666667vw;
    font-size: 3.3854166667vw;
    border-radius: 0.6510416667vw;
  }
}

/* メッセージのフェードインアニメーション */
@-webkit-keyframes messageSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes messageSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.message-content,
.message-support,
.message-error {
  -webkit-animation: messageSlideIn 0.3s ease-out;
  animation: messageSlideIn 0.3s ease-out;
}

/* 初期表示時はアニメーションなし */
.message-content.no-animation,
.message-support.no-animation,
.message-error.no-animation {
  -webkit-animation: none;
  animation: none;
}

#message-MediaModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  color: #ffffff;
}
#message-MediaModal.modal-active {
  display: block;
}
#message-MediaModal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: #1f2123;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#message-MediaModal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
#message-MediaModal button[name=close] {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 100;
  border-radius: 100%;
  background-color: rgba(31, 33, 35, 0.5);
  pointer-events: none;
}
@media (any-hover: hover) {
  #message-MediaModal button[name=close] {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  #message-MediaModal button[name=close]:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  #message-MediaModal button[name=close] {
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #message-MediaModal button[name=close] {
    top: 2.6041666667vw;
    right: 2.6041666667vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
#message-MediaModal button[name=close]::before, #message-MediaModal button[name=close]::after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 769px) {
  #message-MediaModal button[name=close]::before, #message-MediaModal button[name=close]::after {
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  #message-MediaModal button[name=close]::before, #message-MediaModal button[name=close]::after {
    width: 5.2083333333vw;
    height: 0.5208333333vw;
  }
}
#message-MediaModal button[name=close]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#message-MediaModal button[name=close]::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#message-MediaModal .modal-wrapper {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#message-MediaModal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
#message-MediaModal .modal-container {
  position: absolute;
  inset: 0;
}
#message-MediaModal .media-content {
  width: 100%;
  height: 100%;
}
#message-MediaModal .media-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: auto;
}
#message-MediaModal .media-content video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: contain;
  object-fit: contain;
}
#message-MediaModal .media-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
}
#message-MediaModal .media-slider-wrapper {
  height: 100%;
}
#message-MediaModal .media-slider-wrapper .media-slider {
  width: 100%;
  height: 100%;
}
#message-MediaModal .media-slider-wrapper .swiper-slide {
  overflow: hidden;
}
#message-MediaModal .media-slider-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#message-MediaModal .media-slider-wrapper button {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: rgba(31, 33, 35, 0.5);
}
@media screen and (min-width: 769px) {
  #message-MediaModal .media-slider-wrapper button {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #message-MediaModal .media-slider-wrapper button {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 769px) {
  #message-MediaModal .media-slider-wrapper button[name=prev] {
    left: 20px;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #message-MediaModal .media-slider-wrapper button[name=prev] {
    left: 2.6041666667vw;
    padding: 0 0 0 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  #message-MediaModal .media-slider-wrapper button[name=next] {
    right: 20px;
    padding: 0 0 0 34px;
  }
}
@media screen and (max-width: 768px) {
  #message-MediaModal .media-slider-wrapper button[name=next] {
    right: 2.6041666667vw;
    padding-left: 4.4270833333vw;
  }
}
@media screen and (min-width: 769px) {
  #message-MediaModal .media-slider-wrapper button span.svg {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  #message-MediaModal .media-slider-wrapper button span.svg {
    width: 2.0833333333vw;
  }
}
#message-MediaModal .media-slider-wrapper button:disabled {
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
@media (any-hover: hover) {
  #message-MediaModal .media-slider-wrapper button:disabled:hover {
    background-color: rgba(31, 33, 35, 0.5);
  }
}
@media (any-hover: hover) {
  #message-MediaModal .media-slider-wrapper button {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  #message-MediaModal .media-slider-wrapper button:hover {
    background-color: #1f2123;
  }
}
#message-MediaModal .modal-wrapper.wrapper-showed .media-slider-wrapper .panzoom-container {
  height: 100%;
}

@media screen and (min-width: 769px) {
  #message-Notification {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 6000;
  }
}
@media screen and (max-width: 768px) {
  #message-Notification {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 360px;
    height: 280px;
    margin: auto;
    border-radius: 10px;
    background-color: #1f2123;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  #message-Notification .notification-box.showed {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .container {
    padding: 40px 30px;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .user-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #eaeaea;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .content-text {
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .content-text span {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .notification-hint {
    margin-top: 6px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  #message-Notification .notification-box .button-group button {
    width: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #message-Notification .notification-box .button-group button span {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

#message-VideoCall {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
}
@media screen and (min-width: 769px) {
  #message-VideoCall {
    pointer-events: none;
    background-color: rgba(31, 33, 35, 0.6);
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall {
    background-color: #1f2123;
  }
}
#message-VideoCall .audio-wrapper,
#message-VideoCall .videocall-wrapper {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #message-VideoCall .audio-wrapper,
  #message-VideoCall .videocall-wrapper {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall .audio-wrapper {
    padding: 80px;
  }
}
#message-VideoCall .audio-wrapper .audio-hint {
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #message-VideoCall .audio-wrapper .audio-hint {
    padding: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall .audio-wrapper .audio-hint {
    position: absolute;
    top: 39.0625vw;
    right: 0;
    left: 0;
    z-index: 1;
    font-size: 4.1666666667vw;
    margin: 0 auto;
  }
}
#message-VideoCall .audio-wrapper .audio-visual {
  text-align: center;
}
#message-VideoCall .audio-wrapper .audio-visual canvas {
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #message-VideoCall .audio-wrapper .audio-visual {
    position: absolute;
    top: 46.875vw;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall.active {
    pointer-events: auto;
  }
  #message-VideoCall.active .audio-wrapper,
  #message-VideoCall.active .videocall-wrapper {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    width: 360px;
    max-height: 75vh;
    min-height: 460px;
    border-radius: 10px;
    background-color: #1f2123;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #message-VideoCall #videocall-box.showed {
    opacity: 1;
  }
  #message-VideoCall #videocall-box:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .videocall-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 30px;
    padding: 5px 10px;
  }
  #message-VideoCall #videocall-box .videocall-top button[name=close] {
    width: 20px;
    height: 20px;
    margin: 0 0 0 auto;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
  }
  #message-VideoCall #videocall-box .videocall-top button[name=close] span.svg {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .videocall-top {
    display: none;
  }
}
#message-VideoCall #videocall-box .videocall-main {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .videocall-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .videocall-main {
    position: absolute;
    inset: 0;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .content-text {
    text-align: center;
  }
  #message-VideoCall #videocall-box .content-text span.user-name {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .content-text {
    position: absolute;
    top: 20.8333333333vw;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
  }
  #message-VideoCall #videocall-box .content-text span.user-name {
    display: block;
    color: #ffffff;
    font-size: 8.8541666667vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .video-wrapper {
    width: 50%;
    aspect-ratio: 9/16;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .video-wrapper {
    position: absolute;
    inset: 0;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .video-wrapper.remote-video::before {
    position: absolute;
    inset: 0;
    background-color: #1f2123;
    content: "";
  }
  #message-VideoCall #videocall-box .video-wrapper.remote-video.videocall-started::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .video-wrapper.remote-video iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .video-wrapper.remote-video iframe {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    aspect-ratio: 9/16;
  }
}
#message-VideoCall #videocall-box .video-wrapper.remote-video iframe::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
#message-VideoCall #videocall-box .video-wrapper.remote-video iframe::selection {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .video-wrapper.local-video {
    display: grid;
    place-items: center;
    background: url("../../images/message/img_user_default.jpg") no-repeat top center/cover;
  }
  #message-VideoCall #videocall-box .video-wrapper.local-video .camera-info span.svg {
    display: block;
  }
  #message-VideoCall #videocall-box .video-wrapper.local-video .camera-info span.svg-icon {
    width: 48px;
    margin: 0 auto 20px;
  }
  #message-VideoCall #videocall-box .video-wrapper.local-video .camera-info span.svg-text {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .video-wrapper.local-video {
    display: none;
  }
}
#message-VideoCall #videocall-box .videocall-bottom {
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .videocall-bottom {
    height: 80px;
    padding: 15px;
    border-top: 1px solid #2f3337;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group-notification {
    position: absolute;
    bottom: 18.2291666667vw;
    right: 15.625vw;
    left: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group-videocall {
    display: none;
    position: absolute;
    bottom: 18.2291666667vw;
    right: 15.625vw;
    left: 15.625vw;
  }
  #message-VideoCall #videocall-box .button-group-videocall .button-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #message-VideoCall #videocall-box .button-group-videocall.videocall-started {
    display: block;
  }
}
#message-VideoCall #videocall-box .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group {
    position: relative;
    z-index: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#message-VideoCall #videocall-box .button-group button[name=reject], #message-VideoCall #videocall-box .button-group button[name=call] {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=reject], #message-VideoCall #videocall-box .button-group button[name=call] {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=reject], #message-VideoCall #videocall-box .button-group button[name=call] {
    width: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=reject] span.svg-icon, #message-VideoCall #videocall-box .button-group button[name=call] span.svg-icon {
    width: 18.2291666667vw;
    margin: 0 0 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=reject] span.svg-text, #message-VideoCall #videocall-box .button-group button[name=call] span.svg-text {
    width: 7.8125vw;
  }
}
#message-VideoCall #videocall-box .button-group button[name=reject] {
  cursor: not-allowed;
}
@media (any-hover: hover) {
  #message-VideoCall #videocall-box .button-group button[name=call] {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  #message-VideoCall #videocall-box .button-group button[name=call]:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off], #message-VideoCall #videocall-box .button-group button[name=camera-off], #message-VideoCall #videocall-box .button-group button[name=hang-up] {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 100%;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off], #message-VideoCall #videocall-box .button-group button[name=camera-off], #message-VideoCall #videocall-box .button-group button[name=hang-up] {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off], #message-VideoCall #videocall-box .button-group button[name=camera-off] {
    text-align: center;
    background-color: #3f3f3f;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off], #message-VideoCall #videocall-box .button-group button[name=camera-off] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4.4270833333vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off] span.svg-icon, #message-VideoCall #videocall-box .button-group button[name=camera-off] span.svg-icon {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off] span.svg-icon, #message-VideoCall #videocall-box .button-group button[name=camera-off] span.svg-icon {
    width: 7.2916666667vw;
    margin: 0 0 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off] span.svg-text, #message-VideoCall #videocall-box .button-group button[name=camera-off] span.svg-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off] span.svg-text, #message-VideoCall #videocall-box .button-group button[name=camera-off] span.svg-text {
    width: 15.8854166667vw;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=mic-off] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=camera-off] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  #message-VideoCall #videocall-box .button-group button[name=hang-up] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
}
#message-VideoCall #videocall-box .button-group button[name=hang-up].is-disabled {
  pointer-events: none;
}

/* 入力中表示 */
.typing-indicator {
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}

.typing-balloon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 16px;
}

.typing-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999;
  -webkit-animation: typingAnimation 1.4s infinite;
  animation: typingAnimation 1.4s infinite;
}

.typing-dots span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.typing-dots span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.call-end-btn.disabled {
  pointer-events: none;
}

#message-Wrapper {
  overflow: hidden;
}
#message-Wrapper::before, #message-Wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#message-Wrapper .message-Container:not(#message-Container) {
  opacity: 0;
  position: absolute;
  inset: 0;
}
#message-Wrapper.noise::after {
  background: url(../../gif/noise_pc.gif) no-repeat top center/cover;
  opacity: 0.7;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #message-Wrapper.noise::after {
    background: url(../../gif/noise_sp.gif) no-repeat top center/cover;
  }
}
#message-Wrapper.noise .message-Container {
  opacity: 1;
  will-change: clip-path, transform;
}
#message-Wrapper.noise .message-Container.message-Container-0 {
  -webkit-animation: glitch0 1s 3.5s forwards steps(2, jump-none);
  animation: glitch0 1s 3.5s forwards steps(2, jump-none);
}
#message-Wrapper.noise .message-Container.message-Container-1 {
  -webkit-animation: glitch7 2s infinite steps(2, jump-none);
  animation: glitch7 2s infinite steps(2, jump-none);
}
#message-Wrapper.noise .message-Container.message-Container-2 {
  -webkit-animation: glitch1 2.1s infinite steps(2, jump-none);
  animation: glitch1 2.1s infinite steps(2, jump-none);
}
#message-Wrapper.noise .message-Container.message-Container-3 {
  -webkit-animation: glitch6 2.2s infinite steps(2, jump-none);
  animation: glitch6 2.2s infinite steps(2, jump-none);
}
#message-Wrapper.noise .message-Container.message-Container-4 {
  -webkit-animation: glitch3 2.3s infinite steps(2, jump-none);
  animation: glitch3 2.3s infinite steps(2, jump-none);
}
#message-Wrapper.noise .message-Container.message-Container-5 {
  -webkit-animation: glitch4 2.4s infinite steps(2, jump-none);
  animation: glitch4 2.4s infinite steps(2, jump-none);
}
#message-Wrapper.noise .message-Container.message-Container-6 {
  -webkit-animation: glitch5 2.5s infinite steps(2, jump-none);
  animation: glitch5 2.5s infinite steps(2, jump-none);
}
#message-Wrapper.is-done::before {
  background: #000000;
  -webkit-transition: opacity 1s 1.8s;
  transition: opacity 1s 1.8s;
  opacity: 0;
  z-index: 5000;
}
#message-Wrapper.miss::after {
  background: #ff0000;
  z-index: 4000;
  -webkit-animation: fadeIn 1.5s 5s linear forwards;
  animation: fadeIn 1.5s 5s linear forwards;
  opacity: 0;
}
#message-Wrapper .miss-message {
  position: absolute;
  display: block;
  width: 102%;
  height: 102%;
  inset: 80% 70%;
  translate: -50% -50%;
  font-family: "Hina Mincho", serif;
  color: #ff0000;
  font-size: 80px;
  pointer-events: none;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  #message-Wrapper .miss-message {
    font-size: 10.4166666667vw;
  }
}
#message-Wrapper .miss-message:nth-of-type(2) {
  inset: 50%;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #message-Wrapper .miss-message:nth-of-type(2) {
    font-size: 6.5104166667vw;
  }
}
#message-Wrapper .miss-message:nth-of-type(3) {
  inset: 10% -10%;
  font-size: 100px;
  rotate: x 180deg;
}
@media screen and (max-width: 768px) {
  #message-Wrapper .miss-message:nth-of-type(3) {
    font-size: 13.0208333333vw;
  }
}
#message-Wrapper .miss-message:nth-of-type(4) {
  inset: 100% 10%;
  font-size: 70px;
  rotate: y -180deg;
}
@media screen and (max-width: 768px) {
  #message-Wrapper .miss-message:nth-of-type(4) {
    font-size: 9.1145833333vw;
  }
}
#message-Wrapper .miss-message:nth-of-type(5) {
  inset: 30% 80%;
  font-size: 70px;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  #message-Wrapper .miss-message:nth-of-type(5) {
    font-size: 9.1145833333vw;
  }
}