@import url(https://fonts.cdnfonts.com/css/gotcha-gothic?styles=31837);
@charset "UTF-8";
/* ========================================================================
* 変数
======================================================================== */
body {
  background-color: #000;
}

/* ========================================================================
* mixin
======================================================================== */
/* ========================================================================
* reset
======================================================================== */
/* ========================================================================
* reset
======================================================================== */
html {
  overflow-y: scroll;
  height: 100% !important;
}

body {
  font-size: 100%;
  background-color: #fff;
}

select, input, button, textarea, button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 130%;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, p {
  line-height: 1.7;
}

body {
  -webkit-text-size-adjust: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  color: #333;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  display: block;
}

img {
  border-style: none;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

sup {
  font-size: 0.6em;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

iframe {
  border: none;
}

a, a:link, a:visited, a:hover, a:active {
  color: #333;
}

a:link {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

* {
  text-align: center;
}

/* ========================================================================
* common
======================================================================== */
h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, section, article, aside, footer, figure, figcaption, nav {
  font-size: 14px;
}

.forpc {
  display: block;
}

.forsp {
  display: none;
}

@media (max-width: 767px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
}
/* ========================================================================
* font
======================================================================== */
.font-GotchaItalic {
  font-family: "Gotcha Gothic", sans-serif;
  color: rgba(0, 0, 0, 0);
  text-stroke: 5px rgb(236, 15, 140);
  -webkit-text-stroke: 5px rgb(236, 15, 140);
}

.font-Inter {
  font-family: "Inter", sans-serif;
}

.font-RyoN {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-style: normal;
}
.font-RyoN.Regular {
  font-weight: 400;
}
.font-RyoN.Medium {
  font-weight: 500;
}
.font-RyoN.Bold {
  font-weight: 700;
}

/* ========================================================================
* expand
======================================================================== */
body {
  background-color: #000;
}

img {
  width: 100%;
}

#wrapper {
  background-image: url(/assets/images/unyaight_20230826_01.jpg);
  background-size: cover;
  background-position: center;
}
#wrapper img {
  height: 100vh;
  height: 100dvh;
  object-fit: contain;
}
#wrapper ul {
  -webkit-backdrop-filter: blur(30px) brightness(0.6);
  backdrop-filter: blur(30px) brightness(0.6);
}
#wrapper ul li.float {
  width: 100%;
  position: absolute;
  padding: 10px 0 20px;
  bottom: 0;
}
#wrapper ul li.float a {
  position: relative;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05rem;
  width: 200px;
  display: inline-block;
  background: linear-gradient(135deg, #ff00c4 -20%, #f501c4 -10%, #db05c7 0%, #b20cca 21%, #7815d0 70%, #2f20d6 100%);
  border: 2px solid #fff;
  padding: 4px 15px;
  font-size: 22px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  font-feature-settings: "palt" 1;
}
#wrapper ul li.float a:hover {
  filter: brightness(1.2);
}
#wrapper ul li.float a::after {
  content: "▶";
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 49%;
  right: 4%;
  transform: translate(0, -50%);
  font-size: 12px;
  font-family: "BananaSlip Plus";
}

/*# sourceMappingURL=style.css.map*/