@charset "UTF-8";
/*
Reset default browser styles
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
SASS Variables and Mixin
*/
/*
SASS Variables
*/
/*
Brakepoint
*/
/*
color
*/
/*
SASS Mixin
*/
/*
Font family
*/
/*
Status Window
*/
/*
SVG
*/
/*
SNS
*/
/*
Animation
*/
/*
scroll animation
*/
.__intersection.__typingeffect {
  opacity: 0;
}
.__intersection.__typingeffect.__inview {
  opacity: 1;
}
.__intersection.__fadein {
  transition: opacity 1.4s;
  opacity: 0;
}
.__intersection.__fadein.__inview {
  opacity: 1;
}
.__intersection.__fadeinup {
  transition: opacity 1.4s, transform 1s;
  opacity: 0;
  transform: translateY(40px);
}
.__intersection.__fadeinup.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__intersection.__fadeindown {
  transition: opacity 1.4s, transform 1s;
  opacity: 0;
  transform: translateY(-40px);
}
.__intersection.__fadeindown.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__intersection.__fadeinltr {
  transition: opacity 1.4s, transform 1s;
  opacity: 0;
  transform: translateX(-40px);
}
.__intersection.__fadeinltr.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__intersection.__fadeinrtl {
  transition: opacity 1.4s, transform 1s;
  opacity: 0;
  transform: translateX(40px);
}
.__intersection.__fadeinrtl.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__intersection.__delay05s {
  transition: opacity 1.4s;
  transition-delay: 0.5s;
  opacity: 0;
}
.__intersection.__delay05s.__inview {
  opacity: 1;
}
.__intersection.__delay1s {
  transition: opacity 1.4s;
  transition-delay: 1s;
  opacity: 0;
}
.__intersection.__delay1s.__inview {
  opacity: 1;
}
.__intersection.__draw {
  position: relative;
  color: transparent;
}
.__intersection.__draw::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  right: 100%;
  background-color: #000;
  content: "";
}
.__intersection.__draw.__inview {
  animation: show 0.8s forwards;
}
.__intersection.__draw.__inview::before {
  animation: intro 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.__intersection.__clippath_ltr {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.__intersection.__clippath_ltr.__inview {
  clip-path: inset(0 0 0 0);
}
.__intersection.__clippath_rtl {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.__intersection.__clippath_rtl.__inview {
  clip-path: inset(0 0 0 0);
}

/*
Keyframes
*/
@keyframes intro {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes show {
  0%, 50% {
    color: transparent;
  }
  50.00001%, 100% {
    color: black;
  }
}
/*
スライム
*/
.character--slime {
  position: absolute;
  transition: opacity 1s;
  opacity: 0;
  z-index: 5555;
}
.character--slime .character {
  position: absolute;
  left: 0;
  top: 0;
}
.character--slime.__inview {
  opacity: 1;
}
.character--slime.__inview .character {
  animation: bound 1.3s ease-in-out;
}
@media (max-width: 640px) {
  .character--slime {
    top: 60px;
    right: 5px;
    width: 110px;
    height: 105.43px;
  }
  .character--slime .character {
    width: 110px;
    height: 105.43px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .character--slime {
    top: -20px;
    right: 20px;
    width: 200px;
    height: 192px;
  }
  .character--slime .character {
    width: 200px;
    height: 192px;
  }
}
@media (min-width: 961px) {
  .character--slime {
    top: 120px;
    right: 140px;
    width: 200px;
    height: 192px;
  }
  .character--slime .character {
    width: 200px;
    height: 192px;
  }
}
@keyframes bound {
  0% {
    top: 300px;
    transform: scale(1);
  }
  30% {
    top: -200px;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  70% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}

/*
はぐれメタル
*/
.character--liquid-metal {
  position: absolute;
  transition: opacity 1s;
  opacity: 0;
  z-index: 5555;
}
.character--liquid-metal .character {
  position: absolute;
  left: 0;
  top: 0;
}
.character--liquid-metal.__inview {
  opacity: 1;
}
.character--liquid-metal.__inview .character {
  animation: bound 1.3s ease-in-out;
}
@media (max-width: 640px) {
  .character--liquid-metal {
    top: 0;
    right: -20px;
    width: 156px;
    height: 110.58px;
  }
  .character--liquid-metal .character {
    width: 156px;
    height: 110.58px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .character--liquid-metal {
    top: 30px;
    right: -80px;
    width: 280px;
    height: 198.47px;
  }
  .character--liquid-metal .character {
    width: 280px;
    height: 198.47px;
  }
}
@media (min-width: 961px) {
  .character--liquid-metal {
    top: 130px;
    right: -40px;
    width: 340px;
    height: 241px;
  }
  .character--liquid-metal .character {
    width: 340px;
    height: 241px;
  }
}
@keyframes bound {
  0% {
    top: 300px;
    transform: scale(1);
  }
  30% {
    top: -200px;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  70% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}

/*
気球
*/
.character--balloon {
  position: absolute;
}
.character--balloon .character {
  animation: 5s balloon infinite;
}
@media (max-width: 640px) {
  .character--balloon {
    top: -50px;
    left: -6px;
    width: 80px;
    height: 133.54px;
  }
  .character--balloon .character {
    width: 80px;
    height: 133.54px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .character--balloon {
    top: -60px;
    left: -10px;
    width: 130px;
    height: 217px;
  }
  .character--balloon .character {
    width: 130px;
    height: 217px;
  }
}
@media (min-width: 961px) {
  .character--balloon {
    top: -60px;
    left: -65px;
    width: 130px;
    height: 217px;
  }
}
@media (min-width: 961px) and (max-width: 1440px) {
  .character--balloon {
    left: -35px;
  }
}
@media (min-width: 961px) {
  .character--balloon .character {
    width: 130px;
    height: 217px;
  }
}
@keyframes balloon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}

/*
キングスライム
*/
.kingslime {
  position: absolute;
  opacity: 0;
}
.kingslime .character {
  width: 415px;
  height: 389px;
}
.kingslime.__inview {
  opacity: 1;
  animation: 0.6s scaledown cubic-bezier(0.87, 0, 0.13, 1);
}
@media (max-width: 640px) {
  .kingslime {
    top: -70px;
    right: -20px;
  }
  .kingslime .character {
    width: 166px;
    height: 155.6px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .kingslime {
    top: -120px;
    right: -70px;
  }
  .kingslime .character {
    width: 300px;
    height: 281.2px;
  }
}
@media (min-width: 961px) {
  .kingslime {
    top: -160px;
    right: -200px;
  }
}
@media (min-width: 961px) and (max-width: 1440px) {
  .kingslime {
    top: -180px;
    right: -100px;
  }
}
@media (min-width: 961px) {
  .kingslime .character {
    width: 415px;
    height: 389px;
  }
}
@keyframes scaledown {
  0% {
    opacity: 0;
    transform: scale(30);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
ビアンカのリボン
*/
.ribbon {
  position: absolute;
}
@media (max-width: 640px) {
  .ribbon {
    top: -40px;
    left: -10;
  }
  .ribbon .character {
    width: 118px;
    height: 97.84px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .ribbon {
    top: -60px;
    left: 0;
  }
  .ribbon .character {
    width: 158px;
    height: 131px;
  }
}
@media (min-width: 961px) {
  .ribbon {
    top: -60px;
    left: -60px;
  }
  .ribbon .character {
    width: 158px;
    height: 131px;
  }
}

/*
ドラキー
*/
.drakee {
  position: absolute;
  top: -80px;
  right: 0;
  transition: opacity 1s;
  opacity: 0;
}
.drakee.__inview {
  opacity: 1;
  animation: fly 1.3s ease-in-out;
}
@media (max-width: 640px) {
  .drakee .character {
    width: 140px;
    height: 101.5px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .drakee .character {
    width: 200px;
    height: 145px;
  }
}
@media (min-width: 961px) {
  .drakee .character {
    width: 200px;
    height: 145px;
  }
}
@keyframes fly {
  0% {
    right: 120%;
    top: 200px;
    transform: scale(0.3);
  }
  30% {
    transform: scale(0.96, 1.04);
  }
  50% {
    top: -200px;
    transform: scale(6);
  }
  70% {
    transform: scale(1.15, 0.9);
  }
  100% {
    right: 0;
    top: -80px;
    transform: scale(1);
  }
}

/*
Global style
*/
/*
Reset
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
Image
*/
.image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
Font
*/
@font-face {
  font-family: "DQ-FC-FONT";
  src: url("/theme/font/DQ-FC-FONT-Regular.woff2?v1.8") format("woff2"), url("/theme/font/DQ-FC-FONT-Regular.woff?v1.8") format("woff");
}
html {
  background-color: #000000;
  font-family: "Helvetica Neue", -apple-system, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
  font-style: normal;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 640px) {
  html p {
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  html p {
    font-size: 24px;
    line-height: 1.8;
  }
}
@media (min-width: 961px) {
  html p {
    font-size: 24px;
    line-height: 1.8;
  }
}
html a {
  color: #ffffff;
  text-decoration: none;
}

.status-window {
  display: block;
  box-sizing: border-box;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  color: #ffffff;
  border-style: solid;
  border-width: 12px;
  border-image-slice: 12 fill;
  border-image-repeat: repeat;
  image-rendering: pixelated;
}
@media (max-width: 640px) {
  .status-window {
    margin-bottom: 80px;
    padding: 6px 30px 14px;
    border-width: 6px;
    border-image-source: url("/theme/image/global/status-window.png?v2");
    border-image-slice: 6 fill;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .status-window {
    margin-bottom: 80px;
    padding: 0 30px 30px;
    border-image-source: url("/theme/image/global/status-window@2x.png?v2");
    border-width: 12px;
    border-image-slice: 12 fill;
  }
}
@media (min-width: 961px) {
  .status-window {
    margin-bottom: 120px;
    padding: 0 30px 30px;
    border-image-source: url("/theme/image/global/status-window@2x.png?v2");
    border-width: 12px;
    border-image-slice: 12 fill;
  }
}
.status-window .message {
  font-family: "DQ-FC-FONT";
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 640px) {
  .status-window .message {
    font-size: 25px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .status-window .message {
    font-size: 40px;
  }
}
@media (min-width: 961px) {
  .status-window .message {
    font-size: 40px;
  }
}
.status-window .next {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="16" viewBox="0 0 28 16"><path d="M-2187,18958v-4h4v4Zm-4-4v-4h12v4Zm-4-4v-4h20v4Zm-4-4v-4h28v4Z" transform="translate(2198.999 -18942)" fill="%23ffffff"/></svg>');
}
@media (max-width: 640px) {
  .status-window .next {
    margin: 14px auto 0;
    width: 14px;
    height: 8px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .status-window .next {
    margin: 40px auto 0;
    width: 28px;
    height: 16px;
  }
}
@media (min-width: 961px) {
  .status-window .next {
    margin: 40px auto 0;
    width: 28px;
    height: 16px;
  }
}

footer {
  /*
  Brakepoint
  */
  /*
  color
  */
  background-color: #fff;
  padding: 80px 0 20px;
  text-align: center;
}
footer .sns {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 266px;
  height: 44px;
  margin: 0 auto 40px;
}
@media (max-width: 640px) {
  footer .sns {
    max-width: 236px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  footer .sns {
    max-width: 266px;
  }
}
@media (min-width: 961px) {
  footer .sns {
    max-width: 266px;
  }
}
footer .sns > a {
  display: block;
  width: 44px;
  height: 44px;
}
footer .sns > a.sns-line {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44"><path d="M0,0H44V44H0Z" fill="none"/><path d="M32.8,16.394c0-6.4-6.417-11.605-14.3-11.605S4.2,10,4.2,16.394c0,5.736,5.088,10.542,11.959,11.449.466.1,1.1.306,1.26.706a2.933,2.933,0,0,1,.046,1.293l-.2,1.225c-.062.367-.288,1.413,1.239.77a46.156,46.156,0,0,0,11.236-8.3A10.324,10.324,0,0,0,32.8,16.394ZM13.447,19.81a.279.279,0,0,1-.279.279H9.161a.263.263,0,0,1-.26-.26V13.595a.279.279,0,0,1,.279-.279h1a.279.279,0,0,1,.279.279v4.95h2.726a.279.279,0,0,1,.279.279Zm2.418,0a.279.279,0,0,1-.279.277h-1a.279.279,0,0,1-.279-.277V13.576a.279.279,0,0,1,.279-.279h1a.279.279,0,0,1,.279.279Zm6.9,0a.279.279,0,0,1-.279.277h-1a.273.273,0,0,1-.071-.009h-.046l-.016-.011A.266.266,0,0,1,21.283,20l-2.858-3.861v3.7a.279.279,0,0,1-.279.277h-1a.279.279,0,0,1-.279-.277V13.606a.279.279,0,0,1,.279-.279h1.127l.015.009.015.013.017.016.022.028,2.854,3.85v-3.7a.279.279,0,0,1,.279-.279h1a.279.279,0,0,1,.279.279Zm5.538-5.227a.279.279,0,0,1-.279.279H25.305v1.052H28.03a.279.279,0,0,1,.279.279v1a.279.279,0,0,1-.279.279H25.305v1.054H28.03a.279.279,0,0,1,.279.279v1a.279.279,0,0,1-.279.279H24.022a.263.263,0,0,1-.26-.26V13.595a.266.266,0,0,1,.27-.262h4.008a.279.279,0,0,1,.279.279Z" transform="translate(3.5 3.991)" fill="%23505050"/></svg>');
}
footer .sns > a.sns-facebook {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44"><path d="M0,0H44V44H0Z" fill="none"/><path d="M11.3,32V19.1H7.5V14.451h3.8V10.482c0-3.117,2.248-5.982,7.425-5.982a35.006,35.006,0,0,1,3.647.183l-.123,4.338s-1.58-.013-3.3-.013c-1.866,0-2.167.772-2.167,2.053v3.394h5.621L22.163,19.1H16.786V32Z" transform="translate(6.25 3.75)" fill="%23505050"/></svg>');
}
footer .sns > a.sns-instagram {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44"><g transform="translate(-0.042)"><g transform="translate(993.042 33273)"><rect width="44" height="44" transform="translate(-993 -33273)" fill="rgba(255,255,255,0)"/></g><g transform="translate(1000.375 33280.336)"><path d="M-978.4-33270.4c3.9,0,4.4,0,5.9.1a8.063,8.063,0,0,1,2.7.5,4.831,4.831,0,0,1,2.8,2.8,8.569,8.569,0,0,1,.5,2.7c.1,1.5.1,2,.1,5.9s0,4.4-.1,5.9a8.089,8.089,0,0,1-.5,2.7,4.831,4.831,0,0,1-2.8,2.8,8.552,8.552,0,0,1-2.7.5c-1.5.1-2,.1-5.9.1s-4.4,0-5.9-.1a8.063,8.063,0,0,1-2.7-.5,4.831,4.831,0,0,1-2.8-2.8,8.569,8.569,0,0,1-.5-2.7c-.1-1.5-.1-2-.1-5.9s0-4.4.1-5.9a8.089,8.089,0,0,1,.5-2.7,4.831,4.831,0,0,1,2.8-2.8,8.552,8.552,0,0,1,2.7-.5c1.5,0,2,0,5.9-.1m0-2.6c-4,0-4.5,0-6,.1a11.532,11.532,0,0,0-3.6.7,7.585,7.585,0,0,0-4.3,4.3,10.493,10.493,0,0,0-.7,3.6c-.1,1.6-.1,2.1-.1,6.1s0,4.5.1,6a11.519,11.519,0,0,0,.7,3.6,7.585,7.585,0,0,0,4.3,4.3,10.518,10.518,0,0,0,3.6.7c1.6.1,2.1.1,6,.1s4.5,0,6-.1a11.532,11.532,0,0,0,3.6-.7,7.585,7.585,0,0,0,4.3-4.3,10.493,10.493,0,0,0,.7-3.6c.1-1.6.1-2.1.1-6.1s0-4.5-.1-6.1a11.519,11.519,0,0,0-.7-3.6,7.585,7.585,0,0,0-4.3-4.3,10.518,10.518,0,0,0-3.6-.7Z" fill="%23505050"/><path d="M-978.4-33265.9a7.489,7.489,0,0,0-7.5,7.5,7.49,7.49,0,0,0,7.5,7.5,7.554,7.554,0,0,0,7.5-7.5,7.426,7.426,0,0,0-7.5-7.5Zm0,12.5a4.907,4.907,0,0,1-4.9-4.9,4.907,4.907,0,0,1,4.9-4.9,4.907,4.907,0,0,1,4.9,4.9h0A4.91,4.91,0,0,1-978.4-33253.4Z" fill="%23505050"/><circle cx="1.8" cy="1.8" r="1.8" transform="translate(-972.3 -33268)" fill="%23505050"/></g></g></svg>');
}
footer .sns > a.sns-twitter {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44"><g transform="translate(15758.001 -6843)"><path d="M0,0H44V44H0Z" transform="translate(-15758.001 6843)" fill="none"/><g transform="translate(-15750.531 6850.75)"><path d="M22.165,2.25h4.071L17.341,12.416,27.805,26.25H19.612l-6.417-8.39L5.852,26.25H1.778l9.514-10.874L1.254,2.25h8.4l5.8,7.669ZM20.736,23.813h2.256L8.429,4.559H6.008Z" transform="translate(0 0)" fill="%23505050"/></g></g></svg>');
}
footer .copywrite {
  color: #000000;
}
@media (max-width: 640px) {
  footer .copywrite {
    font-size: 12px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  footer .copywrite {
    font-size: 18px;
  }
}
@media (min-width: 961px) {
  footer .copywrite {
    font-size: 18px;
  }
}

/*
The Style
*/
html {
  background-color: #ffffff;
}
html .image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

header {
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
header .layout {
  width: 96%;
  max-width: 1860px;
  margin: 30px auto 128px;
}
@media (max-width: 640px) {
  header .layout {
    width: 90%;
    margin: 30px auto 100px;
  }
}
header .graniph {
  display: block;
  margin: 0 auto;
  aspect-ratio: 516/77;
  width: 53vw;
  max-width: 536px;
}

main {
  background-color: #000000;
}
main .layout {
  margin: 0 auto;
}
@media (max-width: 740px) {
  main .layout {
    padding: 0 50px;
    max-width: 662px;
  }
}
@media (min-width: 741px) and (max-width: 1040px) {
  main .layout {
    padding: 0 90px;
    max-width: 980px;
  }
}
@media (min-width: 1041px) {
  main .layout {
    padding: 0 120px;
    max-width: 1300px;
  }
}
main .dqg {
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  aspect-ratio: 818/346.59;
  width: 100%;
  max-width: 818px;
}
main .dqg.before {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  main .dqg {
    max-width: 340px;
    margin-bottom: 40px;
  }
  main .dqg.before {
    margin-bottom: 92px;
  }
}
main .status-wrap {
  position: relative;
  max-width: 644px;
  margin: 0 auto 120px;
}
@media (max-width: 640px) {
  main .status-wrap {
    max-width: 340px;
    margin-bottom: 50px;
  }
}
main .status-wrap .status-window {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 0 20px 160px;
}
@media (max-width: 640px) {
  main .status-wrap .status-window {
    max-width: 340px;
    margin-bottom: 0;
    padding: 6px 0 12px 60px;
  }
}
main .status-wrap .status-window .ra_s_mirror {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  main .status-wrap .status-window .ra_s_mirror {
    width: 36px;
    height: 36px;
    top: 6px;
    right: -18px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  main .status-wrap .status-window .ra_s_mirror {
    width: 56px;
    height: 56px;
    top: 18px;
    left: 450px;
  }
}
@media (min-width: 961px) {
  main .status-wrap .status-window .ra_s_mirror {
    width: 56px;
    height: 56px;
    top: 18px;
    left: 450px;
  }
}
main .status-wrap .status-window .message {
  font-size: 34px;
  line-height: 1.8;
}
@media (max-width: 640px) {
  main .status-wrap .status-window .message {
    font-size: 20px;
  }
}
main .status-wrap .status-window .message--new {
  position: relative;
  cursor: pointer;
}
main .status-wrap .status-window .message--new::before {
  content: "New";
  display: block;
  position: absolute;
  top: 20px;
  left: -100px;
  padding: 4px 18px 5px;
  background-color: #3cb4e5;
  border-radius: 6px;
  font-family: "Helvetica Neue", -apple-system, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 640px) {
  main .status-wrap .status-window .message--new::before {
    top: 15px;
    left: -47px;
    padding: 2px 6px 2px;
    border-radius: 2px;
    font-size: 11px;
  }
}
main .status-wrap .status-window.status-window--dharma {
  padding: 18px 0 28px 160px;
}
@media (max-width: 640px) {
  main .status-wrap .status-window.status-window--dharma {
    padding: 6px 0 12px 60px;
  }
}
main .status-wrap .status-window.status-window--dharma .message {
  line-height: 1.4;
}
main .status-wrap .status-window.status-window--dharma .message::before {
  top: 11px;
}
@media (max-width: 640px) {
  main .status-wrap .status-window.status-window--dharma .message::before {
    top: 8px;
  }
}
main .status-wrap .status-window.status-window--dharma .charactor--dharma {
  position: absolute;
  width: 100px;
  height: 87px;
  top: 24px;
  left: -64px;
}
@media (max-width: 640px) {
  main .status-wrap .status-window.status-window--dharma .charactor--dharma {
    width: 50px;
    height: 43.5px;
    top: -34px;
    left: -36px;
  }
}
main .status-wrap .charactor--slime {
  position: absolute;
  width: 87px;
  height: 93px;
  top: -64px;
  left: -44px;
}
@media (max-width: 640px) {
  main .status-wrap .charactor--slime {
    width: 44px;
    height: 47px;
    top: -34px;
    left: -26px;
  }
}
main .status-wrap .charactor--liquid-metal-slime {
  position: absolute;
  width: 139px;
  height: 93px;
  bottom: -20px;
  right: -50px;
}
@media (max-width: 640px) {
  main .status-wrap .charactor--liquid-metal-slime {
    width: 70px;
    height: 47px;
    bottom: -14px;
    right: -40px;
  }
}
main .sub-elements .tweet {
  display: block;
}
@media (max-width: 640px) {
  main .sub-elements {
    margin: 90px auto 0;
    padding-bottom: 20px;
    text-align: center;
  }
  main .sub-elements .tweet {
    width: 280px;
    height: auto;
    margin: 0 auto 40px;
  }
  main .sub-elements .copywrite {
    font-size: 7px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  main .sub-elements {
    display: block;
    margin: 100px auto 0;
    padding-bottom: 20px;
    text-align: center;
  }
  main .sub-elements .tweet {
    width: 360px;
    height: auto;
    margin: 0 auto 70px;
  }
  main .sub-elements .copywrite {
    font-size: 12px;
  }
}
@media (min-width: 961px) {
  main .sub-elements {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-bottom: 50px;
  }
  main .sub-elements .tweet {
    width: 394px;
    height: auto;
  }
  main .sub-elements .copywrite {
    font-size: 13px;
  }
}
main .teaser-6th-deco,
main .main-6th-deco {
  width: 173px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  main .teaser-6th-deco,
  main .main-6th-deco {
    width: 90px;
    margin-bottom: 40px;
  }
}
main .teaser-6th-insta,
main .main-6th-insta {
  font-family: "DQ-FC-FONT";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  main .teaser-6th-insta,
  main .main-6th-insta {
    margin-bottom: 40px;
  }
}
main .teaser-6th-insta .message,
main .main-6th-insta .message {
  text-align: center;
  font-size: 53px;
}
@media (min-width: 641px) and (max-width: 960px) {
  main .teaser-6th-insta .message,
  main .main-6th-insta .message {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  main .teaser-6th-insta .message,
  main .main-6th-insta .message {
    font-size: 18px;
  }
}
main .teaser-6th .status-wrap,
main .main-6th .status-wrap {
  max-width: 460px;
  margin: 0 auto 400px;
}
@media (max-width: 640px) {
  main .teaser-6th .status-wrap,
  main .main-6th .status-wrap {
    margin: 0 auto 300px;
  }
}
main .teaser-6th .status-wrap:first-of-type,
main .main-6th .status-wrap:first-of-type {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  main .teaser-6th .status-wrap:first-of-type,
  main .main-6th .status-wrap:first-of-type {
    margin-bottom: 40px;
  }
}
main .teaser-6th .status-wrap .status-window,
main .main-6th .status-wrap .status-window {
  padding: 10px 0 20px 130px;
}
@media (max-width: 640px) {
  main .teaser-6th .status-wrap .status-window,
  main .main-6th .status-wrap .status-window {
    padding: 12px 0 20px 70px;
  }
}
main .teaser-6th .status-wrap .message,
main .main-6th .status-wrap .message {
  position: relative;
}
main .teaser-6th .status-wrap .message:not(:has(.__typingeffect))::before,
main .main-6th .status-wrap .message:not(:has(.__typingeffect))::before {
  content: "▶";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
@media (max-width: 640px) {
  main .teaser-6th .status-wrap .message:not(:has(.__typingeffect))::before,
  main .main-6th .status-wrap .message:not(:has(.__typingeffect))::before {
    left: -10px;
  }
}
main .teaser-6th .status-wrap .message:not(:has(.__typingeffect)):hover::before, main .teaser-6th .status-wrap .message.is-selected:not(:has(.__typingeffect))::before,
main .main-6th .status-wrap .message:not(:has(.__typingeffect)):hover::before,
main .main-6th .status-wrap .message.is-selected:not(:has(.__typingeffect))::before {
  opacity: 1;
}
main .teaser-6th .status-wrap .title,
main .main-6th .status-wrap .title {
  position: absolute;
  top: -35px;
  font-size: 34px;
  font-family: "DQ-FC-FONT";
  font-weight: normal;
  background-color: #000;
  padding: 3px;
}
@media (max-width: 640px) {
  main .teaser-6th .status-wrap .title,
  main .main-6th .status-wrap .title {
    top: -21px;
    font-size: 20px;
  }
}
main .teaser-6th .screen-6th .status-window,
main .main-6th .screen-6th .status-window {
  max-width: 500px;
  padding: 10px 50px 15px;
}
main .teaser-6th .screen-6th .status-window p,
main .main-6th .screen-6th .status-window p {
  font-size: 34px;
  line-height: 1.2;
}
@media (min-width: 641px) and (max-width: 960px) {
  main .teaser-6th .screen-6th .status-window p,
  main .main-6th .screen-6th .status-window p {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  main .teaser-6th .screen-6th .status-window p,
  main .main-6th .screen-6th .status-window p {
    font-size: 20px;
  }
}
main .teaser-6th .status-wrap,
main .main-6th .status-wrap {
  position: relative;
}
main .teaser-6th .screen-6th,
main .teaser-6th .status-wrap.archive,
main .main-6th .screen-6th,
main .main-6th .status-wrap.archive {
  display: none;
}
main .teaser-6th .screen-6th.is-active,
main .teaser-6th .status-wrap.archive.is-active,
main .main-6th .screen-6th.is-active,
main .main-6th .status-wrap.archive.is-active {
  display: block;
}
main .teaser-6th .screen-6th,
main .main-6th .screen-6th {
  position: absolute;
  left: 13%;
  top: 75%;
  z-index: 10;
}
@media (min-width: 440px) and (max-width: 640px) {
  main .teaser-6th .screen-6th,
  main .main-6th .screen-6th {
    left: 20%;
  }
}
main .teaser-6th .screen-6th .status-window,
main .main-6th .screen-6th .status-window {
  width: 720px;
  height: 135px;
  box-sizing: border-box;
  background-color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 40px;
}
main .teaser-6th .screen-6th .status-window .message,
main .main-6th .screen-6th .status-window .message {
  width: 100%;
  margin: 0;
}
@media (min-width: 641px) and (max-width: 960px) {
  main .teaser-6th .screen-6th .status-window,
  main .main-6th .screen-6th .status-window {
    width: 480px;
    height: 125px;
  }
}
@media (max-width: 640px) {
  main .teaser-6th .screen-6th .status-window,
  main .main-6th .screen-6th .status-window {
    width: 115%;
    max-width: calc(80vw - 20px);
    min-width: 260px;
    height: 80px;
    padding: 8px 10px 8px 20px;
  }
}
@media (min-width: 440px) and (max-width: 640px) {
  main .teaser-6th .screen-6th .status-window,
  main .main-6th .screen-6th .status-window {
    width: 320px;
  }
}
main .teaser-6th .status-wrap.archive,
main .main-6th .status-wrap.archive {
  position: absolute;
  left: 13%;
  top: 75%;
  z-index: 10;
}
@media (min-width: 440px) and (max-width: 640px) {
  main .teaser-6th .status-wrap.archive,
  main .main-6th .status-wrap.archive {
    left: 20%;
  }
}
main .teaser-6th .status-wrap.archive .status-window,
main .main-6th .status-wrap.archive .status-window {
  width: min(720px, 87vw - 20px);
  box-sizing: border-box;
  background-color: #000;
  padding: 10px 0 20px 200px;
}
@media (min-width: 641px) and (max-width: 1100px) {
  main .teaser-6th .status-wrap.archive .status-window,
  main .main-6th .status-wrap.archive .status-window {
    width: 490px;
    padding: 10px 0 20px 100px;
  }
}
@media (max-width: 640px) {
  main .teaser-6th .status-wrap.archive .status-window,
  main .main-6th .status-wrap.archive .status-window {
    width: 115%;
    padding: 10px 20px 10px 40px;
  }
}
main .main-6th .message--new::before {
  top: 5px !important;
  left: -110px !important;
}
@media (max-width: 640px) {
  main .main-6th .message--new::before {
    left: -50px !important;
  }
}
main .main-6th .main-6th-deco {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  main .main-6th .main-6th-deco {
    margin-bottom: 40px;
  }
}
main .main-6th .status-wrap {
  margin: 0 auto 400px !important;
}
@media (max-width: 640px) {
  main .main-6th .status-wrap {
    margin: 0 auto 300px !important;
  }
}
main .main-6th .status-wrap.archive {
  top: 80%;
}
main {
  /* 落下＆白フェード用のステージ（画面全体固定） */
}
main #stage {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}
main #stage.active {
  display: block;
}
main #whiteLayer {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
}
main #whiteLayer.show {
  animation: whiteIn 0.45s ease forwards;
}
@keyframes whiteIn {
  to {
    opacity: 1;
  }
}
main #whiteLayer.hide {
  animation: whiteOut 0.5s ease forwards;
}
@keyframes whiteOut {
  to {
    opacity: 0;
  }
}
main #mascotImg {
  position: absolute;
  left: 50%;
  top: 30%;
  width: min(1000px, 98vw, 100vh);
  height: auto;
  opacity: 1;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(-50%, calc(-100% - 60vh), 0);
}
@media (max-width: 640px) {
  main #mascotImg {
    top: 38%;
  }
}
main #mascotImg.drop {
  animation: dropBounce 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes dropBounce {
  0% {
    transform: translate3d(-50%, calc(-100% - 60vh), 0);
  }
  60% {
    transform: translate3d(-50%, 0, 0);
  }
  75% {
    transform: translate3d(-50%, -30px, 0);
  }
  88% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
main #mascotImg.fadeout {
  animation: fadeOut 0.4s ease forwards;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */