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

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3 {
  font-weight: bold;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

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

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

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* global.scss */
@font-face {
  font-family: "x10y12pxDonguriDuel";
  src: url("./../fonts/x10y12pxDonguriDuel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #000000;
  background-image: url("./../images/00_common_bk_img.png"); /* 背景画像のパス */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ← これでスクロールしても背景は固定 */
  margin-top: min(68px, 6.0714285714vw);
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  body {
    margin-top: 15.3846153846vw;
    background: none;
    background: #000000;
  }
  body .sp_bk_img {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

a,
img {
  width: 100%;
  display: block;
}

.infinity_slider .logo-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.infinity_slider .logo-track {
  display: flex;
  align-items: center;
  animation: scroll-left 20s linear infinite;
  width: 235vw;
}
@media only screen and (max-width: 768px) {
  .infinity_slider .logo-track {
    width: 640vw;
  }
}
.infinity_slider .logo-track .text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.8201058201vw;
  line-height: 100%;
  margin-right: 1.3227513228vw;
}
@media only screen and (max-width: 768px) {
  .infinity_slider .logo-track .text {
    font-size: 14.358974359vw;
    margin-right: 6.4102564103vw;
  }
}
.infinity_slider .logo-track .img {
  margin-right: 1.3227513228vw;
  width: 4.4973544974vw;
  height: 4.4973544974vw;
}
@media only screen and (max-width: 768px) {
  .infinity_slider .logo-track .img {
    width: 11.2820512821vw;
    height: 11.2820512821vw;
    margin-right: 6.4102564103vw;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上に動く */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /* 上に動く */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jumpArrow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px); /* 上に動く */
  }
}
@media only screen and (min-width: 769px) {
  .pcHide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spHide {
    display: none !important;
  }
}
header {
  border-bottom: min(1px, 0.0892857143vw) solid #4c4c4c;
  background: #000000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
header .header__inner {
  margin-left: min(56px, 5vw);
  margin-right: min(56px, 5vw);
  display: flex;
  align-items: center;
  height: min(88px, 7.8571428571vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .header__inner {
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
    height: 15.3846153846vw;
  }
}
header .header__inner .header__title {
  display: flex;
  align-items: center;
}
header .header__inner .header__title .header__logo {
  width: min(124px, 11.0714285714vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  header .header__inner .header__title .header__logo {
    width: 25.1282051282vw;
  }
}
header .header__inner .header__title .header__logo-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(20.604px, 1.8396428571vw);
  line-height: 100%;
  color: #ffffff;
  margin-left: min(15.45px, 1.3794642857vw);
}
@media only screen and (max-width: 768px) {
  header .header__inner .header__title .header__logo-text {
    font-size: 3.0769230769vw;
    margin-left: 3.0769230769vw;
  }
}
header .header__inner .header__title .header__powered_logo {
  width: min(243px, 21.6964285714vw);
}
header .header__inner .header__link {
  width: min(120px, 10.7142857143vw);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  header .header__inner .header__link {
    width: 18.4615384615vw;
  }
}
header .header__inner .header__ham {
  width: min(25px, 2.2321428571vw);
  height: min(20px, 1.7857142857vw);
  margin-left: min(16px, 1.4285714286vw);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  header .header__inner .header__ham {
    width: 6.4102564103vw;
    height: 5.1282051282vw;
    margin-left: 3.0769230769vw;
  }
}

.header__nav {
  box-sizing: border-box;
  position: fixed;
  display: none;
  width: min(173px, 15.4464285714vw);
  right: min(56px, 5vw);
  top: min(84px, 7.5vw);
  background: #000000;
  border: min(2px, 0.1785714286vw) solid #ffffff;
  z-index: 999999;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    width: 41.5384615385vw;
    right: 5.1282051282vw;
    top: 18.4615384615vw;
    border: 0.5128205128vw solid #ffffff;
  }
}
.header__nav.active {
  display: block;
}
.header__nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min(30px, 2.6785714286vw) min(24px, 2.1428571429vw);
  gap: min(20px, 1.7857142857vw);
}
@media only screen and (max-width: 768px) {
  .header__nav ul {
    padding: 6.1538461538vw 5.1282051282vw;
    gap: 5.1282051282vw;
  }
}
.header__nav ul li {
  height: min(16px, 1.4285714286vw);
  padding-left: min(29px, 2.5892857143vw);
}
@media only screen and (max-width: 768px) {
  .header__nav ul li {
    height: 4.1025641026vw;
    padding-left: 6.6666666667vw;
  }
}
.header__nav ul li a {
  height: min(16px, 1.4285714286vw);
  z-index: 999999;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header__nav ul li a {
    height: 4.1025641026vw;
  }
}
.header__nav ul li a .header__nav-hover-icon {
  display: none;
  position: absolute;
  top: 0;
  left: max(-29px, -2.5892857143vw);
  width: min(20px, 1.7857142857vw);
}
@media only screen and (max-width: 768px) {
  .header__nav ul li a .header__nav-hover-icon {
    left: -7.4358974359vw;
    width: 5.1282051282vw;
  }
}
.header__nav ul li a:hover .header__nav-hover-icon {
  display: block;
}
.header__nav ul li a img {
  width: auto;
  height: min(16px, 1.4285714286vw);
}
@media only screen and (max-width: 768px) {
  .header__nav ul li a img {
    height: 4.1025641026vw;
  }
}

.firstview {
  width: 100%;
  height: min(812px, 72.5vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .firstview {
    height: calc(100vh - 15.3846153846vw);
  }
}
.firstview .firstview__inner {
  position: absolute;
  top: min(242px, 21.6071428571vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: min(23.91px, 2.1348214286vw);
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__inner {
    top: 20%;
    gap: 3.6846153846vw;
  }
}
.firstview .firstview__inner .firstview__subtitle {
  width: min(421px, 37.5892857143vw);
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__inner .firstview__subtitle {
    width: 64.8717948718vw;
  }
}
.firstview .firstview__inner .firstview__logo {
  width: min(491px, 43.8392857143vw);
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__inner .firstview__logo {
    width: 75.641025641vw;
  }
}
.firstview .firstview__inner .firstview__title {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(52px, 4.6428571429vw);
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__inner .firstview__title {
    font-size: 8.0179487179vw;
  }
}
.firstview .firstview__powered_logo {
  width: min(213px, 19.0178571429vw);
  position: absolute;
  top: min(553px, 49.375vw);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__powered_logo {
    width: 49.4871794872vw;
    top: calc(20% + 49.4vw);
  }
}
.firstview .firstview__start {
  display: flex;
  align-items: center;
  position: absolute;
  top: min(643px, 57.4107142857vw);
  left: 50%;
  transform: translateX(-50%);
  gap: min(9px, 0.8035714286vw);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__start {
    top: 164.1025641026vw;
    font-size: 2.3076923077vw;
    top: 73%;
  }
}
.firstview .firstview__start-button {
  width: min(12px, 1.0714285714vw);
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__start-button {
    width: 3.0769230769vw;
  }
}
.firstview .firstview__start-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(18px, 1.6071428571vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__start-text {
    font-size: 4.6153846154vw;
  }
}
.firstview .firstview__earth {
  position: absolute;
  top: min(683px, 60.9821428571vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(228px, 20.3571428571vw);
  height: min(228px, 20.3571428571vw);
}
.firstview .firstview__earth-image {
  animation: spin 10s linear infinite;
}
@media only screen and (max-width: 768px) {
  .firstview .firstview__earth {
    width: 54.358974359vw;
    height: 54.358974359vw;
    top: auto;
    bottom: -27.1794871795vw;
  }
}

.roblox {
  padding-top: min(227px, 20.2678571429vw);
  padding-bottom: min(180px, 16.0714285714vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .roblox {
    padding-top: 48.7179487179vw;
    padding-bottom: 35.8974358974vw;
  }
}
.roblox #roblox {
  position: absolute;
  top: min(50px, 4.4642857143vw);
  width: 1px;
  height: 1px;
}
.roblox__title {
  width: min(493px, 44.0178571429vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .roblox__title {
    width: 71.7948717949vw;
    align-items: baseline;
  }
}
.roblox__text {
  width: min(889px, 79.375vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(20px, 1.7857142857vw);
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: auto;
  margin-top: min(32px, 2.8571428571vw);
}
@media only screen and (max-width: 768px) {
  .roblox__text {
    width: 89.7435897436vw;
    font-size: 4.1025641026vw;
    margin-top: 7.1794871795vw;
    line-height: 160%;
  }
}
.roblox__img {
  width: min(889px, 79.375vw);
  margin: auto;
  margin-top: min(64px, 5.7142857143vw);
}
@media only screen and (max-width: 768px) {
  .roblox__img {
    width: 89.7435897436vw;
  }
}
.roblox__img .roblox_main_img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .roblox__img .roblox_main_img {
    display: none;
  }
}
.roblox__img .roblox_main_img_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .roblox__img .roblox_main_img_sp {
    display: block;
    width: 89.7435897436vw;
  }
}

.program_introduction {
  padding-top: min(180px, 16.0714285714vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .program_introduction {
    padding-top: 35.8974358974vw;
  }
}
.program_introduction #program {
  position: absolute;
  top: min(50px, 4.4642857143vw);
  width: 1px;
  height: 1px;
}
.program_introduction__title {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program_introduction__title-logo {
  width: min(280px, 25vw);
  align-items: baseline;
}
.program_introduction__title-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(20px, 1.7857142857vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .program_introduction__title {
    width: 89.7435897436vw;
  }
  .program_introduction__title-logo {
    width: 54.358974359vw;
  }
  .program_introduction__title-text {
    font-size: 3.0769230769vw;
  }
}
.program_introduction__list {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: min(56px, 5vw);
  margin-top: min(56px, 5vw);
}
@media only screen and (max-width: 768px) {
  .program_introduction__list {
    width: 89.7435897436vw;
    gap: 10.2564102564vw;
    margin-top: 14.358974359vw;
  }
}
.program_introduction__list li {
  background: #ffffff;
  color: #000000;
  box-shadow: min(8px, 0.7142857143vw) min(8px, 0.7142857143vw) 0px #858585;
  padding-top: min(56px, 5vw);
  padding-bottom: min(56px, 5vw);
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li {
    box-shadow: 2.0512820513vw 2.0512820513vw 0px #858585;
    padding-top: 7.1794871795vw;
    padding-bottom: 7.1794871795vw;
  }
}
.program_introduction__list li .program_introduction__title {
  display: flex;
  width: min(1007px, 89.9107142857vw);
  margin: auto;
  justify-content: start;
  gap: min(16px, 1.4285714286vw);
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__title {
    width: 79.4871794872vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.program_introduction__list li .program_introduction__title-number {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: min(6px, 0.5357142857vw) min(10px, 0.8928571429vw);
  gap: min(10px, 0.8928571429vw);
  width: min(68px, 6.0714285714vw);
  height: min(28px, 2.5vw);
  background: #000000;
  box-shadow: min(3px, 0.2678571429vw) min(3px, 0.2678571429vw) 0px rgba(0, 0, 0, 0.25);
  font-size: min(16px, 1.4285714286vw);
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__title-number {
    font-size: 3.0769230769vw;
    padding: 1.5384615385vw 2.5641025641vw;
    width: 14.358974359vw;
    height: 6.1538461538vw;
  }
}
.program_introduction__list li .program_introduction__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(24px, 2.1428571429vw);
  line-height: 100%;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__title-text {
    font-size: 5.1282051282vw;
    margin-top: 2.0512820513vw;
  }
}
.program_introduction__list li .program_introduction__details {
  width: min(1007px, 89.9107142857vw);
  margin: auto;
  margin-top: min(24px, 2.1428571429vw);
  display: flex;
  align-items: center;
  gap: min(8px, 0.7142857143vw);
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__details {
    width: 79.4871794872vw;
    flex-wrap: wrap;
    margin-top: 4.1025641026vw;
    gap: 2.0512820513vw;
  }
}
.program_introduction__list li .program_introduction__details-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(16px, 1.4285714286vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__details-text {
    font-size: 3.0769230769vw;
  }
}
.program_introduction__list li .program_introduction__details-image {
  width: min(4px, 0.3571428571vw);
  height: min(4px, 0.3571428571vw);
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__details-image {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
}
.program_introduction__list li .program_introduction__cards {
  display: flex;
  width: min(1007px, 89.9107142857vw);
  margin: auto;
  margin-top: min(24px, 2.1428571429vw);
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__cards {
    flex-direction: column;
    gap: 4.1025641026vw;
    margin-top: 4.1025641026vw;
  }
}
.program_introduction__list li .program_introduction__cards .program_introduction__card {
  border: min(4px, 0.3571428571vw) solid #000000;
  width: min(319px, 28.4821428571vw);
  padding-top: min(26px, 2.3214285714vw);
  padding-left: min(24px, 2.1428571429vw);
  padding-bottom: min(17px, 1.5178571429vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__cards .program_introduction__card {
    width: 79.4871794872vw;
    margin: auto;
    padding-top: 7.1794871795vw;
    padding-left: 6.1538461538vw;
    padding-right: 5.641025641vw;
    padding-bottom: 5.641025641vw;
  }
}
.program_introduction__list li .program_introduction__cards .program_introduction__card-label {
  position: absolute;
  top: 0;
  left: 0;
  width: min(55px, 4.9107142857vw);
  height: min(22px, 1.9642857143vw);
  background: #000000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(14px, 1.25vw);
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__cards .program_introduction__card-label {
    width: 12.5641025641vw;
    height: 5.1282051282vw;
    font-size: 3.0769230769vw;
    line-height: 5.1282051282vw;
    padding: 0;
  }
}
.program_introduction__list li .program_introduction__cards .program_introduction__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(18px, 1.6071428571vw);
  line-height: 100%;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__cards .program_introduction__card-title {
    font-size: 4.6153846154vw;
  }
}
.program_introduction__list li .program_introduction__cards .program_introduction__card-text {
  margin-top: min(8px, 0.7142857143vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(14px, 1.25vw);
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .program_introduction__list li .program_introduction__cards .program_introduction__card-text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
    color: #ababab;
  }
}

.information {
  padding-top: min(180px, 16.0714285714vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .information {
    padding-top: 35.8974358974vw;
  }
}
.information #information {
  position: absolute;
  top: min(50px, 4.4642857143vw);
  width: 1px;
  height: 1px;
}
.information__title {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .information__title {
    width: 89.7435897436vw;
    align-items: baseline;
  }
}
.information__title-logo {
  width: min(248px, 22.1428571429vw);
}
@media only screen and (max-width: 768px) {
  .information__title-logo {
    width: 48.2051282051vw;
  }
}
.information__title-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(20px, 1.7857142857vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .information__title-text {
    font-size: 3.0769230769vw;
  }
}
.information__container {
  display: flex;
  justify-content: space-between;
  width: min(1120px, 100vw);
  margin: auto;
  margin-top: min(64px, 5.7142857143vw);
}
@media only screen and (max-width: 768px) {
  .information__container {
    flex-direction: column;
    margin-top: 14.358974359vw;
  }
}
@media only screen and (max-width: 768px) {
  .information__container--detail {
    width: 89.7435897436vw;
    margin: auto;
  }
}
.information__container--detail ul {
  display: flex;
  flex-direction: column;
  gap: min(20px, 1.7857142857vw);
  margin-top: min(21px, 1.875vw);
}
@media only screen and (max-width: 768px) {
  .information__container--detail ul {
    gap: 5.1282051282vw;
    margin-top: 0vw;
  }
}
.information__container--detail ul li {
  display: flex;
}
.information__container--detail ul li .information__container--detail-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: min(6px, 0.5357142857vw) 0;
  text-align: center;
  width: min(100px, 8.9285714286vw);
  background: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(20px, 1.7857142857vw);
  line-height: 100%;
  color: #000000;
  height: min(32px, 2.8571428571vw);
}
@media only screen and (max-width: 768px) {
  .information__container--detail ul li .information__container--detail-label {
    padding: 1.5384615385vw 2.5641025641vw;
    font-size: 4.1025641026vw;
    height: 7.1794871795vw;
    width: 21.5384615385vw;
  }
}
.information__container--detail ul li .information__container--detail-text {
  margin-left: min(16px, 1.4285714286vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(20px, 1.7857142857vw);
  line-height: 160%;
  color: #ffffff;
}
.information__container--detail ul li .information__container--detail-text a {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .information__container--detail ul li .information__container--detail-text {
    margin-left: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.information__container--detail a {
  width: min(226px, 20.1785714286vw);
  margin-top: min(32px, 2.8571428571vw);
}
@media only screen and (max-width: 768px) {
  .information__container--detail a {
    width: 57.9487179487vw;
    margin-top: 10.2564102564vw;
  }
}
.information__container--map {
  width: min(540px, 48.2142857143vw);
}
@media only screen and (max-width: 768px) {
  .information__container--map {
    width: 89.7435897436vw;
    height: 71.7948717949vw;
    margin: auto;
    margin-top: 14.358974359vw;
  }
}

.report {
  padding-top: min(180px, 16.0714285714vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .report {
    padding-top: 35.8974358974vw;
  }
}
.report #report {
  position: absolute;
  top: min(50px, 4.4642857143vw);
  width: 1px;
  height: 1px;
}
.report__title {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .report__title {
    width: 89.7435897436vw;
    align-items: baseline;
  }
}
.report__title-logo {
  width: min(248px, 22.1428571429vw);
}
@media only screen and (max-width: 768px) {
  .report__title-logo {
    width: 48.2051282051vw;
  }
}
.report__title-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(20px, 1.7857142857vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .report__title-text {
    font-size: 3.0769230769vw;
  }
}
.report__container {
  width: min(1120px, 100vw);
  margin: auto;
  margin-top: min(64px, 5.7142857143vw);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .report__container {
    flex-direction: column;
    margin-top: 14.358974359vw;
    gap: 8.2051282051vw;
  }
}
.report__container--box {
  width: min(540px, 48.2142857143vw);
}
@media only screen and (max-width: 768px) {
  .report__container--box {
    width: 89.7435897436vw;
    margin: auto;
  }
}
.report__container--box--title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(20px, 1.7857142857vw);
  line-height: 150%;
  color: #ffffff;
  margin-top: min(16px, 1.4285714286vw);
}
@media only screen and (max-width: 768px) {
  .report__container--box--title {
    width: 72.3076923077vw;
    font-size: 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
}
.report__container--box--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report__container--box--content-text {
  margin-top: min(16px, 1.4285714286vw);
  width: min(472px, 42.1428571429vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(14px, 1.25vw);
  line-height: 170%;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .report__container--box--content-text {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
    width: 72.3076923077vw;
  }
}
.report__container--box--content-button {
  width: min(48px, 4.2857142857vw);
  height: min(48px, 4.2857142857vw);
}
@media only screen and (max-width: 768px) {
  .report__container--box--content-button {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
}

.thought {
  padding-top: min(180px, 16.0714285714vw);
}
@media only screen and (max-width: 768px) {
  .thought {
    padding-top: 35.8974358974vw;
  }
}
.thought__title {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .thought__title {
    width: 89.7435897436vw;
    align-items: baseline;
  }
}
.thought__title-logo {
  width: min(376px, 33.5714285714vw);
}
@media only screen and (max-width: 768px) {
  .thought__title-logo {
    width: 72.8205128205vw;
  }
}
.thought__title-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(20px, 1.7857142857vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .thought__title-text {
    font-size: 3.0769230769vw;
  }
}
.thought__container {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: min(64px, 5.7142857143vw);
}
@media only screen and (max-width: 768px) {
  .thought__container {
    flex-direction: column;
    width: 89.7435897436vw;
  }
}
.thought__container--image {
  width: min(312px, 27.8571428571vw);
}
@media only screen and (max-width: 768px) {
  .thought__container--image {
    flex-direction: column;
    width: 65.641025641vw;
    margin-right: auto;
    margin-top: 14.358974359vw;
  }
}
.thought__container--text {
  width: min(540px, 48.2142857143vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(20px, 1.7857142857vw);
  line-height: 180%;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .thought__container--text {
    width: 89.7435897436vw;
    font-size: 4.1025641026vw;
    margin-top: 8.2051282051vw;
  }
}

.faq {
  padding-top: min(180px, 16.0714285714vw);
  padding-bottom: min(180px, 16.0714285714vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding-top: 35.8974358974vw;
    padding-bottom: 35.8974358974vw;
  }
}
.faq #faq {
  position: absolute;
  top: min(50px, 4.4642857143vw);
  width: 1px;
  height: 1px;
}
.faq__title {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .faq__title {
    width: 89.7435897436vw;
    align-items: baseline;
  }
}
.faq__title-logo {
  width: min(248px, 22.1428571429vw);
}
@media only screen and (max-width: 768px) {
  .faq__title-logo {
    width: 48.2051282051vw;
  }
}
.faq__title-text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(20px, 1.7857142857vw);
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .faq__title-text {
    font-size: 5.1282051282vw;
  }
}
.faq__container {
  width: min(1120px, 100vw);
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: min(64px, 5.7142857143vw);
  gap: min(32px, 2.8571428571vw);
}
@media only screen and (max-width: 768px) {
  .faq__container {
    width: 89.7435897436vw;
    gap: 8.2051282051vw;
    margin-top: 14.358974359vw;
  }
}
.faq__container--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: min(20px, 1.7857142857vw) min(32px, 2.8571428571vw);
  gap: min(14px, 1.25vw);
  width: min(1120px, 100vw);
  background: #ffffff;
  box-shadow: min(8px, 0.7142857143vw) min(8px, 0.7142857143vw) 0px #858585;
}
@media only screen and (max-width: 768px) {
  .faq__container--item {
    width: 89.7435897436vw;
    box-shadow: 2.0512820513vw 2.0512820513vw 0px #858585;
    padding: 7.1794871795vw 6.1538461538vw;
  }
}
.faq__container--item-title {
  width: min(1056px, 94.2857142857vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(20px, 1.7857142857vw);
  line-height: 180%;
  color: #000000;
  border-bottom: min(2px, 0.1785714286vw) dotted #000000;
  padding-bottom: min(14px, 1.25vw);
}
@media only screen and (max-width: 768px) {
  .faq__container--item-title {
    border-bottom: 0.5128205128vw dotted #000000;
    font-size: 5.1282051282vw;
    width: 77.4358974359vw;
    padding-bottom: 3.5897435897vw;
  }
}
.faq__container--item-text {
  width: min(1056px, 94.2857142857vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(18px, 1.6071428571vw);
  line-height: 160%;
  color: #939393;
}
@media only screen and (max-width: 768px) {
  .faq__container--item-text {
    font-size: 4.1025641026vw;
    width: 77.4358974359vw;
    padding-top: 3.5897435897vw;
  }
}

.many_arrow {
  margin-left: min(66px, 5.8928571429vw);
  margin-right: min(66px, 5.8928571429vw);
}
.many_arrow:hover {
  animation: jumpArrow 0.3s steps(2) infinite;
}
@media only screen and (max-width: 768px) {
  .many_arrow {
    display: none;
  }
}
.many_arrow_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .many_arrow_sp {
    display: block;
    width: 100%;
    animation: jumpArrow 0.3s steps(2) infinite;
  }
}

.here_reservation {
  padding-top: min(180px, 16.0714285714vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .here_reservation {
    padding-top: 35.8974358974vw;
  }
}
.here_reservation #reservation {
  position: absolute;
  top: min(50px, 4.4642857143vw);
  width: 1px;
  height: 1px;
}
.here_reservation_inner {
  width: min(922px, 82.3214285714vw);
  height: min(232px, 20.7142857143vw);
  margin: auto;
  border: min(8px, 0.7142857143vw) solid #ffffff;
  background: #000000;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-image: url("./../images/07_white_text.png");
  background-size: min(241px, 21.5178571429vw) auto;
  background-position: center calc(50% + 5px);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .here_reservation_inner {
    width: 89.7435897436vw;
    height: 41.0256410256vw;
    background-size: 48.7179487179vw auto;
    border: 1.0256410256vw solid #ffffff;
  }
}
.here_reservation_inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.here_reservation_inner__handleft {
  position: absolute;
  top: min(114px, 10.1785714286vw);
  left: min(281px, 25.0892857143vw);
  width: min(40px, 3.5714285714vw);
  height: min(40px, 3.5714285714vw);
}
@media only screen and (max-width: 768px) {
  .here_reservation_inner__handleft {
    top: 21.0256410256vw;
    left: 7.9487179487vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
.here_reservation_inner__handright {
  position: absolute;
  top: min(114px, 10.1785714286vw);
  right: min(281px, 25.0892857143vw);
  width: min(40px, 3.5714285714vw);
  height: min(40px, 3.5714285714vw);
}
@media only screen and (max-width: 768px) {
  .here_reservation_inner__handright {
    top: 21.0256410256vw;
    right: 7.9487179487vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
.here_reservation_inner:hover {
  background: #ffffff;
  background-image: url("./../images/07_black_text.png");
  background-size: min(241px, 21.5178571429vw) auto;
  background-position: center calc(50% + 5px);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .here_reservation_inner:hover {
    background-size: 51.7948717949vw auto;
  }
}
.here_reservation_inner:hover .here_reservation_inner__handleft {
  transform: rotate(60deg);
}
.here_reservation_inner:hover .here_reservation_inner__handright {
  transform: rotate(60deg);
}

.about {
  padding-top: min(180px, 16.0714285714vw);
  padding-bottom: min(180px, 16.0714285714vw);
}
@media only screen and (max-width: 768px) {
  .about {
    padding-top: 35.8974358974vw;
    padding-bottom: 35.8974358974vw;
  }
}
.about__title {
  width: min(421px, 37.5892857143vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about__title {
    width: 66.4102564103vw;
    align-items: baseline;
  }
}
.about__container {
  width: min(888px, 79.2857142857vw);
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: min(64px, 5.7142857143vw);
  gap: min(24px, 2.1428571429vw);
}
@media only screen and (max-width: 768px) {
  .about__container {
    width: 89.7435897436vw;
    margin-top: 15.1282051282vw;
    gap: 5.1282051282vw;
  }
}
.about__container p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(20px, 1.7857142857vw);
  line-height: 180%;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .about__container p {
    font-size: 4.1025641026vw;
  }
}
.about__banner {
  margin-top: min(80px, 7.1428571429vw);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__banner {
    margin-top: 16.4102564103vw;
  }
}
.about__banner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(20px, 1.7857142857vw);
  line-height: 180%;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .about__banner h3 {
    font-size: 5.1282051282vw;
  }
}
.about__banner--img {
  width: min(450px, 40.1785714286vw);
  margin: auto;
  margin-top: min(20px, 1.7857142857vw);
}
@media only screen and (max-width: 768px) {
  .about__banner--img {
    width: 89.7435897436vw;
    margin-top: 5.1282051282vw;
  }
}
.about__banner--link {
  margin-top: min(12px, 1.0714285714vw);
}
@media only screen and (max-width: 768px) {
  .about__banner--link {
    margin-top: 3.0769230769vw;
  }
}
.about__banner--link a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(12px, 1.0714285714vw);
  line-height: 100%;
  text-align: center;
  text-decoration-line: underline;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .about__banner--link a {
    font-size: 3.0769230769vw;
  }
}

footer {
  padding-top: min(120px, 10.7142857143vw);
  padding-bottom: min(125px, 11.1607142857vw);
}
@media only screen and (max-width: 768px) {
  footer {
    height: calc(100vh - 15.3846153846vw);
    padding-top: 38.4615384615vw;
    padding-bottom: 32.0512820513vw;
  }
}
footer .footer__inner {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner {
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
}
footer .footer__inner .footer__logo {
  width: min(491px, 43.8392857143vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner .footer__logo {
    width: 75.641025641vw;
    margin: 0 auto;
  }
}
footer .footer__inner .footer__text {
  font-family: "x10y12pxDonguriDuel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(52px, 4.6428571429vw);
  margin-top: min(24px, 2.1428571429vw);
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner .footer__text {
    font-size: 7.9487179487vw;
    margin: 0 auto;
    margin-top: 3.5897435897vw;
  }
}
footer .footer__inner .footer_company {
  width: min(246px, 21.9642857143vw);
  margin: auto;
  margin-top: min(213px, 19.0178571429vw);
}
@media only screen and (max-width: 768px) {
  footer .footer__inner .footer_company {
    width: 39.2307692308vw;
    margin: 0 auto;
    margin-top: auto;
  }
}
footer .footer__inner .footer__copyright {
  margin-top: min(41px, 3.6607142857vw);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: min(16px, 1.4285714286vw);
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner .footer__copyright {
    font-size: 3.0769230769vw;
    margin: 0 auto;
    margin-top: 10.2564102564vw;
  }
}

.cloud-01 {
  position: fixed;
  top: min(755px, 67.4107142857vw);
  left: min(253px, 22.5892857143vw);
  width: min(230px, 20.5357142857vw);
}
@media only screen and (max-width: 768px) {
  .cloud-01 {
    top: 193.5897435897vw;
    left: 64.8717948718vw;
    width: 29.4871794872vw;
  }
}

.cloud-02 {
  position: fixed;
  top: min(114px, 10.1785714286vw);
  left: min(421px, 37.5892857143vw);
  width: min(230px, 20.5357142857vw);
}
@media only screen and (max-width: 768px) {
  .cloud-02 {
    top: 29.2307692308vw;
    left: 107.9487179487vw;
    width: 29.4871794872vw;
  }
}

.cloud-03 {
  position: fixed;
  top: min(462px, 41.25vw);
  right: min(19px, 1.6964285714vw);
  width: min(322px, 28.75vw);
}
@media only screen and (max-width: 768px) {
  .cloud-03 {
    top: 118.4615384615vw;
    left: 4.8717948718vw;
    width: 42.5641025641vw;
  }
}

.cloud-04 {
  position: fixed;
  top: min(383px, 34.1964285714vw);
  right: min(1422px, 126.9642857143vw);
  width: min(322px, 28.75vw);
}
@media only screen and (max-width: 768px) {
  .cloud-04 {
    top: 98.2051282051vw;
    left: 364.6153846154vw;
    width: 42.5641025641vw;
  }
}

.cloud-05 {
  position: fixed;
  top: min(693px, 61.875vw);
  left: min(1182px, 105.5357142857vw);
  width: min(322px, 28.75vw);
}
@media only screen and (max-width: 768px) {
  .cloud-05 {
    top: 177.6923076923vw;
    left: 303.0769230769vw;
    width: 42.5641025641vw;
  }
}

.rocket-01 {
  position: fixed;
  top: min(600px, 53.5714285714vw);
  left: min(77px, 6.875vw);
  width: min(322px, 28.75vw);
}
@media only screen and (max-width: 768px) {
  .rocket-01 {
    top: 123.8461538462vw;
    left: 45.641025641vw;
    width: 32.8205128205vw;
  }
}

.star_01 {
  position: fixed;
  animation: jump 1s steps(2) infinite;
  top: min(691px, 61.6964285714vw);
  right: min(358px, 31.9642857143vw);
  width: min(99px, 8.8392857143vw);
}
@media only screen and (max-width: 768px) {
  .star_01 {
    top: 137.6923076923vw;
    right: 4.8717948718vw;
    width: 12.5641025641vw;
  }
}

.star_02 {
  position: fixed;
  animation: jump2 1s steps(2) infinite;
  top: min(605px, 54.0178571429vw);
  right: min(136px, 12.1428571429vw);
  width: min(99px, 8.8392857143vw);
}
@media only screen and (max-width: 768px) {
  .star_02 {
    top: 169.2307692308vw;
    left: -3.5897435897vw;
    width: 16.6666666667vw;
  }
}

.star_03 {
  position: fixed;
  top: min(315px, 28.125vw);
  right: min(94px, 8.3928571429vw);
  width: min(95px, 8.4821428571vw);
  animation: jump 1s steps(1) infinite;
}
@media only screen and (max-width: 768px) {
  .star_03 {
    top: 58.2051282051vw;
    right: -3.8461538462vw;
    width: 17.4358974359vw;
  }
}

.star_04 {
  position: fixed;
  top: min(235px, 20.9821428571vw);
  right: min(277px, 24.7321428571vw);
  width: min(53px, 4.7321428571vw);
  animation: jump 1s steps(2) infinite;
}
@media only screen and (max-width: 768px) {
  .star_04 {
    top: 47.1794871795vw;
    left: 58.2051282051vw;
    width: 9.4871794872vw;
  }
}

.star_05 {
  position: fixed;
  top: min(165px, 14.7321428571vw);
  right: min(550px, 49.1071428571vw);
  width: min(66px, 5.8928571429vw);
  animation: jump2 1s steps(1) infinite;
}
@media only screen and (max-width: 768px) {
  .star_05 {
    top: 32.0512820513vw;
    left: 14.358974359vw;
    width: 12.0512820513vw;
  }
}

.star_06 {
  position: fixed;
  top: min(165px, 14.7321428571vw);
  left: min(201px, 17.9464285714vw);
  width: min(53px, 4.7321428571vw);
  animation: jump 1s steps(2) infinite;
}
@media only screen and (max-width: 768px) {
  .star_06 {
    display: none;
  }
}

.star_07 {
  position: fixed;
  top: min(491px, 43.8392857143vw);
  left: min(252px, 22.5vw);
  width: min(53px, 4.7321428571vw);
  animation: jump 1.5s steps(1) infinite;
}
@media only screen and (max-width: 768px) {
  .star_07 {
    display: none;
  }
}

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