<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&amp;display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  line-height: 1.15;
  /* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 &amp; IE11
 */
select::-ms-expand {
  display: none;
}

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

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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: block;
}

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

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

caption {
  text-align: left;
}

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

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

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

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

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

:root {
  --font-body-family: "Noto Sans JP", "Lato", sans-serif;
}

.pc-hide {
  display: none;
}

.sp-hide {
  display: block;
}

body {
  color: #5b3d42;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
}

body #benesse-header .benesse-header__logo a {
  font-size: 0;
  display: block !important;
}

figure img {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5b3d42;
}

.innerWrap {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
footer .innerWrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100%;
  padding: 0;
}
footer nav {
  background-color: #5b3d42;
}

footer nav ul {
  max-width: 1085px;
  padding: 0 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4rem;
}
footer nav ul li:last-child {
  margin-left: auto;
}
footer nav ul li:not(:last-child) {
  margin-right: clamp(2rem, 2vw, 3rem);
}
footer nav ul li a {
  color: white;
  font-weight: bold;
  -webkit-transition: 0.4s opacity, 0.4s color;
  transition: 0.4s opacity, 0.4s color;
}

footer nav ul li a.currentPage {
  color: white;
  border-bottom: solid 2px white;
}

footer nav ul li a.yet {
  pointer-events: none;
  color: #555976;
}

footer nav ul li a:hover {
  color: white;
  opacity: 0.7;
}
footer nav ul li a.miraiseed-home {
  width: 11rem;
}
footer .footer-bottom {
  background-color: white;
}

footer .footer-bottom__wrap {
  max-width: 1085px;
  padding: 3rem 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 9.8rem;
}
footer .footer-bottom__wrap * {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  color: #000;
  border: none;
  font: 12px/1.231 "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  list-style: none;
}
footer .footer-bottom__wrap .footer-bottom__list {
  float: left;
  display: inline;
  margin: 0 0 0 -12px;
  padding: 0;
  list-style-type: none;
}
footer .footer-bottom__wrap .footer-bottom__list li {
  display: inline;
  margin-left: 12px;
}

footer .footer-bottom__wrap .footer-bottom__list li a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  background: url(/headfoot/img/icon-arrow@2x.png) left center/6px 6px no-repeat;
  color: #0070cb;
  text-decoration: underline;
}

footer .footer-bottom__wrap .footer-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
#benesse-footer {
  display: none;
}

.m-header {
  background-color: #fff8dc;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.m-header-navigation {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(6.666667px, 0.8474576271vw, 10px);
  color: #5b3d42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: clamp(37.3333352px, 4.7457627119vw, 56px);
}
.m-header-navigation.active {
  position: relative;
}
.m-header-navigation.active .nav-toggle span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 96%;
  top: 3.84vw;
  right: -0.6vw;
}
.m-header-navigation.active .nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.m-header-navigation.active .nav-toggle span:nth-of-type(3) {
  top: 8.5333333333vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 96%;
  right: -0.6vw;
}
.m-header-navigation.active .nav-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffe169;
  border-radius: 0 0 0 3.2vw;
  z-index: 2;
  top: 12.2666666667vw;
  right: 0;
  margin: 0;
  width: 100%;
}

.menu-icon {
  display: none;
  /* Hidden by default */
  cursor: pointer;
}

.nav-toggle {
  border: none;
  color: #5b3d42;
  cursor: pointer;
  display: none;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(236.0000118px, 30vw, 354px);
  gap: clamp(6.666667px, 0.8474576271vw, 10px);
}

.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6.666667px, 0.8474576271vw, 10px);
  margin-left: auto;
}

.nav-list__item a {
  text-decoration: none;
  color: #5b3d42;
  display: block;
  font-size: clamp(9.3333338px, 1.186440678vw, 14px);
  position: relative;
  font-weight: bold;
  background-color: #ffdb4f;
  padding: clamp(5.3333336px, 0.6779661017vw, 8px) clamp(13.333334px, 1.6949152542vw, 20px);
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
  line-height: 1;
  border: 1px solid #5b3d42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.nav-list__item.close {
  display: none;
}
.nav-list__item.current a {
  background-color: #5b3d42;
  color: white;
}
.nav-list__item.current a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(-5.7px, -0.4830508475vw, -3.80000019px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #5b3d42 transparent transparent transparent;
  border-width: clamp(3.80000019px, 0.4830508475vw, 5.7px) calc(clamp(7.53333371px, 0.9576271186vw, 11.3px) / 2) 0 calc(clamp(7.53333371px, 0.9576271186vw, 11.3px) / 2);
}

.link-button {
  width: clamp(113.333339px, 14.406779661vw, 170px);
}

.r-footer {
  background-color: #22554c;
  color: white;
  padding: 5.6rem 0 0rem;
}
.r-footer .footer__content-top {
  padding-right: 4.3rem;
  padding-bottom: 0;
  padding-left: 4.3rem;
  margin-bottom: 3rem;
}
.r-footer .footer-top .footer_logo {
  display: inline-block;
  width: 12rem;
  margin-bottom: 2.4rem;
}
.r-footer .footer-top .footer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10rem;
  margin-bottom: 2.5rem;
}
.r-footer .footer-top .footer-list .footer-list__item {
  font-size: 1.3rem;
  line-height: 2.8;
  letter-spacing: 1.3px;
}
.r-footer .border-box {
  border-color: white;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  line-height: 2.7;
  gap: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.r-footer .border-box img {
  width: 1.8rem;
}
.r-footer .footer-bottom .section-inner {
  padding: 0 4.3rem 2rem;
}
.r-footer .footer-bottom .footer-sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
  margin-bottom: 7rem;
}
.r-footer .footer-bottom .footer-sub-menu li {
  font-size: 1rem;
  line-height: 2.4;
}
.r-footer .footer-bottom .copyright__content {
  font-size: 1rem;
}
.r-footer .footer__content-bottom {
  border: none;
}

html {
  scroll-behavior: smooth;
}

a:not(.more-button),
a .add-to-cart-button {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
a.more-button img {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

* {
  letter-spacing: initial;
}

body {
  height: auto;
}
body #benesse-header .benesse-header__inner,
body #benesse-footer .benesse-footer__inner {
  width: 100% !important;
  max-width: 1280px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
body #benesse-header .benesse-header__logo {
  margin: -12px auto 0 0 !important;
}

main {
  overflow: hidden;
  position: relative;
}
main:before {
  background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/pc1-8.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 1401px;
  height: 1798px;
  top: -103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.main-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: clamp(25.3333346px, 3.2203389831vw, 38px);
}

footer .innerWrap {
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

.bg-yellow {
  background-color: #ffe169;
}

.bg-blue {
  background-color: #c5ebec;
}

.bg-white {
  background-color: white;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.1428571429vw;
  -webkit-box-shadow: 0 0.4285714286vw 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4285714286vw 0 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s background-color, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s color;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button:not(.flexible) {
  border: solid 2px #5b3d42;
}
.button.link-button, .button.faq-button, .button.button-accordion {
  background-color: white;
  width: 32vw;
  height: 4.2857142857vw;
  font-weight: bold;
  font-size: 1.4285714286vw;
  -webkit-transition: 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button.link-button:after, .button.faq-button:after, .button.button-accordion:after {
  content: "";
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border-top: solid 0.2rem #5b3d42;
  border-right: solid 0.2rem #5b3d42;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.6071428571vw;
  height: 0.6071428571vw;
  right: 1.4285714286vw;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.button.link-button.link-button--yellow, .button.link-button--yellow.faq-button, .button.link-button--yellow.button-accordion {
  background-color: #f5da5b;
  width: 28.5714285714vw;
  -webkit-transition: 0.3s background-color, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s color, 0.3s transform, 0.3s box-shadow;
  transition: 0.3s background-color, 0.3s color, 0.3s transform, 0.3s box-shadow, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button.link-button.link-button--blank, .button.link-button--blank.faq-button, .button.link-button--blank.button-accordion {
  padding-right: 3.3571428571vw;
}
.button.link-button.link-button--blank:after, .button.link-button--blank.faq-button:after, .button.link-button--blank.button-accordion:after {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  background-image: url(/miraiseed/fansite/kigyou_collabo/assets/img/icon-link.svg);
  border: none;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4285714286vw;
}
.button.link-button.return-button, .button.return-button.faq-button, .button.return-button.button-accordion {
  width: 28.5714285714vw;
}
.button.link-button.return-button.howto-return, .button.return-button.howto-return.faq-button, .button.return-button.howto-return.button-accordion {
  height: 4.2857142857vw;
  border-radius: 2.1428571429vw;
  font-size: 1.4285714286vw;
}
.button.link-button.return-button:after, .button.return-button.faq-button:after, .button.return-button.button-accordion:after {
  content: none;
}
.button.link-button.return-button::before, .button.return-button.faq-button::before, .button.return-button.button-accordion::before {
  content: "";
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border-top: solid 0.2rem #5b3d42;
  border-right: solid 0.2rem #5b3d42;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  width: 0.6071428571vw;
  height: 0.6071428571vw;
  right: auto;
  left: 1.4285714286vw;
}
.button.button-accordion {
  background-color: #f5da5b;
  width: 28.5714285714vw;
  height: 3.4285714286vw;
  border-radius: 1.7142857143vw;
  font-size: 1.1428571429vw;
}
.button.button-accordion::after {
  content: "";
  border: none;
  background-image: url(/miraiseed/fansite/kigyou_collabo/assets/img/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 1.2857142857vw;
  height: 1.2857142857vw;
  right: 1.4285714286vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.button-accordion.active::after {
  background-image: url(/miraiseed/fansite/kigyou_collabo/assets/img/icon-minus.svg);
  top: 66%;
}
.button.download-button {
  background-color: #ed7d31;
  border: none;
  height: 5.1428571429vw;
  width: 36.2857142857vw;
  border-radius: 2.5714285714vw;
  color: white;
  gap: 0.7142857143vw;
  font-size: 1.7142857143vw;
  margin: auto;
  -webkit-transition: 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s background-color, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
}
.button.download-button img {
  width: 2vw;
}
.button.download-button::after {
  content: none;
}
.button.copy-button {
  background-color: #0653ce;
  height: 3.4285714286vw;
  font-weight: bold;
  font-size: 1.1428571429vw;
  color: white;
  border: none;
  gap: 0.6428571429vw;
  width: 21.4285714286vw;
  -webkit-box-shadow: 0 0.2857142857vw 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2857142857vw 0 0 rgba(0, 0, 0, 0.2);
}
.button.code-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 8.5714285714vw;
  width: 12.8571428571vw;
  border-radius: 1.4285714286vw;
  line-height: 1.31;
}
.button.code-button img {
  width: 1.7142857143vw;
  height: 2.1071428571vw;
}
.button.faq-button {
  background-color: #63b6e5;
  width: 36.2857142857vw;
  height: 5.1428571429vw;
  border-radius: 2.5714285714vw;
  font-size: 1.7142857143vw;
  color: white;
  border: none;
  gap: 0.5714285714vw;
}
.button.faq-button img {
  width: 2.7214285714vw;
  height: 2.2642857143vw;
}
.button.faq-button:after {
  border-top-color: white;
  border-right-color: white;
}
.button.flexible {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(32.0000016px, 4.0677966102vw, 48px);
  padding: 0 clamp(22.6666678px, 2.8813559322vw, 34px) 0 clamp(13.333334px, 1.6949152542vw, 20px);
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  -webkit-box-shadow: 0 clamp(2.6666668px, 0.3389830508vw, 4px) 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 clamp(2.6666668px, 0.3389830508vw, 4px) 0 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #5b3d42;
  font-weight: 400;
}
.button.flexible.link-button--blank:after {
  width: clamp(10.6666672px, 1.3559322034vw, 16px);
  height: clamp(10.6666672px, 1.3559322034vw, 16px);
  right: clamp(13.333334px, 1.6949152542vw, 20px);
}
.button.flexible:after {
  width: clamp(5.66666695px, 0.7203389831vw, 8.5px);
  height: clamp(5.66666695px, 0.7203389831vw, 8.5px);
  right: clamp(13.333334px, 1.6949152542vw, 20px);
}
.button.more-button {
  background-color: white;
  margin: 0 auto;
  display: none;
}

.play-button {
  border-radius: 50%;
  width: 11.5rem;
  height: 11.5rem;
  border: solid 0.1rem white;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  position: absolute;
  inset: 0;
  margin: auto;
  cursor: pointer;
  line-height: 1;
  gap: 1rem;
  z-index: 1;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
.play-button:before {
  content: "▶";
}

section:not(.mv) {
  position: relative;
}

.section-inner {
  max-width: 74.8571428571vw;
  margin: 0 auto;
}

.section-copy {
  line-height: 2.2;
}

.section-title {
  font-size: clamp(24.0000012px, 3.0508474576vw, 36px);
  font-weight: bold;
  color: white;
  position: relative;
  letter-spacing: 1.8px;
  text-align: center;
  border-radius: clamp(20.000001px, 2.5423728814vw, 30px) clamp(20.000001px, 2.5423728814vw, 30px) 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7b30), to(#ff7583));
  background-image: linear-gradient(to right, #ff7b30 0%, #ff7583);
  height: clamp(102.0000051px, 12.9661016949vw, 153px);
  width: clamp(621.3333644px, 78.9830508475vw, 932px);
  margin: 0 auto;
  position: absolute;
  top: clamp(-153px, -12.9661016949vw, -102.0000051px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title small {
  line-height: 1;
  margin-top: clamp(5.3333336px, 0.6779661017vw, 8px);
}
.section-title:before {
  content: "";
  background-image: url(/miraiseed/fansite/okulinkplus_update2025/assets/img/icon_section-title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: clamp(108.0000054px, 13.7288135593vw, 162px);
  height: clamp(78.6666706px, 10vw, 118px);
  bottom: 0;
  left: clamp(28.0000014px, 3.5593220339vw, 42px);
}

.marker {
  font-weight: bold;
  line-height: 1.67;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(86%, #ffffff));
  background: linear-gradient(transparent 66%, #ffffff 86%);
}

.diagonal-text {
  font-size: clamp(13.333334px, 1.6949152542vw, 20px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.diagonal-text::before, .diagonal-text::after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #2e2f54;
  width: 0.2rem;
  height: 1.15em;
  margin: 0 1em;
  margin-top: -0.3em;
  vertical-align: middle;
  bottom: 0;
  font-weight: normal;
}
.diagonal-text::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  left: 0.3571428571vw;
}
.diagonal-text::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  right: 0.7142857143vw;
}

.card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4285714286vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-tag__item {
  font-size: 0.8571428571vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.6428571429vw 0.6428571429vw 0 0.6428571429vw;
  background-color: #f5da5b;
  padding: 0.2857142857vw 0.8571428571vw;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7142857143vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-list__item {
  font-size: 1vw;
  line-height: 1.21;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #f5da5b;
  padding: 0.3242857143vw 1vw;
  border-radius: 1.2857142857vw;
}

.js-details {
  position: relative;
  z-index: 0;
}
.js-details .js-summary {
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  line-height: 1.5;
  background-color: #f5da5b;
  padding: clamp(16.0000008px, 2.0338983051vw, 24px) clamp(26.666668px, 3.3898305085vw, 40px);
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.js-details .js-summary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.js-details .js-summary .summary_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(13.333334px, 1.6949152542vw, 20px);
  font-weight: bold;
}
.js-details .js-summary .summary_inner .summary-initial {
  color: #ed7d31;
  line-height: 1;
  width: clamp(18.0000009px, 2.2881355932vw, 27px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-details .js-summary .summary_inner .summary-initial img {
  width: 100%;
}
.js-details .js-summary .summary_inner .trigger-box {
  background-color: white;
  border-radius: 50%;
  width: clamp(29.3333348px, 3.7288135593vw, 44px);
  height: clamp(29.3333348px, 3.7288135593vw, 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-details .js-summary .summary_inner .icon {
  position: relative;
  width: clamp(12.0000006px, 1.5254237288vw, 18px);
  background-color: #5b3d42;
  height: 0.3rem;
  display: inline-block;
}
.js-details .js-summary .summary_inner .icon::before {
  content: "";
  display: block;
  width: clamp(12.0000006px, 1.5254237288vw, 18px);
  background-color: #5b3d42;
  height: 0.3rem;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.js-details .js-content {
  padding: clamp(16.0000008px, 2.0338983051vw, 24px) clamp(26.666668px, 3.3898305085vw, 40px) clamp(21.3333344px, 2.7118644068vw, 32px);
  background-color: #fff8dc;
  border-radius: clamp(10.6666672px, 1.3559322034vw, 16px);
}
.js-details .js-content .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(13.333334px, 1.6949152542vw, 20px);
}
.js-details .js-content .summary-answer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(18.0000009px, 2.2881355932vw, 27px);
}
.js-details .js-content p {
  font-size: clamp(13.333334px, 1.6949152542vw, 20px);
  line-height: 1.5;
}
.js-details .js-content .inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(13.333334px, 1.6949152542vw, 20px);
  margin-top: clamp(13.333334px, 1.6949152542vw, 20px);
}
.js-details.is-opened .js-summary {
  padding-bottom: clamp(13.333334px, 1.6949152542vw, 20px);
}
.js-details.is-opened .js-summary .summary_inner .icon::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.block-inner {
  max-width: 74.8571428571vw;
  margin: 0 auto;
  padding: 0 1.4285714286vw;
}

.other-block {
  background-color: #ffe169;
  border-top: solid 1px white;
}
.other-block .block-inner {
  padding-top: 0.8571428571vw;
  padding-bottom: 6vw;
  max-width: 77.7142857143vw;
}
.other-block .other-contents .other-contents__title {
  width: 33.6428571429vw;
  margin: 0 auto 3.5714285714vw;
  text-align: center;
}
.other-block .other-contents .other-contents__title img {
  width: 100%;
}
.other-block .other-contents .banner-description {
  font-size: 1.2857142857vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.3571428571vw;
}
.other-block .other-contents .banner-top {
  margin: 0 auto 3vw;
  text-align: center;
  max-width: 1200px;
}
.other-block .other-contents .banner-top .main-banner {
  border: solid 0.1428571429vw #5b3d42;
  border-radius: 0.3571428571vw;
}
.other-block .other-contents .banner-top .main-banner.coming-soon {
  pointer-events: none;
}
.other-block .other-contents .banner-top .main-banner img {
  border-radius: 0.3571428571vw;
}
.other-block .other-contents .banner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2857142857vw 1fr 2.2857142857vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2857142857vw;
  max-width: 1200px;
  margin: 0 auto;
}
.other-block .other-contents .banner-image,
.other-block .other-contents .banner-list__link {
  border-radius: 0.3571428571vw;
  -webkit-box-shadow: 0.2857142857vw 0.2857142857vw 0 0 rgb(91, 61, 66);
          box-shadow: 0.2857142857vw 0.2857142857vw 0 0 rgb(91, 61, 66);
}

.swiper-container {
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  width: clamp(29.9433348305px, 3.8063559322vw, 44.915px);
  height: clamp(26.5364013268px, 3.3732711864vw, 39.8046px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 66.667%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  width: clamp(29.9433348305px, 3.8063559322vw, 44.915px);
  height: clamp(26.5364013268px, 3.3732711864vw, 39.8046px);
}

.swiper-button-prev {
  left: clamp(-80px, -6.7796610169vw, -53.333336px);
}
.swiper-button-prev:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/icon_arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.swiper-button-next {
  right: clamp(-80px, -6.7796610169vw, -53.333336px);
}
.swiper-button-next:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/icon_arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.swiper-pagination .swiper-pagination-bullet {
  width: clamp(6.80000034px, 0.8644067797vw, 10.2px);
  height: clamp(6.80000034px, 0.8644067797vw, 10.2px);
  background-color: white;
  opacity: 1;
  border: solid clamp(1.3333334px, 0.1694915254vw, 2px) #553f44;
  margin: 0 5px;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f5da5b;
}

.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: clamp(-39px, -3.3050847458vw, -26.0000013px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: clamp(8.6666671px, 1.1016949153vw, 13px);
  height: clamp(8.6666671px, 1.1016949153vw, 13px);
  margin: 0 clamp(3.3333335px, 0.4237288136vw, 5px);
  border-radius: 50%;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 50px 80px 60px;
  width: 100%;
  max-width: 740px;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto 20px;
}

.modal__close {
  border: solid 2px white;
  position: absolute;
  top: -54px;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  line-height: 1;
}

.modal__content video {
  width: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.top .main-container {
  position: relative;
  z-index: 0;
}
.top .main-container::before {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/bg-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: clamp(12.0000006px, 1.5254237288vw, 18px);
  left: 49.4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(1000.3164500158px, 127.1588644068vw, 1500.4746px);
  height: clamp(941.6497804158px, 119.7012372881vw, 1412.4746px);
}
.top .other-block {
  border-top: none;
}

.mv {
  position: relative;
  padding-top: clamp(26.666668px, 3.3898305085vw, 40px);
}

.mv-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(13.333334px, 1.6949152542vw, 20px) clamp(13.333334px, 1.6949152542vw, 20px) clamp(172.0000086px, 21.8644067797vw, 258px);
}

.title-wrap {
  position: relative;
  width: clamp(654.6666994px, 83.2203389831vw, 982px);
  margin: 0 auto;
  right: clamp(20.000001px, 2.5423728814vw, 30px);
}
.title-wrap img.mv-treat {
  position: absolute;
  z-index: 1;
}
.title-wrap img.treat {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.title-wrap img.treat.active {
  opacity: 1;
}
.title-wrap img.mv-treat-1 {
  top: clamp(-25px, -2.1186440678vw, -16.6666675px);
  left: 54.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(53.1275359897px, 6.7535vw, 79.6913px);
}
.title-wrap img.mv-treat-2 {
  top: clamp(24.0000012px, 3.0508474576vw, 36px);
  left: clamp(-71px, -6.0169491525vw, -47.3333357px);
  width: clamp(39.7568019878px, 5.0538305085vw, 59.6352px);
}
.title-wrap img.dummy {
  opacity: 0;
  width: clamp(699.3333683px, 88.8983050847vw, 1049px);
  height: clamp(198.6666766px, 25.2542372881vw, 298px);
  text-align: center;
  position: absolute;
  left: 52.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.title-wrap img[class*=flash-] {
  opacity: 0;
}
.title-wrap img[class*=flash-].animated {
  -webkit-animation: blink 1.6s ease-in-out infinite alternate;
          animation: blink 1.6s ease-in-out infinite alternate;
}
.title-wrap img.flash-1 {
  width: clamp(17.2909341979px, 2.198vw, 25.9364px);
  top: clamp(6.0000003px, 0.7627118644vw, 9px);
  left: clamp(2.0000001px, 0.2542372881vw, 3px);
}
.title-wrap img.flash-2 {
  width: clamp(17.2909341979px, 2.198vw, 25.9364px);
  bottom: clamp(-19px, -1.6101694915vw, -12.6666673px);
  left: clamp(106.666672px, 13.5593220339vw, 160px);
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.title-wrap img.flash-3 {
  width: clamp(20.4934010247px, 2.6050932203vw, 30.7401px);
  bottom: clamp(-35px, -2.9661016949vw, -23.3333345px);
  left: clamp(137.3333402px, 17.4576271186vw, 206px);
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.title-wrap img.flash-4 {
  width: clamp(6.8144003407px, 0.8662372881vw, 10.2216px);
  bottom: clamp(8.0000004px, 1.0169491525vw, 12px);
  left: clamp(174.6666754px, 22.2033898305vw, 262px);
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.title-wrap img.flash-5 {
  width: clamp(20.4934010247px, 2.6050932203vw, 30.7401px);
  top: clamp(-20px, -1.6949152542vw, -13.333334px);
  right: clamp(99.3333383px, 12.6271186441vw, 149px);
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.title-wrap img.flash-6 {
  width: clamp(20.4934010247px, 2.6050932203vw, 30.7401px);
  top: clamp(40.000002px, 5.0847457627vw, 60px);
  right: clamp(-53px, -4.4915254237vw, -35.3333351px);
}
.title-wrap img.flash-7 {
  width: clamp(17.2909341979px, 2.198vw, 25.9364px);
  top: clamp(77.3333372px, 9.8305084746vw, 116px);
  right: clamp(-68px, -5.7627118644vw, -45.3333356px);
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.title-wrap img.flash-8 {
  width: clamp(6.8144003407px, 0.8662372881vw, 10.2216px);
  top: clamp(107.3333387px, 13.6440677966vw, 161px);
  right: clamp(-40px, -3.3898305085vw, -26.666668px);
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.title-wrap img.flash-9 {
  width: clamp(17.2909341979px, 2.198vw, 25.9364px);
  top: clamp(160.6666747px, 20.4237288136vw, 241px);
  right: clamp(120.000006px, 15.2542372881vw, 180px);
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.mv-title {
  width: clamp(654.6666994px, 83.2203389831vw, 982px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.mv-title.loaded {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mv-slides-wrap {
  width: clamp(306.666682px, 38.9830508475vw, 460px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mv-slides .slide-title {
  font-size: clamp(15.3333341px, 1.9491525424vw, 23px);
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  display: table;
  margin: 0 auto clamp(9.3333338px, 1.186440678vw, 14px);
  position: relative;
}
.mv-slides .slide-title:before, .mv-slides .slide-title:after {
  content: "";
  background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/icon_slide-title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: clamp(18.3715342519px, 2.3353644068vw, 27.5573px);
  height: clamp(19.9930676663px, 2.5414915254vw, 29.9896px);
  bottom: 0;
}
.mv-slides .slide-title:before {
  left: clamp(-54px, -4.5762711864vw, -36.0000018px);
}
.mv-slides .slide-title:after {
  right: clamp(-54px, -4.5762711864vw, -36.0000018px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.mv-slides__thumbnail {
  border-radius: clamp(20.33333435px, 2.5847457627vw, 30.5px);
  padding: clamp(7.00000035px, 0.8898305085vw, 10.5px);
  background-color: white;
  border: clamp(2.0000001px, 0.2542372881vw, 3px) solid #553f44;
}
.mv-slides__thumbnail img {
  border-radius: clamp(13.333334px, 1.6949152542vw, 20px);
}

.archives {
  max-width: 1000px;
  margin: clamp(33.333335px, 4.2372881356vw, 50px) auto 0;
}
.archives .archives__title {
  width: 100%;
  border-bottom: solid clamp(2.6666668px, 0.3389830508vw, 4px) #553f44;
  margin-bottom: clamp(24.0000012px, 3.0508474576vw, 36px);
}
.archives .archives__title img {
  width: clamp(125.079206254px, 15.8998983051vw, 187.6188px);
}

.archives-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(26.666668px, 3.3898305085vw, 40px) 1fr clamp(26.666668px, 3.3898305085vw, 40px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26.666668px, 3.3898305085vw, 40px);
  margin-bottom: clamp(62.6666698px, 7.9661016949vw, 94px);
  position: relative;
  z-index: 2;
}

.archives-list__item {
  padding: clamp(9.3333338px, 1.186440678vw, 14px);
  border-radius: clamp(13.333334px, 1.6949152542vw, 20px);
  background-color: white;
  min-height: clamp(206.0000103px, 26.186440678vw, 309px);
  border: clamp(2.0000001px, 0.2542372881vw, 3px) solid #553f44;
}
.archives-list__item .past-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(9.3333338px, 1.186440678vw, 14px);
}
.archives-list__item .past-link.coming-soon {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archives-list__item .past-link.coming-soon &gt; svg {
  width: clamp(86.0000043px, 10.9322033898vw, 129px);
}
.archives-list__item .past-link.cat-1.coming-soon {
  background-color: #82c1ea;
}
.archives-list__item .past-link.cat-1.coming-soon svg {
  fill: #a8d4f0;
}
.archives-list__item .past-link.cat-2.coming-soon {
  background-color: #6cbc64;
}
.archives-list__item .past-link.cat-2.coming-soon svg {
  fill: #98d092;
}
.archives-list__item .past-link.cat-3.coming-soon {
  background-color: #f19ca6;
}
.archives-list__item .past-link.cat-3.coming-soon svg {
  fill: #e7b9c0;
}
.archives-list__item .archives-list__thumbnail {
  border-radius: clamp(9.3333338px, 1.186440678vw, 14px) clamp(9.3333338px, 1.186440678vw, 14px) 0 0;
  overflow: hidden;
  margin-bottom: clamp(5.3333336px, 0.6779661017vw, 8px);
}
.archives-list__item .archives-list__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archives-list__item .archives-corp {
  width: clamp(156.0000078px, 19.8305084746vw, 234px);
  height: clamp(30.0000015px, 3.813559322vw, 45px);
  margin: 0 auto clamp(8.0000004px, 1.0169491525vw, 12px);
}
.archives-list__item .archives-text {
  font-size: clamp(10.6666672px, 1.3559322034vw, 16px);
  line-height: 1.3;
  text-align: center;
  color: #553f44;
  font-weight: bold;
  width: clamp(166.666675px, 21.186440678vw, 250px);
  margin: 0 auto;
}

.archives-attention {
  font-size: clamp(8.0000004px, 1.0169491525vw, 12px);
  line-height: 1.3;
  text-align: center;
  color: #553f44;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-illust {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: swinging 6.4s ease-in-out infinite;
          animation: swinging 6.4s ease-in-out infinite;
}
.top-illust.illust-1 {
  top: clamp(134.0000067px, 17.0338983051vw, 201px);
  left: clamp(-20px, -1.6949152542vw, -13.333334px);
  width: clamp(104.3748052187px, 13.2679830508vw, 156.5622px);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-2 {
  top: clamp(214.6666774px, 27.2881355932vw, 322px);
  right: clamp(166.666675px, 21.186440678vw, 250px);
  width: clamp(38.9424686138px, 4.9503135593vw, 58.4137px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-illust.illust-3 {
  top: clamp(122.6666728px, 15.593220339vw, 184px);
  right: clamp(26.666668px, 3.3898305085vw, 40px);
  width: clamp(81.2354040618px, 10.3265338983vw, 121.8531px);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-4 {
  top: clamp(284.6666809px, 36.186440678vw, 427px);
  left: clamp(179.3333423px, 22.7966101695vw, 269px);
  width: clamp(39.1641352915px, 4.9784915254vw, 58.7462px);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-5 {
  top: clamp(359.3333513px, 45.6779661017vw, 539px);
  left: clamp(150.0000075px, 19.0677966102vw, 225px);
  width: clamp(63.8018698568px, 8.1104067797vw, 95.7028px);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-illust.illust-6 {
  top: clamp(340.6666837px, 43.3050847458vw, 511px);
  right: clamp(132.6666733px, 16.8644067797vw, 199px);
  width: clamp(52.7768693055px, 6.7089237288vw, 79.1653px);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-7 {
  top: clamp(355.3333511px, 45.1694915254vw, 533px);
  right: clamp(-19px, -1.6101694915vw, -12.6666673px);
  width: clamp(80.6280040314px, 10.2493220339vw, 120.942px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-illust.illust-8 {
  top: clamp(380.6666857px, 48.3898305085vw, 571px);
  left: clamp(-50px, -4.2372881356vw, -33.333335px);
  width: clamp(108.0828720708px, 13.7393474576vw, 162.1243px);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-9 {
  top: clamp(439.3333553px, 55.8474576271vw, 659px);
  right: clamp(248.0000124px, 31.5254237288vw, 372px);
  width: clamp(44.9420689138px, 5.7129745763vw, 67.4131px);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-illust.illust-10 {
  top: clamp(482.6666908px, 61.3559322034vw, 724px);
  right: clamp(20.000001px, 2.5423728814vw, 30px);
  width: clamp(90.6984045349px, 11.5294576271vw, 136.0476px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-illust.illust-11 {
  bottom: clamp(345.3333506px, 43.8983050847vw, 518px);
  left: clamp(18.6666676px, 2.3728813559vw, 28px);
  width: clamp(77.2764038638px, 9.8232711864vw, 115.9146px);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-12 {
  bottom: clamp(320.6666827px, 40.7627118644vw, 481px);
  right: clamp(26.0000013px, 3.3050847458vw, 39px);
  width: clamp(31.9660015983px, 4.0634745763vw, 47.949px);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-13 {
  bottom: clamp(135.3333401px, 17.2033898305vw, 203px);
  left: clamp(47.3333357px, 6.0169491525vw, 71px);
  width: clamp(35.6868017843px, 4.5364576271vw, 53.5302px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-illust.illust-14 {
  bottom: clamp(239.3333453px, 30.4237288136vw, 359px);
  right: clamp(62.0000031px, 7.8813559322vw, 93px);
  width: clamp(32.2312016116px, 4.0971864407vw, 48.3468px);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-illust.illust-15 {
  bottom: clamp(-2px, -0.1694915254vw, -1.3333334px);
  left: clamp(112.0000056px, 14.2372881356vw, 168px);
  width: clamp(78.3314039166px, 9.9573813559vw, 117.4971px);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.top-illust.illust-16 {
  bottom: clamp(21.3333344px, 2.7118644068vw, 32px);
  left: clamp(286.666681px, 36.4406779661vw, 430px);
  width: clamp(23.5492011775px, 2.9935423729vw, 35.3238px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-illust.illust-17 {
  bottom: clamp(42.6666688px, 5.4237288136vw, 64px);
  right: clamp(38.6666686px, 4.9152542373vw, 58px);
  width: clamp(67.2712033636px, 8.5514237288vw, 100.9068px);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg) translateY(-2px);
            transform: rotate(5deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg) translateY(-2px);
            transform: rotate(-5deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg) translateY(-2px);
            transform: rotate(5deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg) translateY(-2px);
            transform: rotate(-5deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes swinging {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40%, 80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@keyframes swinging {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40%, 80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  33%, 66% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  33%, 66% {
    opacity: 1;
  }
}
.case .main-container {
  padding-bottom: clamp(53.333336px, 6.7796610169vw, 80px);
  position: relative;
}

.detail .section-inner {
  max-width: clamp(666.6667px, 84.7457627119vw, 1000px);
  margin: 0 auto;
  padding-top: clamp(30.6666682px, 3.8983050847vw, 46px);
}
.detail .detail-wrap {
  position: relative;
}
.detail .detail-presents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(5.3333336px, 0.6779661017vw, 8px);
  border-bottom: clamp(2.6666668px, 0.3389830508vw, 4px) solid white;
  margin-bottom: clamp(36.0000018px, 4.5762711864vw, 54px);
}
.detail .detail-presents__title {
  width: clamp(237.6842785509px, 30.2141016949vw, 356.5264px);
}
.detail .course-tag {
  font-size: clamp(16.0000008px, 2.0338983051vw, 24px);
  color: white;
  background-color: #e06d49;
  padding: clamp(5.3333336px, 0.6779661017vw, 8px) clamp(6.666667px, 0.8474576271vw, 10px);
  border-radius: clamp(6.666667px, 0.8474576271vw, 10px);
  line-height: 1;
  font-weight: bold;
}
.detail .detail-wrap__title {
  font-size: clamp(19.3333343px, 2.4576271186vw, 29px);
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: clamp(32.0000016px, 4.0677966102vw, 48px);
  width: clamp(293.333348px, 37.2881355932vw, 440px);
  margin-left: auto;
}
.detail .detail-wrap__thumbnail {
  position: absolute;
  top: clamp(78.6666706px, 10vw, 118px);
  left: 0;
  width: clamp(345.3333506px, 43.8983050847vw, 518px);
  height: clamp(186.666676px, 23.7288135593vw, 280px);
  border-radius: clamp(23.3333345px, 2.9661016949vw, 35px);
  padding: clamp(8.0000004px, 1.0169491525vw, 12px);
  background-color: white;
}
.detail .detail-wrap__thumbnail:before {
  content: "";
  background-image: url("/miraiseed/fansite/kigyou_collabo_child/assets/img/image_video-play.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: clamp(42.0000021px, 5.3389830508vw, 63px);
  height: clamp(42.0000021px, 5.3389830508vw, 63px);
  inset: 0;
  margin: auto;
}
.detail .highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(293.333348px, 37.2881355932vw, 440px);
  margin-left: auto;
  gap: clamp(16.0000008px, 2.0338983051vw, 24px);
}
.detail .highlight__title {
  width: clamp(42.5060021253px, 5.4033050847vw, 63.759px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail .highlight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: clamp(1.3333334px, 0.1694915254vw, 2px) dotted #553f44;
  border-bottom: clamp(1.3333334px, 0.1694915254vw, 2px) dotted #553f44;
}
.detail .highlight-list__item {
  font-size: clamp(12.0000006px, 1.5254237288vw, 18px);
  line-height: 1.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12.0000006px, 1.5254237288vw, 18px);
  padding: clamp(5.3333336px, 0.6779661017vw, 8px) 0;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.detail .highlight-list__item:before {
  content: "";
  background-image: url("/miraiseed/fansite/kigyou_collabo_child/assets/img/icon_highlight-list.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: clamp(21.5554010778px, 2.7400932203vw, 32.3331px);
  height: clamp(21.7777344222px, 2.7683559322vw, 32.6666px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail .highlight-list__item:not(:last-child) {
  border-bottom: clamp(1.3333334px, 0.1694915254vw, 2px) dotted #553f44;
}

.detail-illust {
  position: absolute;
  pointer-events: none;
  -webkit-animation: swinging 6.4s ease-in-out infinite;
          animation: swinging 6.4s ease-in-out infinite;
}
.detail-illust.illust-1 {
  top: clamp(166.666675px, 21.186440678vw, 250px);
  left: clamp(33.333335px, 4.2372881356vw, 50px);
  width: clamp(44.9422022471px, 5.7129915254vw, 67.4133px);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.detail-illust.illust-2 {
  top: clamp(100.000005px, 12.7118644068vw, 150px);
  right: clamp(-49px, -4.1525423729vw, -32.6666683px);
  width: clamp(104.3748052187px, 13.2679830508vw, 156.5622px);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.detail-illust.illust-3 {
  top: clamp(266.66668px, 33.8983050847vw, 400px);
  right: calc(12% - clamp(40.000002px, 5.0847457627vw, 60px));
  width: clamp(35.7022017851px, 4.5384152542vw, 53.5533px);
}
@media (min-width: 1081px){
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px){
  .top .main-container::before {
    width: 1500.4746px;
    height: 1412.4746px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
  .detail-illust.illust-1 {
    left: 0;
  }
  .detail-illust.illust-3 {
    right: calc(5% - clamp(40.000002px, 5.0847457627vw, 60px));
  }
}
@media screen and (max-width: 1180px) and (min-width: 768px){
  footer .innerWrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  #benesse-header .benesse-header__inner {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #benesse-header .benesse-header__inner .benesse-header__link {
    margin-left: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #benesse-header .benesse-header__inner .benesse-header__link li a {
    font-size: 1rem !important;
  }
  footer .innerWrap {
    margin: 0 auto;
  }
  footer nav ul {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.6rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.3rem clamp(1.5rem, 4.5333333333vw, 1.7rem);
  }
  footer nav ul li:last-child {
    margin-right: auto;
  }
  footer nav ul li:last-child::before {
    content: "";
    width: 100vw;
    height: 2px;
    background-color: #949dc4;
    display: block;
    position: relative;
    margin-top: 0.7rem;
    margin-bottom: 2.2rem;
  }
  footer nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0rem;
  }
  footer nav ul li a {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  footer nav ul li a.miraiseed-home {
    width: 12rem;
  }
  footer .footer-bottom__wrap {
    height: 100%;
    padding: 0.5rem 2.1rem 1rem;
  }
  footer .footer-bottom__wrap .copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footer-bottom__wrap .footer-bottom__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
  footer .footer-bottom__wrap .footer-logo {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    width: 13rem;
    text-align: center;
    margin: 0 0 0 -8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 750px){
  .pc-hide {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .m-header-navigation {
    padding: 0 5.3333333333vw 0 2.6666666667vw;
    height: 12vw;
  }
  .m-header-navigation.m-child {
    padding: 0 2.6666666667vw;
  }
  .nav-toggle {
    display: none;
    position: relative;
    width: 6.9333333333vw;
    height: 12vw;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin-left: auto;
  }
  .nav-toggle span {
    display: block;
    margin: 0;
    border: none;
    width: 100%;
    height: 0.5333333333vw;
    background: #5b3d42;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    position: absolute;
    top: 3.7333333333vw;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 5.8666666667vw;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 8vw;
  }
  .logo-wrap {
    width: 67.2vw;
    gap: 2.1333333333vw;
  }
  .nav-list:not(.child-nav) {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42.6666666667vw;
    padding: 9.8666666667vw 0;
    height: 186.6666666667vw;
    gap: 5.6vw;
  }
  .nav-list__item a:not(.child-nav-link) {
    font-size: 4vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
    background-color: white;
    width: 80.2666666667vw;
    height: 12.2666666667vw;
    border-radius: 6.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
  }
  .nav-list__item a.child-nav-link {
    font-size: 3.2vw;
    width: auto;
    height: 7vw;
    border-radius: 3.5vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .nav-list__item.close {
    display: block;
  }
  .nav-list__item.close .button--close {
    width: 22.6666666667vw;
    height: 6.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #dcdfe3;
    color: #5b3d42;
    font-size: 3.2vw;
    border-radius: 3.3333333333vw;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .nav-list__item.current a::after {
    bottom: -1.3333333333vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #5b3d42 transparent transparent transparent;
    border-width: 1.24vw calc(2.48vw / 2) 0 calc(2.48vw / 2);
  }
  .link-button {
    width: 22.6666666667vw;
    margin-left: auto;
  }
  .r-footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(136.6666735px, 17.3728813559vw, 205px);
    margin-bottom: clamp(26.666668px, 3.3898305085vw, 40px);
  }
  .r-footer .footer-top .footer_logo {
    width: clamp(105.66667195px, 13.4322033898vw, 158.5px);
    margin: 0;
  }
  .r-footer .footer-top .footer_logo img {
    width: 100%;
  }
  .r-footer .footer-top .footer-list {
    -ms-grid-columns: 1fr clamp(80.000004px, 10.1694915254vw, 120px) 1fr clamp(80.000004px, 10.1694915254vw, 120px) 1fr clamp(80.000004px, 10.1694915254vw, 120px) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 clamp(80.000004px, 10.1694915254vw, 120px);
    margin-bottom: 0;
  }
  .r-footer .footer-top .footer-list .footer-list__item {
    font-size: clamp(9.3333338px, 1.186440678vw, 14px);
  }
  .r-footer .border-box {
    width: clamp(106.666672px, 13.5593220339vw, 160px);
    font-size: clamp(9.3333338px, 1.186440678vw, 14px);
    font-weight: 400;
  }
  .r-footer .footer-bottom .section-inner {
    max-width: 120rem;
    padding-right: 5rem;
    padding-bottom: 6rem;
    padding-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .r-footer .footer-bottom .footer-sub-menu {
    margin-bottom: 0;
    -webkit-column-gap: clamp(26.666668px, 3.3898305085vw, 40px);
       -moz-column-gap: clamp(26.666668px, 3.3898305085vw, 40px);
            column-gap: clamp(26.666668px, 3.3898305085vw, 40px);
    width: clamp(500.000025px, 63.5593220339vw, 750px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
  }
  .r-footer .footer-bottom .footer-sub-menu li {
    font-size: 1.1rem;
    line-height: 2.8;
    letter-spacing: 0.55px;
  }
  .r-footer .footer-bottom .copyright__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main:before {
    background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/sp1-8.png);
    width: 100vw;
    height: 487.7189066667vw;
    top: -24.5333333333vw;
    opacity: 0;
  }
  .button {
    border-radius: 7.2vw;
    border-width: 0.5333333333vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.link-button, .button.faq-button, .button.button-accordion {
    font-size: 4vw;
    width: 89.3333333333vw;
    height: 14.4vw;
  }
  .button.link-button:after, .button.faq-button:after, .button.button-accordion:after {
    width: 2.2627466667vw;
    height: 2.2627466667vw;
    right: 5.3333333333vw;
  }
  .button.link-button.link-button--yellow, .button.link-button--yellow.faq-button, .button.link-button--yellow.button-accordion {
    width: 80.2666666667vw;
  }
  .button.link-button.link-button--blank, .button.link-button--blank.faq-button, .button.link-button--blank.button-accordion {
    width: 77.3333333333vw;
    padding-right: 8.6666666667vw;
  }
  .button.link-button.link-button--blank:after, .button.link-button--blank.faq-button:after, .button.link-button--blank.button-accordion:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 4vw;
  }
  .button.link-button.return-button.howto-return, .button.return-button.howto-return.faq-button, .button.return-button.howto-return.button-accordion {
    width: 80.2666666667vw;
    height: 14.4vw;
    border-radius: 7.2vw;
    font-size: 4vw;
  }
  .button.link-button.return-button, .button.return-button.faq-button, .button.return-button.button-accordion {
    width: 80.2666666667vw;
  }
  .button.link-button.return-button::before, .button.return-button.faq-button::before, .button.return-button.button-accordion::before {
    width: 2.2627466667vw;
    height: 2.2627466667vw;
    left: 5.3333333333vw;
  }
  .button.button-accordion {
    width: 71.4666666667vw;
    height: 14.4vw;
    border-radius: 7.2vw;
    font-size: 4vw;
  }
  .button.button-accordion::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 5.3333333333vw;
  }
  .button.download-button {
    width: 89.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.8vw;
    gap: 2.9333333333vw;
  }
  .button.download-button img {
    width: 5.8666666667vw;
  }
  .button.copy-button {
    font-size: 4vw;
    width: 80.2666666667vw;
    height: 12.2666666667vw;
    gap: 3.2vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.copy-button img {
    width: 4.8vw;
    height: 5.9066666667vw;
  }
  .button.code-button {
    width: 44vw;
    height: 29.3333333333vw;
    border-radius: 4.8893333333vw;
  }
  .button.code-button img {
    width: 5.8666666667vw;
    height: 7.2266666667vw;
  }
  .button.faq-button {
    width: 89.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.8vw;
    gap: 1.8666666667vw;
  }
  .button.faq-button img {
    width: 7.7333333333vw;
    height: 6.44vw;
  }
  .button.flexible {
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 7.2vw 0 4vw;
  }
  .button.flexible:after {
    right: 4vw;
  }
  .button.more-button {
    width: 69.6vw;
    height: 13.6vw;
    border-radius: 6.8vw;
    font-size: 6.6666666667vw;
    border: solid 0.5333333333vw #553f44;
    font-weight: bold;
  }
  .play-button {
    font-size: 1.6rem;
    width: 17rem;
    height: 17rem;
  }
  .section-inner {
    max-width: 108rem;
    margin: auto;
  }
  .section-title small {
    font-size: 4.8vw;
  }
  .section-title {
    width: 100vw;
    height: 27.0666666667vw;
    border-radius: 0;
    top: -27.0666666667vw;
    font-size: 5.6vw;
  }
  .section-title:before {
    background-image: url(/miraiseed/fansite/okulinkplus_update2025/assets/img/icon_section-title_sp.svg);
    width: 21.6vw;
    height: 19.7333333333vw;
    bottom: 0;
    left: 6.4vw;
  }
  .marker {
    font-size: 4.8vw;
  }
  .diagonal-text::before, .diagonal-text::after {
    position: absolute;
  }
  .diagonal-text::before {
    left: -8vw;
  }
  .diagonal-text::after {
    right: -7.4666666667vw;
  }
  .diagonal-text {
    font-size: 4vw;
  }
  .diagonal-text::before, .diagonal-text::after {
    margin: 0 0.45em;
  }
  .diagonal-text::after {
    right: -0.2666666667vw;
  }
  .diagonal-text:before {
    left: -1.0666666667vw;
  }
  .card-tag {
    gap: 1.8666666667vw;
  }
  .card-tag__item {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 3.7333333333vw;
    border-radius: 2.4vw 2.4vw 0 2.4vw;
  }
  .tag-list {
    gap: 1.6vw;
    margin-bottom: 10.6666666667vw;
  }
  .tag-list__item {
    font-size: 3.7333333333vw;
    padding: 1.2vw 3.7333333333vw;
    border-radius: 3.7333333333vw;
  }
  .js-details .js-summary {
    padding: 5.3333333333vw 4vw;
    font-size: 4vw;
    border-radius: 3.2vw;
  }
  .js-details .js-summary .summary_inner {
    font-size: 4vw;
    gap: 3.2vw;
  }
  .js-details .js-summary .summary_inner .summary-initial {
    width: 4.3184933333vw;
  }
  .js-details .js-summary .summary_inner .trigger-box {
    width: 6.4vw;
    height: 6.4vw;
  }
  .js-details .js-summary .summary_inner .icon {
    width: 2.4vw;
    height: 0.5333333333vw;
  }
  .js-details .js-summary .summary_inner .icon::before {
    width: 2.4vw;
    height: 0.5333333333vw;
  }
  .js-details .js-content {
    padding: 5.3333333333vw 4vw 6.9333333333vw;
    border-radius: 3.2vw;
  }
  .js-details .js-content .content_inner {
    gap: 2.6666666667vw;
  }
  .js-details .js-content .summary-answer {
    width: 4.3184933333vw;
  }
  .js-details .js-content p {
    font-size: 4vw;
  }
  .js-details .js-content .inner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: -7.4666666667vw;
  }
  .js-details.is-opened .js-summary {
    padding-bottom: 4vw;
  }
  .block-inner {
    max-width: 89.3333333333vw;
    padding: 0;
  }
  .other-block .block-inner {
    max-width: 100%;
    padding: 0 5.3333333333vw 17.3333333333vw;
  }
  .other-block .other-contents .other-contents__title {
    width: 44.8vw;
    margin-bottom: 10.6666666667vw;
  }
  .other-block .other-contents .banner-description {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 0.75em;
  }
  .other-block .other-contents .banner-top {
    margin-bottom: 11.7333333333vw;
  }
  .other-block .other-contents .banner-top .main-banner {
    border-radius: 1.6vw;
    border-width: 0.5333333333vw;
  }
  .other-block .other-contents .banner-top .main-banner img {
    border-radius: 1.6vw;
  }
  .other-block .other-contents .banner-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12vw;
  }
  .other-block .other-contents .banner-image,
  .other-block .other-contents .banner-list__link {
    border-radius: 1.6vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(91, 61, 66);
            box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(91, 61, 66);
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 6.122vw;
    height: 5.4406133333vw;
    top: 68%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 6.122vw;
    height: 5.4406133333vw;
  }
  .swiper-button-prev {
    left: -8vw;
  }
  .swiper-button-next {
    right: -8vw;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 2.2933333333vw;
    height: 2.2933333333vw;
    border-width: 0.5333333333vw;
  }
  .swiper-horizontal &gt; .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -8vw;
  }
  .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: 0.5333333333vw;
    margin: 0 1.0666666667vw;
  }
  ruby rt {
    -webkit-transform: translateY(1.3333333333vw);
            transform: translateY(1.3333333333vw);
  }
  .top .main-container::before {
    background-image: url(/miraiseed/fansite/kigyou_collabo_child/assets/img/bg-top_sp.png);
    background-size: 100%;
    width: 114.04444vw;
    height: 415.47216vw;
    top: 4.8vw;
    left: 51%;
  }
  .mv {
    padding-top: 2.6666666667vw;
  }
  .mv-inner {
    height: 100%;
    padding: 10.6666666667vw 0 43.0666666667vw;
  }
  .title-wrap {
    width: 100%;
    margin: 0 auto 8vw;
    right: auto;
  }
  .title-wrap img.mv-treat-2 {
    width: 8.3555333333vw;
    top: 1.3333333333vw;
    left: 19.2vw;
  }
  .title-wrap img.mv-treat-3 {
    width: 11.1424133333vw;
    top: 23.2vw;
    left: 7.7333333333vw;
  }
  .title-wrap img.mv-treat-4 {
    width: 10.57096vw;
    top: 23.2vw;
    right: 9.6vw;
  }
  .title-wrap img.flash-1 {
    width: 3.6114933333vw;
    top: -0.2666666667vw;
    left: 11.2vw;
  }
  .title-wrap img.flash-2 {
    width: 3.6114933333vw;
    top: 1.6vw;
    right: 20.5333333333vw;
    bottom: auto;
    left: auto;
  }
  .title-wrap img.flash-3 {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .title-wrap img.flash-4 {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .title-wrap img.flash-5 {
    width: 4.2519866667vw;
    top: 36vw;
    right: 6.4vw;
  }
  .title-wrap img.flash-6 {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .title-wrap img.flash-7 {
    width: 3.6114933333vw;
    top: 11.7333333333vw;
    right: 16vw;
  }
  .title-wrap img.flash-8 {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .title-wrap img.flash-9 {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .mv-title {
    width: 72.8127333333vw;
  }
  .mv-slides-wrap {
    width: 77.3333333333vw;
  }
  .mv-slides .slide-title:before, .mv-slides .slide-title:after {
    width: 6.2360666667vw;
    height: 7.0393066667vw;
  }
  .mv-slides .slide-title:before {
    left: -2.6666666667vw;
  }
  .mv-slides .slide-title:after {
    right: -3.7333333333vw;
  }
  .mv-slides .slide-title {
    font-size: 5.3333333333vw;
  }
  .archives {
    margin-top: 16vw;
    width: 89.3333333333vw;
  }
  .archives .archives__title {
    width: 82.6666666667vw;
    margin-bottom: 8.4vw;
  }
  .archives .archives__title img {
    width: 32.5333333333vw;
  }
  .archives-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    max-height: 240vw;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 11.7333333333vw;
  }
  .archives-list.active {
    max-height: 100%;
  }
  .archives-list__item {
    width: 72.8vw;
    border-radius: 4.84932vw;
    min-height: 74.1333333333vw;
    padding: 2.1333333333vw;
  }
  .archives-list__item:nth-child(odd) {
    margin-left: auto;
  }
  .archives-list__item:nth-child(even) {
    margin-right: auto;
  }
  .archives-list__item .past-link {
    border-radius: 3.2vw;
  }
  .archives-list__item .past-link.coming-soon &gt; svg {
    width: 36.5986933333vw;
  }
  .archives-list__item .archives-list__thumbnail {
    border-radius: 3.4925066667vw 3.4925066667vw 0 0;
    margin-bottom: 2.1333333333vw;
  }
  .archives-list__item .archives-corp {
    width: 56.9333333333vw;
    height: 10.6666666667vw;
    margin-bottom: 2.4vw;
  }
  .archives-list__item .archives-text {
    width: 60vw;
    font-size: 4vw;
    line-height: 1.47;
    padding-bottom: 0.8vw;
  }
  .archives-attention {
    font-size: 3.2vw;
    margin-top: 33.3333333333vw;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .top-illust.illust-1 {
    width: 23.8212133333vw;
    top: 45.8666666667vw;
    left: -10.9333333333vw;
  }
  .top-illust.illust-2 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .top-illust.illust-3 {
    width: 16.48708vw;
    top: 5.0666666667vw;
    right: -4.8vw;
  }
  .top-illust.illust-4 {
    width: 9.8899333333vw;
    top: 185.8666666667vw;
    left: 6.6666666667vw;
  }
  .top-illust.illust-5 {
    width: 19.95976vw;
    top: 204.5333333333vw;
    left: -3.7333333333vw;
  }
  .top-illust.illust-6 {
    width: 15.3602vw;
    right: auto;
    left: 4vw;
    top: 354.6666666667vw;
  }
  .top-illust.illust-7 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .top-illust.illust-8 {
    width: 26.7904666667vw;
    top: 261.3333333333vw;
    left: auto;
    right: 2.4vw;
  }
  .top-illust.illust-9 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .top-illust.illust-10 {
    width: 18.3748933333vw;
    right: 2.4vw;
    top: 136.8vw;
  }
  .top-illust.illust-11 {
    width: 18.3402666667vw;
    bottom: auto;
    left: auto;
    right: 5.3333333333vw;
    top: -10.6666666667vw;
  }
  .top-illust.illust-12 {
    width: 9.32856vw;
    right: 7.2vw;
    bottom: auto;
    top: 300.2666666667vw;
  }
  .top-illust.illust-13 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .top-illust.illust-14 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .top-illust.illust-15 {
    width: 21.10368vw;
    left: -3.7333333333vw;
    bottom: auto;
    top: 402.6666666667vw;
  }
  .top-illust.illust-16 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .top-illust.illust-17 {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .case .main-container {
    padding-bottom: 11.7333333333vw;
  }
  .detail .section-inner {
    padding: 8vw 5.3333333333vw 0;
  }
  .detail .detail-presents {
    border-bottom-width: 1.0666666667vw;
    margin-bottom: 8vw;
  }
  .detail .detail-presents__title {
    width: 63.3333333333vw;
  }
  .detail .course-tag {
    font-size: 4.5333333333vw;
    border-radius: 1.8666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .detail .detail-wrap__title {
    text-align: center;
    width: 100%;
    margin-right: auto;
    font-size: 4.8vw;
    margin-bottom: 3.7333333333vw;
  }
  .detail .detail-wrap__thumbnail {
    width: 77.0666666667vw;
    height: 41.8666666667vw;
    border-radius: 4.6666666667vw;
    padding: 1.7333333333vw;
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }
  .detail .detail-wrap__thumbnail:before {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
  .detail .highlight {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.1333333333vw;
    margin-right: auto;
    gap: 2.4vw;
  }
  .detail .highlight__title {
    width: 100%;
  }
  .detail .highlight__title img {
    width: 80vw;
  }
  .detail .highlight-list {
    border: none;
  }
  .detail .highlight-list__item {
    padding: 5.0666666667vw 0 5.0666666667vw 2.6666666667vw;
    font-size: 4.5333333333vw;
    gap: 4.2666666667vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .detail .highlight-list__item:first-child {
    padding-top: 0;
  }
  .detail .highlight-list__item:last-child {
    padding-bottom: 0;
  }
  .detail .highlight-list__item:before {
    margin-top: 4.2666666667vw;
  }
  .detail-illust.illust-1 {
    width: 9.2255066667vw;
    top: -6.1333333333vw;
    left: 48vw;
  }
  .detail-illust.illust-2 {
    top: -6.6666666667vw;
    right: 5.3333333333vw;
    width: 20.87496vw;
  }
  .detail-illust.illust-3 {
    width: 9.2255066667vw;
    top: 24.8vw;
    right: 4vw;
  }
  .sp_none {
    display: none !important;
  }
}
@media (hover: hover){
  a:not(.more-button):hover,
  a .add-to-cart-button:hover {
    opacity: 0.7;
  }
  a.more-button:hover img {
    -webkit-transform: translateX(25%) translateY(-50%);
            transform: translateX(25%) translateY(-50%);
  }
  .button.link-button:hover, .button.faq-button:hover, .button.button-accordion:hover {
    background-color: #fff8dc;
  }
  .button.link-button.link-button--yellow:hover, .button.link-button--yellow.faq-button:hover, .button.link-button--yellow.button-accordion:hover {
    background-color: #5b3d42;
    color: white;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: 0 0vw 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0vw 0 0 rgba(0, 0, 0, 0.2);
  }
  .button.link-button.link-button--yellow:hover:after, .button.link-button--yellow.faq-button:hover:after, .button.link-button--yellow.button-accordion:hover:after {
    border-color: white;
  }
  .button.download-button:hover {
    background-color: #5b3d42;
  }
  .button.copy-button:hover {
    opacity: 1;
    background-color: #05a9e2;
  }
  .button.faq-button:hover {
    background-color: #5b3d42;
  }
  .button.flexible:hover {
    opacity: 1 !important;
    -webkit-transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
            transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
    background-color: #f5da5b;
    -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
  }
  .button:hover {
    opacity: 1 !important;
    -webkit-transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
            transform: translateY(clamp(2.6666668px, 0.3389830508vw, 4px));
    background-color: #fff8dc;
    -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.2);
  }
  .play-button:hover {
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    color: #22554c;
  }
  .js-details .js-summary:hover {
    opacity: 0.7;
  }
}</pre></body></html>