@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/************/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

button {
  outline: none;
}

.sp-only {
  display: none;
}

.sp-only-b {
  display: none;
}

.pc-only {
  display: inline-block;
}

.pc-only-b {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
  .sp-only-b {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only-b {
    display: none;
  }
}
/*font-size　基準を1rem=10pxに設定*/
/*font-weight*/
/*font-family*/
.fl_space-betw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .fl_sp-w100 {
    width: 100% !important;
  }
}
html {
  scroll-behavior: smooth;
}

.top-logo {
  display: block;
  width: min(20vw, 120px);
}

@media only screen and (max-width: 768px) {
  .header_sp {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 99;
    padding: 2px 14px 0px 6px;
  }
  .c-header.open {
    height: 100%;
  }
  .c-header.open .header-wrap {
    height: 100%;
    background: rgba(255, 255, 255, 0);
  }
  .c-header.open .c-hamburger-menu__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .open.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    -webkit-transform: translate(2.5px, -1px) rotate(45deg);
            transform: translate(2.5px, -1px) rotate(45deg);
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
  }
  .open.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    -webkit-transform: translate(2.5px, 2px) rotate(-45deg);
            transform: translate(2.5px, 2px) rotate(-45deg);
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
  }
}
.header-wrap {
  margin: 0 auto;
  width: 100%;
  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;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) -10%, rgba(255, 255, 255, 0) 90%);
  padding: min(1.4vh, 15px) min(4.5vw, 85px) 0 min(1.1vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .header-wrap {
    top: 0;
    position: absolute;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #ffffff;
  }
}
.header-wrap .w_15 {
  width: 15vw;
}
@media only screen and (max-width: 768px) {
  .header-wrap .w_15 {
    width: inherit;
    z-index: 0;
  }
}
.header-wrap .sp_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header-wrap .sp_menu {
    display: block;
    width: auto;
  }
}

.c-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 38px;
}
@media only screen and (max-width: 768px) {
  .c-header {
    position: fixed;
  }
}
.c-header .sns_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-header .sns_sp {
    display: block;
    margin-top: min(3vh, 20px);
  }
  .c-header .sns_sp .manga {
    width: 59px;
    display: block;
    margin-bottom: min(4.3vh, 36px);
  }
}
.c-header .sns_sp .sns_title {
  font-size: 12px;
  line-height: 1;
  color: #3C4346;
  font-weight: 900;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 8px;
}

.c-header__logo {
  color: #000;
  width: min(14.5vw, 277px);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-header__logo {
    z-index: 99;
    width: 144px;
  }
}

.c-header__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 65px;
  font-size: min(0.9vw, 16px);
}
@media only screen and (max-width: 768px) {
  .c-header__list {
    font-size: 16px;
    margin: 0;
  }
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
  text-align: center;
  margin-left: min(2.2vw, 42px);
}
.c-header__list-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .c-header__list-item {
    margin: 0;
    line-height: 1;
    margin-bottom: min(2.1vh, 17px);
  }
}
.c-header__list-item a {
  color: #3C4346;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 5px 8px 5px;
}
@media only screen and (max-width: 768px) {
  .c-header__list-item a {
    font-size: 24px;
    font-weight: 900;
    padding: 0 0 5px 0;
  }
}
.c-header__list-item a::before {
  background: #0096FF;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-header__list-item a:hover {
  color: #0096FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__list-item.active a {
  color: #0096FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__list-item.active a::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (max-width: 768px) {
  .c-header__list-item.active a::before {
    display: none;
  }
}

.c-header__list-link {
  color: #231815;
  text-decoration: none;
  display: block;
  font-weight: 900;
  font-family: "Orbitron", sans-serif;
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    padding: min(8.5vh, 72px) 0 0 52px;
    position: absolute;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: #ffffff;
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000000;
  cursor: pointer;
  display: none;
  height: 100vh;
  height: -webkit-fill-available;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    height: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    margin-top: min(1vw, 16px);
    background-color: #3C4346;
    border-radius: 30px;
  }
}
.c-hamburger-menu__button-mark {
  background-color: #ffffff;
  display: block;
  height: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 16px;
  border-radius: 30px;
}

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

.sns_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sns_cont {
    width: 140px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sns_cont .manga {
  width: min(3.5vw, 66px);
  margin-right: min(1.1vw, 20px);
}

.x_web .icon_btn {
  background: #FA3C8C;
}

.icon_btn {
  width: min(2.1vw, 40px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0096FF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .icon_btn {
    width: 40px;
    margin: 0;
  }
}
.icon_btn::after {
  content: "";
  width: min(0.9vw, 16px);
  height: auto;
  aspect-ratio: 16/17;
  background-color: #ffffff;
  -webkit-mask: url(../img/icon_x.svg);
          mask: url(../img/icon_x.svg);
  -webkit-mask-size: cover;
}
@media screen and (max-width: 768px) {
  .icon_btn::after {
    width: 16px;
  }
}
.icon_btn.youtube::after {
  content: "";
  width: min(1.1vw, 20px);
  height: auto;
  aspect-ratio: 20/14;
  background-color: #ffffff;
  -webkit-mask: url(../img/youtube.svg);
          mask: url(../img/youtube.svg);
  -webkit-mask-size: cover;
}
@media screen and (max-width: 768px) {
  .icon_btn.youtube::after {
    width: 20px;
  }
}
.icon_btn.discord::after {
  content: "";
  width: min(1.1vw, 20px);
  height: auto;
  aspect-ratio: 21/16;
  background-color: #ffffff;
  -webkit-mask: url(../img/discord.svg);
          mask: url(../img/discord.svg);
  -webkit-mask-size: cover;
}
@media screen and (max-width: 768px) {
  .icon_btn.discord::after {
    width: 20px;
  }
}

.x_web .c-header__list-item a:hover {
  color: #FA3C8C;
}
.x_web .c-header__list-item a::before {
  background: #FA3C8C;
}
.x_web .c-header__list-item.active a {
  color: #FA3C8C;
}
.x_web .c-header__list-item.active a::before {
  background: #FA3C8C;
}

.landscape {
  display: none;
}
@media (orientation: landscape) and (max-width: 896px) {
  .landscape {
    font-family: "nitalago-ruika", sans-serif;
    font-size: 14px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.98);
    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;
  }
  .landscape p {
    line-height: 1;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .landscape {
    font-family: "nitalago-ruika", sans-serif;
    font-size: 14px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.98);
    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;
  }
  .landscape p {
    line-height: 1;
  }
}

.sp_dmm {
  display: inline-block !important;
  background: none !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .sp_dmm {
    display: none !important;
  }
}

#news {
  position: relative;
  width: 100%;
  min-height: 100vh;
  font-family: "nitalago-ruika", sans-serif;
}
#news #contents {
  position: relative;
  z-index: 100;
  width: 100%;
}

#x footer.footer_terms {
  background: #FA3C8C;
}

#footer {
  z-index: 9;
  position: relative;
  background-color: #ffffff;
}
#footer .fadeover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(20px, 3.5vw, 40px) 0 clamp(40px, 3.5vw, 60px) 0;
}
@media only screen and (max-width: 768px) {
  #footer .fadeover {
    margin: clamp(20px, 3.5vw, 40px) auto clamp(40px, 3.5vw, 60px) auto;
    width: 90%;
  }
}
#footer .fadeover li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 min(2.2vw, 10px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .fadeover li {
    margin: 0 min(1.2vw, 10px);
  }
}

footer {
  font-family: "nitalago-ruika", sans-serif;
  z-index: 999;
}
footer.footer_terms {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #3C4346;
  height: auto;
  color: #ffffff;
  padding: 20px 0 14px 0;
}
footer.footer_terms li {
  margin: 0 12px !important;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  footer.footer_terms .copy {
    margin-top: 0;
  }
}
footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
footer .footer_wrap .footer_l {
  width: 50%;
}
footer .footer_wrap .footer_r {
  width: 50%;
}
footer .footer_wrap a {
  cursor: pointer;
}
footer .x_btn {
  height: auto;
  width: min(20.9vw, 400px);
  border-radius: 32px;
  aspect-ratio: 400/64;
  background: #fff;
  border: 4px solid #0096ff;
  color: #0096ff;
  line-height: 1;
  font-size: min(1.1vw, 20px);
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: min(2.1vw, 40px);
  position: relative;
}
footer .x_btn .icon_btn {
  width: min(2.55vw, 38px);
  height: min(2.55vw, 38px);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00FF9D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .x_btn .icon_btn::after {
  content: "";
  width: min(0.9vw, 16px);
  height: auto;
  aspect-ratio: 16/17;
  background-color: #000000;
  -webkit-mask: url(../img/icon_x.svg);
          mask: url(../img/icon_x.svg);
  -webkit-mask-size: cover;
}
footer .x_btn:hover .icon_btn {
  width: min(2.55vw, 38px);
  height: min(2.55vw, 38px);
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00FF9D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .x_btn:hover .icon_btn::after {
  content: "";
  width: min(0.9vw, 16px);
  height: auto;
  aspect-ratio: 16/17;
  background-color: #000000;
  -webkit-mask: url(../img/icon_x.svg);
          mask: url(../img/icon_x.svg);
  -webkit-mask-size: cover;
}

.environment {
  width: 100%;
  background-color: #eeeeee;
  padding: 30px 0;
}
.environment .environment_cont {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.environment .environment_cont .envi_list {
  width: 50%;
}

.fp-viewing-section1 .footer_regist {
  z-index: 0;
}

.footer_regist {
  position: fixed;
  z-index: 998;
  bottom: 0;
  position: absolute;
  height: min(11.5vh, 124px);
}
@media only screen and (max-width: 768px) {
  .footer_regist {
    height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_regist .switch_sp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}
@media only screen and (max-width: 768px) {
  .footer_regist .switch_sp_none {
    pointer-events: none;
  }
}
.footer_regist .footer_regist_wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 999;
  width: min(71.1vw, 1364px);
}
@media only screen and (max-width: 768px) {
  .footer_regist .footer_regist_wrap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
}
.footer_regist .footer_regist_wrap .f_reg_l {
  width: 49.3%;
}
@media only screen and (max-width: 768px) {
  .footer_regist .footer_regist_wrap .f_reg_l {
    width: 65%;
  }
}
.footer_regist .footer_regist_wrap .f_reg_r {
  width: 50.7%;
  text-align: center;
}
.footer_regist .footer_regist_wrap .f_reg_r .main_btn_wrap {
  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;
}
.footer_regist .footer_regist_wrap .f_reg_r .main_btn_wrap div {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .footer_regist .footer_regist_wrap .f_reg_r .main_btn_wrap div {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_regist .footer_regist_wrap .f_reg_r {
    width: 35%;
  }
  .footer_regist .footer_regist_wrap .f_reg_r img {
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_regist .footer_regist_wrap .f_reg_r .regist_btn {
    margin: 0 auto;
  }
}

.c-text {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: min(11.5vh, 124px);
  background-color: #0096FF;
}
.c-text.x_web {
  background-color: #FA3C8C;
}
.c-text__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .c-text__item img {
    height: 70px;
  }
}

.c-text:not(.no-tick) .c-text__item:nth-child(odd) {
  -webkit-animation: MoveLeft var(--tick-duration, 18s) var(--tick-delay, -9s) infinite linear;
          animation: MoveLeft var(--tick-duration, 18s) var(--tick-delay, -9s) infinite linear;
  -webkit-animation-fill-mode: inherit;
          animation-fill-mode: inherit;
}

.c-text--reverse:not(.no-tick) .c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 18s) var(--tick-delay, -9s) infinite linear reverse;
  -webkit-animation-fill-mode: inherit;
          animation-fill-mode: inherit;
}

.c-text:not(.no-tick) .c-text__item:nth-child(even) {
  -webkit-animation: MoveLeft2 var(--tick-duration, 18s) infinite linear;
          animation: MoveLeft2 var(--tick-duration, 18s) infinite linear;
  -webkit-animation-fill-mode: inherit;
          animation-fill-mode: inherit;
}

.c-text--reverse:not(.no-tick) .c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 18s) infinite linear reverse;
  -webkit-animation-fill-mode: inherit;
          animation-fill-mode: inherit;
}

.p-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@-webkit-keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.regist_text_footer {
  width: min(31.9vw, 612px);
  height: auto;
  aspect-ratio: 612/95;
  display: block;
  background: url(../img/regist_text_footer2.webp);
  background-size: 72%;
  background-position: left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .regist_text_footer {
    width: min(24.1vw, 538px);
  }
}
@media only screen and (max-width: 768px) {
  .regist_text_footer {
    width: 100%;
    height: 56px;
    aspect-ratio: inherit;
    -webkit-box-sizing: 70%;
            box-sizing: 70%;
    background-position-y: center;
  }
}
.regist_text_footer picture {
  width: 60.2%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.regist_text_footer:hover picture {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.regist_text_footer .arrow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .regist_text_footer .arrow_wrap {
    width: 100%;
  }
}
.regist_text_footer .arrow_wrap .arrow {
  width: 16%;
  height: auto;
  aspect-ratio: 8/12;
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-mask: url(../img/regist_arrow.svg);
          mask: url(../img/regist_arrow.svg);
  -webkit-mask-size: cover;
  -webkit-animation: move 1.3s infinite;
          animation: move 1.3s infinite;
  margin: 0 3px;
}
@media only screen and (max-width: 768px) {
  .regist_text_footer .arrow_wrap .arrow {
    width: 4%;
    -webkit-animation: inherit;
            animation: inherit;
  }
  .regist_text_footer .arrow_wrap .arrow:first-child, .regist_text_footer .arrow_wrap .arrow:nth-child(2n) {
    display: none;
  }
}
.regist_text_footer .arrow:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.regist_text_footer .arrow:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/********* アコーディオンQA ********/
/* 必須 */
.accordion-content {
  display: none;
}

/* 装飾用 */
.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}

/********* ニュース ********/
/********* ニュース2 ********/
/******** タブ ********/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 0 auto;
  text-align: center;
}

/*タブのスタイル*/
.tab_item {
  width: min(17vw, 220px);
  display: inline-block;
  text-align: center;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: bold;
  background-color: #acacac;
  color: #ffffff;
  max-width: 220px;
  min-width: 150px;
  padding: 5px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000000;
  color: #fff;
}

/******** フェードUP ********/
.fadeIn {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.delay01s {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay02s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay03s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay04s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay06s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay07s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay09s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.fadeUp.is-animated {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/******** 無限スクロール ********/
.infinite-list {
  display: -ms-grid;
  display: grid;
  gap: min(1vw, 30px);
}
@media only screen and (max-width: 768px) {
  .infinite-list {
    gap: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .infinite-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.infinite-list li {
  opacity: 1;
  -webkit-animation-name: displayContent;
          animation-name: displayContent; /* ふわっと表示させる場合 */
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* ふわっと表示させる場合 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* ふわっと表示させる場合 */
}

.infinite-list li.is-hidden {
  opacity: 0; /* ふわっと表示させる場合 */
  display: none;
  height: 0;
  margin: 0;
}

.more {
  text-decoration: none;
  color: #0000FF;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(10px, 3.5vw, 30px) auto 0 auto;
  border-bottom: 1px solid #0000FF;
  line-height: 1.5;
}
.more span {
  margin-left: 4px;
}

.more:hover {
  border-bottom: 1px solid transparent;
}

@-webkit-keyframes displayContent { /* ふわっと表示させる場合 */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayContent { /* ふわっと表示させる場合 */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******** カテゴリ分類（レイアウト） ********/
.sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 20px;
}

.sort-btn li {
  background: #eee;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px;
}

.sort-btn li.active { /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  background: #ccc;
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
  .sort-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sort-btn li {
    width: 48%;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
/*＝＝＝Muuriのレイアウトのための調整 */
.category-grid.grid {
  position: relative; /*並び替えの基準点を指定*/
}
.category-grid.grid .item {
  display: block;
  position: absolute;
  width: 33%; /*横並びで3つ表示*/
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .category-grid.grid .item {
    width: 49.5%; /*横並びで2つ表示*/
  }
}
.category-grid.grid .item .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.category-grid.grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/******** クリック開閉 ********/
.btn_close {
  display: none;
}

.btn_open {
  max-width: 140px;
  width: 48%;
  padding: 10px 0;
  background: #404040;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 7px;
  font-size: 12px;
  cursor: pointer;
}

.E {
  display: none;
}

.x_web .hide.detail .splide__slide.is-active {
  border-color: #FA3C8C;
}
@media only screen and (max-width: 768px) {
  .x_web .hide.detail .splide__slide.is-active {
    border-color: #A0A9C9 !important;
  }
}
@media only screen and (max-width: 768px) {
  .x_web .hide.detail .splide__slide:hover {
    border-color: #FA3C8C !important;
  }
}
.x_web .hide.detail .team_title {
  width: calc(100% - 10px);
  height: auto;
  background: url(../img/x/team_title.webp);
  aspect-ratio: 540/30;
  background-size: contain;
  background-repeat: no-repeat;
}
.x_web .hide .splide__slide {
  border: min(0.22vw, 3px) solid #A0A9C9;
}
@media only screen and (max-width: 768px) {
  .x_web .hide .splide__slide {
    border: none;
  }
}
.x_web .hide .splide__slide:hover {
  border-color: #FA3C8C;
}

.hide {
  height: auto;
  width: min(58.7%, 946px);
  aspect-ratio: 946/100;
  position: absolute;
  bottom: 0;
  top: 51.6%;
  margin: auto;
  right: 60px;
  overflow: hidden;
  z-index: 999;
}
.hide picture, .hide .team_title {
  display: none;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .hide {
    top: 44.6% !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide {
    height: auto;
    width: 100%;
    aspect-ratio: inherit;
    position: absolute;
    bottom: 198px;
    top: inherit;
    margin: auto;
    right: 0;
    left: 0;
    overflow: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 999;
  }
}
.hide.detail {
  width: min(35%, 550px);
  height: auto;
  aspect-ratio: 550/142;
  top: 45%;
  bottom: 0;
  right: initial;
  left: min(4.7vw, 90px);
  z-index: 998;
}
.hide.detail #thumbnail-carousel_04, .hide.detail #thumbnail-carousel_07 {
  left: 0% !important;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .hide.detail {
    top: 41% !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide.detail {
    width: 100%;
    height: 50px;
    aspect-ratio: inherit;
    top: initial;
    bottom: 209px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.hide.detail picture {
  display: block;
  top: min(22.3vh, 240px);
  width: min(12.5vw, 240px);
  margin-bottom: 8px;
}
.hide.detail picture.sirius {
  margin-left: -6%;
}
.hide.detail picture.colorful {
  margin-left: -6%;
}
.hide.detail picture.chaos {
  margin-left: -3%;
}
.hide.detail picture.insca {
  margin-left: 0%;
}
.hide.detail picture.treble {
  margin-left: -1%;
}
.hide.detail picture.pyxis {
  margin-left: -5%;
}
.hide.detail picture.pre {
  margin-left: 0%;
}
@media only screen and (max-width: 768px) {
  .hide.detail picture {
    display: none;
  }
}
.hide.detail .team_title {
  width: calc(100% - 10px);
  height: auto;
  background: url(../img/team_title.webp);
  aspect-ratio: 540/30;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  color: #ffffff;
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  .hide.detail .team_title {
    display: none;
  }
}
.hide.detail .open_thum {
  display: none;
}
.hide.detail .splide__slide {
  height: min(5.2vw, 100px);
  aspect-ratio: 100/100;
  border: min(0.22vw, 3px) solid #A0A9C9;
  background-size: 165% !important;
  background-position: 50% -1% !important;
}
@media only screen and (max-width: 768px) {
  .hide.detail .splide__slide:hover {
    border-color: #0096FF !important;
  }
}
.hide.detail .splide__slide.is-active {
  border-color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .hide.detail .splide__slide.is-active {
    border-color: #A0A9C9;
  }
}
@media only screen and (max-width: 768px) {
  .hide.detail .splide__slide {
    aspect-ratio: 1/1;
    margin: 0;
    border: none;
    width: 16.8%;
    height: auto;
    border: 2px solid #A0A9C9;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hide.detail .splide__slide::after {
    background-color: #ffffff;
  }
}
.hide.detail .splide__track {
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .hide.detail .splide__track .splide__list {
    width: min(79.5%, 310px);
    margin: auto !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .hide.detail .splide__track .splide__list .splide__slide {
    margin: 0 12px;
  }
  .hide.detail .splide__track .splide__list .splide__slide:first-child {
    margin: 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .hide .splide__list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hide .splide__slide {
  height: min(5.2vw, 100px);
  aspect-ratio: 170/100;
  border: min(0.22vw, 3px) solid #A0A9C9;
  border-radius: min(0.8vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 min(0.6vw, 10px);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.hide .splide__slide:hover {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  border-color: #0096FF;
}
.hide .splide__slide::after {
  content: "";
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .hide .splide__slide::after {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .hide .splide__slide {
    aspect-ratio: 78/217;
    margin: 0;
    border: none;
    width: 20%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hide .team_title {
    display: none;
  }
}

.chara_d_wrap {
  position: relative;
  width: min(84vw, 1612.8px);
  height: auto;
  aspect-ratio: 1612.8/1132.5;
  color: #3C4346;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap {
    width: 100vw;
    height: 100%;
    aspect-ratio: inherit;
  }
}
.chara_d_wrap .chara_d_modal {
  position: absolute;
  height: auto;
  width: min(11.1vw, 213px);
  display: block;
  aspect-ratio: 213/302;
  top: 0;
  bottom: min(21%, 232px);
  left: min(53%, 852px);
  right: 0;
  margin: auto;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_modal {
    height: auto;
    width: 112px;
    display: block;
    aspect-ratio: 213/302;
    top: 239px;
    bottom: inherit;
    left: 15px;
    right: inherit;
  }
}
.chara_d_wrap .chara_d_modal .d_modal_cont {
  position: relative;
}
.chara_d_wrap .chara_d_modal .d_modal_cont .icon_modal {
  position: absolute;
  width: 14.1%;
  height: auto;
  right: 0;
  top: -12px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_modal .d_modal_cont .icon_modal {
    top: -5px;
  }
}
.chara_d_wrap .chara_d_modal .d_modal_cont a {
  cursor: pointer;
  width: 93.9%;
  height: auto;
  aspect-ratio: 200/125;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #3C4346;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_modal .d_modal_cont a {
    width: 97%;
    margin-top: 0;
    margin-bottom: 10px;
    border: 2px solid #3C4346;
  }
}
.chara_d_wrap .chara_d_modal .d_modal_cont a img {
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_modal .d_modal_cont a img {
    width: 100%;
  }
}
.chara_d_wrap .chara_d_modal .d_modal_cont a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.chara_d_wrap .chara_d_cont {
  position: absolute;
  width: min(28.2vw, 540px);
  height: min(38.9vh, 420px);
  display: block;
  aspect-ratio: 410/420;
  top: -32%;
  bottom: 0;
  left: calc(min(4.7vw, 90px) + 10px);
  margin: auto;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .chara_d_wrap .chara_d_cont {
    top: -34%;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_cont {
    height: 300px;
    width: inherit;
    aspect-ratio: inherit;
    left: 15px;
    bottom: inherit;
    top: 30px;
  }
}
.chara_d_wrap .chara_d_cont .school {
  background-color: #3C4346;
  border-radius: 5px;
  color: #ffffff;
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  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;
  line-height: 1;
  padding: 5px 10px 4px 10px;
  margin-bottom: min(1.5vh, 16px);
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_cont .school {
    font-size: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 4px 8px 4px 8px;
    margin-bottom: 8px;
  }
}
.chara_d_wrap .chara_d_cont .ruby {
  font-family: "Orbitron", sans-serif;
  font-size: min(0.9vw, 16px);
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: min(1.5vh, 16px);
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_cont .ruby {
    display: none;
  }
}
.chara_d_wrap .chara_d_cont h3 {
  font-size: min(2.1vw, 40px);
  font-weight: 100;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_cont h3 {
    font-size: 20px;
    top: 68px;
    line-height: 1.2;
    min-height: 48px;
    margin-bottom: 10px;
  }
}
.chara_d_wrap .chara_d_cont .lines {
  font-size: min(0.9vw, 16px);
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_cont .lines {
    display: none;
  }
}
.chara_d_wrap .chara_d_cont .lines span {
  margin-bottom: 10px;
  display: block;
}
.chara_d_wrap .chara_d_cont .lines span:last-child {
  margin-bottom: 0;
}
.chara_d_wrap .chara_d_cont picture {
  display: block;
  position: absolute;
  top: min(22.3vh, 240px);
  width: min(12.5vw, 240px);
}
.chara_d_wrap .chara_d_cont picture.sirius {
  left: -10%;
}
.chara_d_wrap .chara_d_cont picture.colorful {
  left: -10%;
}
.chara_d_wrap .chara_d_cont picture.chaos {
  left: -10%;
}
.chara_d_wrap .chara_d_cont picture.insca {
  left: -10%;
}
.chara_d_wrap .chara_d_cont picture.treble {
  left: -10%;
}
.chara_d_wrap .chara_d_cont picture.pyxis {
  left: -10%;
}
.chara_d_wrap .chara_d_cont picture.pre {
  left: -10%;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .chara_d_cont picture {
    display: none;
  }
}
.chara_d_wrap .pic_chara {
  width: 77%;
  height: 77%;
  display: block;
  position: absolute;
  right: calc(min(32.3vw, 620px) + 0%);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .chara_d_wrap .pic_chara {
    width: 100% !important;
    height: auto !important;
    -webkit-box-align: 780/1522;
        -ms-flex-align: 780/1522;
            align-items: 780/1522;
    top: 0;
    right: 0;
    -webkit-transform: translate(0%, -9%);
            transform: translate(0%, -9%);
  }
}
.chara_d_wrap .pic_chara img {
  width: 100%;
  height: 100%;
  display: block;
}

.open_thum {
  background-color: #3C4346;
  border-radius: 5px;
  height: auto;
  width: min(1.6vw, 30px);
  aspect-ratio: 30/100;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.open_thum::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: min(0.6vw, 11px);
  height: auto;
  aspect-ratio: 11/20;
  background-image: url(../img/thum_arrow.svg);
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.open_thum.open::after {
  position: absolute;
  content: "";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .open_thum {
    display: none;
  }
}

.profile_wrap {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #0096FF;
  border-top: 1px solid #0096FF;
  padding: min(1.7vh, 18px) 18px;
  margin-bottom: min(1.7vh, 18px);
}
@media only screen and (max-width: 768px) {
  .profile_wrap {
    background: transparent;
    padding: 0;
    border: none;
  }
}
.profile_wrap li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 768px) {
  .profile_wrap li {
    margin-bottom: 5px;
  }
}
.profile_wrap li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .profile_wrap li.column1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile_wrap li.column1 span {
    width: 100%;
    margin-top: 0px;
  }
}
.profile_wrap li p {
  font-size: 12px;
  font-weight: 100;
  color: #ffffff;
  border-radius: 2px;
  background: #0096ff;
  width: 80px;
  height: auto;
  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-right: 10px;
}
@media only screen and (max-width: 768px) {
  .profile_wrap li p {
    color: #0096ff;
    background: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 4px;
    font-size: 10px;
  }
}
.profile_wrap li span {
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  color: #3C4346;
}
@media only screen and (max-width: 768px) {
  .profile_wrap li span {
    font-size: 11px;
  }
}

.body_terms .c-header {
  background-color: rgb(255, 255, 255);
}
.body_terms .c-header .header-wrap {
  background-color: #ffffff;
}

#terms {
  padding: 40px 0 80px 0;
}

.terms_wrap {
  padding: 146px 30px 40px 30px;
  width: min(92vw, 1000px);
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #3C4346;
}
@media only screen and (max-width: 768px) {
  .terms_wrap {
    width: 100%;
    padding: 76px 20px 40px 20px;
  }
}
.terms_wrap h1 {
  margin: 0 0 80px 0;
  text-align: center;
  font-size: clamp(26px, 2.1vw, 40px);
  font-weight: 100;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .terms_wrap h1 {
    margin: 0 0 40px 0;
  }
}
.terms_wrap .sub_title {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: clamp(26px, 2.1vw, 40px);
  font-weight: 100;
  line-height: 1;
  background-color: #3C4346;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 0;
}
.terms_wrap .sub_txt {
  padding: 0 0 30px 0;
}
.terms_wrap .terms_cont {
  margin-bottom: 30px;
  word-wrap: break-word;
}
.terms_wrap .terms_cont h2 {
  margin-bottom: 2vh;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 100;
}
.terms_wrap .terms_cont .terms_txt2 {
  margin: 2% 0 0 1%;
}
.terms_wrap .terms_cont .terms_txt2 p {
  margin-bottom: 5px;
}
.terms_wrap .terms_cont .policy_txt2_cont {
  margin-top: 3%;
}
.terms_wrap .terms_cont .terms_ul.no_s {
  margin-bottom: 40px;
}
.terms_wrap .terms_cont .terms_ul.no_s li {
  list-style-type: none;
}
.terms_wrap .terms_cont .terms_ul.news {
  margin-bottom: 40px;
}
.terms_wrap .terms_cont .terms_ul.news li {
  list-style-type: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .terms_wrap .terms_cont .terms_ul.news li {
    margin: 0 0 40px 0;
  }
}
.terms_wrap .terms_cont .terms_ul.news li p {
  margin-bottom: 20px;
}
.terms_wrap .terms_cont .terms_ul.news li .terms_txt2 p {
  margin-bottom: 0px;
}
.terms_wrap .terms_cont .terms_ul.news a {
  color: #0096FF;
}
.terms_wrap .terms_cont .terms_ul li {
  list-style-position: outside;
  list-style-type: auto;
  margin: 0 0 14px 24px;
}
@media only screen and (max-width: 768px) {
  .terms_wrap .terms_cont .terms_ul li {
    margin: 0 0 14px 20px;
  }
}
.terms_wrap .terms_cont .terms_ul li .ind {
  text-indent: 38px;
}
.terms_wrap .terms_cont .terms_ul2 li {
  list-style-position: outside;
  list-style-type: initial;
  margin-left: 5%;
  margin-bottom: 0;
}

.pagenation_block {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .pagenation_block {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
    margin-top: min(25%, 90px);
  }
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* グリッド幅(数) */
  color: #A0A9C9;
  font-size: 16px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}
.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li.navi-active {
  color: #0096FF;
}
.pagination .first, .pagination .last {
  background-color: #cccccc;
  display: none;
}
.pagination .page {
  width: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .next {
  margin-left: 28px;
}
.pagination .prev {
  margin-right: 28px;
}

.pagenation_arrow {
  width: 26px;
}

.post a {
  display: block;
}
.post a:hover .post_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .post a:hover .post_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.post .post_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 330/190;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #0096FF;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .post .post_img {
    aspect-ratio: 330/170;
    position: relative;
  }
}
.post .post_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .post .post_img img {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
}
.post .post_txt_wrap {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .post .post_txt_wrap {
    margin-top: 4px;
  }
}
.post .post_txt_wrap .time {
  display: block;
  font-size: 12px;
  color: #A0A9C9;
  font-weight: 600;
  font-family: "Orbitron", sans-serif;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .post .post_txt_wrap .time {
    font-size: 10px;
    margin-top: 3px;
    line-height: 1;
  }
}
.post .post_txt_wrap .post_txt {
  font-size: min(0.9vw, 16px);
  font-weight: 600;
  font-family: "nitalago-ruika", sans-serif;
  color: #3C4346;
  overflow: hidden;
  min-height: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 768px) {
  .post .post_txt_wrap .post_txt {
    font-size: 12px;
    font-weight: 100;
  }
}

#modal_r01 .js_modalClose {
  top: 0px;
  right: -10%;
}

.js_modalBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.js_modalBtnCont {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.js_modalWrap {
  display: none;
  z-index: 1010;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap video {
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .js_modalWrap video {
    max-width: 360px;
  }
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  text-align: center;
  max-height: 600px;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.x_web .js_modalClose {
  background-image: url(../img/x/icon_modal.svg);
  background-size: contain;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 0;
  right: -7%;
  width: min(2.6vw, 50px);
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: url(../img/icon_modal.svg);
  background-size: contain;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
@media only screen and (max-width: 768px) {
  .js_modalClose {
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    top: -37px;
    right: 0.5px;
  }
}

.ly_inner {
  width: 100%;
}
.ly_inner img {
  -webkit-box-shadow: 10px 16px 14px -7px rgba(0, 0, 128, 0.2);
          box-shadow: 10px 16px 14px -7px rgba(0, 0, 128, 0.2);
}

.md_textblock > * + * {
  margin-top: 10px;
}

.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}

.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js_modalCont iframe {
  width: 55.2vw;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  .js_modalCont iframe {
    width: 86vw;
  }
}

@media only screen and (max-width: 768px) {
  .js_modalCont img {
    width: 86vw;
    max-width: inherit;
  }
}

.modal_contact {
  background-color: #ffffff;
  border-radius: 12px;
  width: min(88vw, 600px);
  max-width: 600px;
  display: block;
  padding: 5% 5%;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #333333;
  text-align: left;
}
.modal_contact p {
  margin-bottom: 1.5vh;
  font-size: 18px;
  font-weight: 700;
  color: #0096FF;
}
.modal_contact span {
  margin: 20px 0 30px 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.modal_contact .contact_text {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .modal_contact .contact_text {
    line-height: 1.7;
  }
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  aspect-ratio: 26/40;
  align-items: center;
  position: absolute;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: min(1.6vw, 30px);
  height: auto;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .splide__arrow {
    width: 26px;
  }
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
  background: url(../img/arrow--prev.webp) no-repeat 50% top/cover;
}

.x_web .splide__arrow--prev {
  left: 1em;
  background: url(../img/x/arrow--prev.webp) no-repeat 50% top/cover;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
  background: url(../img/arrow--next.webp) no-repeat 50% top/cover;
}

.x_web .splide__arrow--next {
  right: 1em;
  background: url(../img/x/arrow--next.webp) no-repeat 50% top/cover;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #A0A9C9;
  border: 0;
  display: inline-block;
  height: auto;
  width: min(0.9vw, 17px);
  aspect-ratio: 1/1;
  background: url(../img/pagination.svg) no-repeat 50% top/cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 min(0.6vw, 10px);
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .splide__pagination__page {
    width: 14px !important;
    margin: 15px 10px !important;
  }
}

.splide__pagination__page.is-active {
  height: auto;
  width: min(0.9vw, 17px);
  aspect-ratio: 1/1;
  background: url(../img/pagination_active.png) no-repeat 50% top/cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .splide__pagination__page.is-active {
    width: 14px !important;
  }
}

.x_web .splide__pagination__page.is-active {
  height: auto;
  width: min(0.9vw, 17px);
  aspect-ratio: 1/1;
  background: url(../img/x/pagination_active.png) no-repeat 50% top/cover;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#section01.teaser01 {
  font-family: "nitalago-ruika", sans-serif;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: url("../img/teaser/bg.webp") center/cover;
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 {
    min-height: inherit;
    height: 100vh;
    height: -webkit-fill-available;
    background: url("../img/teaser/bg_sp.webp") center/cover;
  }
}
#section01.teaser01 .teaser_title {
  line-height: 1;
  width: min(46.1vw, 884px);
  height: auto;
  aspect-ratio: 884/307;
  margin: 0 auto min(2.3vh, 24px) auto;
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 .teaser_title {
    width: 360px;
    margin-top: 10px;
  }
}
#section01.teaser01 .teaser_subtitle {
  line-height: 1;
  margin: 10px auto 0 auto;
  width: min(24.3vw, 465px);
  height: auto;
  aspect-ratio: 465/48;
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 .teaser_subtitle {
    width: 305px;
  }
}
#section01.teaser01 .teaser_title_wrap {
  position: absolute;
  top: min(6.5vh, 70px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 .teaser_title_wrap {
    top: 38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
  }
}
#section01.teaser01 .teaser_cont {
  position: absolute;
  position: absolute;
  right: 0;
  left: 0;
  bottom: min(3.1vh, 33px);
  margin: 0 auto;
  width: 100%;
  color: #3C4346;
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 .teaser_cont {
    bottom: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
  }
}
#section01.teaser01 .offer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01.teaser01 .offer_wrap .offer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  line-height: 1.7;
  margin: 0 min(1.1vw, 20px);
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 .offer_wrap .offer {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#section01.teaser01 .offer_wrap .offer p {
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  #section01.teaser01 .offer_wrap .offer p {
    font-size: 10px;
  }
}

.teaser_x {
  width: min(25vw, 480px);
  height: auto;
  aspect-ratio: 480/160;
  display: block;
  background: url(../img/teaser/teaser_x.webp);
  background-size: cover;
  margin: 0 auto min(2.3vh, 24px) auto;
}
.teaser_x:hover {
  background: url(../img/teaser/teaser_x_on.webp);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .teaser_x {
    width: 336px;
    height: auto;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 768px) {
  body.Android .container.chara0715 .splide__track--fade > .splide__list > .splide__slide {
    height: 100vh !important;
  }
  body.Android .container.chara0715 .splide-wrapper .thumbnail-carousel {
    bottom: 212.52px !important;
  }
  body.Android .container.chara0715 .hide {
    bottom: 259.38px !important;
  }
  body.Android .container.chara0715 .hide.detail {
    bottom: 269.28px !important;
  }
  body.Android #section01 .main_cont .main_title {
    top: 240px !important;
  }
  body.Android #section01 .scroll::after {
    top: 35px !important;
  }
}

.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.fullpage-wrapper .fp-section .fp-slidesContainer {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

#page {
  position: relative;
  width: 100%;
  font-family: "nitalago-ruika", sans-serif;
}
#page #contents {
  position: relative;
  z-index: 100;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section {
    min-height: inherit;
    height: 100vh;
    height: -webkit-fill-available !important;
  }
}

.fp-viewing-home .footer_regist {
  z-index: -1;
  -webkit-transition: 0s;
  transition: 0s;
}

#section01 {
  background-color: #ffffff;
}

.bg_media {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_media video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg_pattern {
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern_l.webp);
  background-size: 24px;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bg_pattern {
    background-size: 14px;
  }
}

.world_wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .world_wrap {
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    position: relative;
    left: 0;
    top: 0;
  }
}

#slider-6 {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #slider-6 {
    height: 100vh;
    height: -webkit-fill-available;
  }
}
#slider-6 .world_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}
#slider-6 .world_cont .world_img {
  overflow: hidden;
  width: 50%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}
#slider-6 .world_cont .world_img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  height: 100vh;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    height: 100vh;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgb(255, 255, 255)), color-stop(36%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 36%);
  }
}
#slider-6 .world_cont .world_img.img_01.lazyloaded {
  background: center/cover no-repeat url("../img/world_01_0715.webp");
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_01.lazyloaded {
    background: top/100% no-repeat url("../img/world_01_sp_0715.webp");
  }
}
#slider-6 .world_cont .world_img.img_02.lazyloaded {
  background: center/cover no-repeat url("../img/world_02.webp");
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_02.lazyloaded {
    background: top/100% no-repeat url("../img/world_02_sp.webp");
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_02::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  }
}
#slider-6 .world_cont .world_img.img_03.lazyloaded {
  background: center/cover no-repeat url("../img/world_03.webp");
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_03.lazyloaded {
    background: top/100% no-repeat url("../img/world_03_sp.webp");
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_03::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  }
}
#slider-6 .world_cont .world_img.img_04.lazyloaded {
  background: center/cover no-repeat url("../img/world_04.webp");
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_04.lazyloaded {
    background: top/100% no-repeat url("../img/world_04_sp.webp");
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_img.img_04::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  }
}
#slider-6 .world_cont .world_text {
  width: 50%;
  height: 100%;
  position: relative;
  color: #3C4346;
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_text {
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 100vh;
    height: -webkit-fill-available;
  }
}
#slider-6 .world_cont .world_text .world_text_cont {
  width: min(28vw, 536px);
  height: min(46.9vh, 506px);
  position: absolute;
  left: 0;
  right: 0;
  top: -6vh;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_text .world_text_cont {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#slider-6 .world_cont .world_text p {
  width: 100%;
  height: auto;
  display: inline-block;
}
#slider-6 .world_cont .world_text p img {
  margin-left: -15px;
  margin-bottom: min(1.9vh, 20px);
  max-height: 59px;
  width: auto;
  aspect-ratio: 420/59;
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_text p img {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_text p {
    width: 100%;
    height: auto;
  }
}
#slider-6 .world_cont .world_text span {
  font-size: min(1.1vw, 20px);
  font-weight: 600;
  line-height: 1.6;
}
@media (orientation: landscape) and (max-height: 1044px) {
  #slider-6 .world_cont .world_text span {
    font-size: min(0.9vw, 20px);
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_text span {
    font-size: 14px;
    line-height: 1.7;
  }
}
#slider-6 .world_cont .world_text span.w_txt {
  font-size: min(1.1vw, 20px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #slider-6 .world_cont .world_text span.w_txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: block;
  }
}
#slider-6 .world_cont .world_text span.w_txt p {
  margin-bottom: min(3.7vh, 40px);
}
#slider-6 .world_cont .world_text span.w_txt p:last-child {
  margin-bottom: 0;
}
#slider-6 .world_cont .world_text span p {
  margin-bottom: min(3.4vh, 36px);
}
#slider-6 .splide__pagination {
  padding: 0 1em;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 0;
  bottom: min(19.4vh, 210px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-6 .splide__pagination {
    top: inherit;
    bottom: calc(5% + 63px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 0;
    right: 0;
  }
}
#slider-6 .splide__arrows.splide__arrows--ltr {
  width: 15.4%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: min(20.4vh, 220px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-6 .splide__arrows.splide__arrows--ltr {
    width: 60%;
    top: inherit;
    left: 0;
    right: 0;
    bottom: calc(5% + 86px);
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .splide__slide.kv .world_text {
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #slider-6 .splide__slide.kv .world_text_cont {
    top: 122px;
    bottom: auto;
  }
}

.system_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

#slider-5 {
  position: relative;
  width: 100%;
  margin-top: calc(min(1.8vh, 20px) * -1);
}
@media only screen and (max-width: 768px) {
  #slider-5 {
    height: 100vh;
    height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#slider-5 .splide__slide img {
  -webkit-transform: scale(0.54);
          transform: scale(0.54);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (orientation: landscape) and (max-height: 1044px) {
  #slider-5 .splide__slide img {
    -webkit-transform: scale(0.49);
            transform: scale(0.49);
  }
}
@media only screen and (max-width: 768px) {
  #slider-5 .splide__slide img {
    -webkit-transform: scale(0.92) !important;
            transform: scale(0.92) !important;
  }
}
#slider-5 .splide__slide.is-active {
  padding: 0;
  z-index: 9;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#slider-5 .splide__slide.is-active img {
  -webkit-transform: scale(0.725);
          transform: scale(0.725);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (orientation: landscape) and (max-height: 1044px) {
  #slider-5 .splide__slide.is-active img {
    -webkit-transform: scale(0.675);
            transform: scale(0.675);
  }
}
@media only screen and (max-width: 768px) {
  #slider-5 .splide__slide.is-active img {
    -webkit-transform: scale(0.92) !important;
            transform: scale(0.92) !important;
  }
}
#slider-5 .splide__arrows.splide__arrows--ltr {
  width: 61.7%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-5 .splide__arrows.splide__arrows--ltr {
    width: 60%;
    top: inherit;
    bottom: calc(5% + 86px);
  }
}
#slider-5 .splide__pagination {
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  left: 0;
  right: 0;
  top: 71%;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-5 .splide__pagination {
    top: inherit;
    bottom: calc(5% + 63px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.movie_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.movie_wrap.day0701 {
  -ms-touch-action: none;
      touch-action: none;
}
.movie_wrap.day0701 .numberArea {
  display: none;
}
.movie_wrap.day0701 .splide__pagination {
  display: none !important;
}
.movie_wrap.day0701 .splide__arrows {
  display: none;
}
.movie_wrap.day0701 .is-prev, .movie_wrap.day0701 .is-next {
  opacity: 0;
  pointer-events: none;
}

#slider-4 {
  position: relative;
  width: 100%;
  margin-top: calc(min(1.8vh, 20px) * -1);
}
@media only screen and (max-width: 768px) {
  #slider-4 {
    height: 100vh;
    height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__track {
    height: 100vh;
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__track .splide__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#slider-4 .splide__slide a {
  -webkit-transform: scale(0.466);
          transform: scale(0.466);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide a {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  #slider-4 .splide__slide a::before {
    content: "";
    /* display: block; */
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-10%, rgb(32, 32, 32)), color-stop(90%, rgba(32, 32, 32, 0)));
    background: linear-gradient(0deg, rgb(32, 32, 32) -10%, rgba(32, 32, 32, 0) 90%);
    z-index: 9;
  }
}
#slider-4 .splide__slide a picture {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide a picture {
    -webkit-filter: none;
            filter: none;
  }
}
#slider-4 .splide__slide.is-next a, #slider-4 .splide__slide.is-prev a {
  pointer-events: none;
}
#slider-4 .splide__slide .movie_title {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide .movie_title {
    opacity: 1;
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    top: inherit;
    bottom: calc(13% + 126px);
    z-index: 10;
  }
}
#slider-4 .splide__slide.is-active {
  padding: 0;
  z-index: 9;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#slider-4 .splide__slide.is-active a {
  -webkit-transform: scale(0.67);
          transform: scale(0.67);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide.is-active a {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
#slider-4 .splide__slide.is-active a::after {
  content: "";
  width: min(5.2vw, 94px);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  -webkit-mask: url(../img/movie_btn.svg);
  mask: url(../img/movie_btn.svg);
  -webkit-mask-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide.is-active a::after {
    width: 94px;
    height: auto;
    aspect-ratio: 1/1;
    background-color: #ffffff;
    -webkit-mask: url(../img/movie_btn.svg);
    mask: url(../img/movie_btn.svg);
    -webkit-mask-size: cover;
    bottom: 70px;
  }
}
#slider-4 .splide__slide.is-active a:hover::after {
  content: "";
  width: min(5.2vw, 94px);
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide.is-active a:hover::after {
    width: 94px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#slider-4 .splide__slide.is-active .movie_title {
  position: absolute;
  font-size: min(1.7vw, 32px);
  font-weight: 100;
  color: #3C4346;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  right: 0;
  bottom: calc(min(6.9vh, 64px) * -1);
  margin: auto;
  text-align: center;
  opacity: 1;
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__slide.is-active .movie_title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    top: inherit;
    bottom: calc(13% + 126px);
    z-index: 10;
  }
}
#slider-4 .splide__arrows.splide__arrows--ltr {
  width: 61.7%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__arrows.splide__arrows--ltr {
    width: 60%;
    top: inherit;
    bottom: calc(5% + 86px);
  }
}
#slider-4 .splide__pagination {
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  left: 0;
  right: 0;
  top: 82%;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #slider-4 .splide__pagination {
    top: inherit;
    bottom: calc(5% + 63px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.x_web #section07 .staff_cont .staff_ul li .staff_cate {
  color: #FA3C8C !important;
}
.x_web #section07 .staff_cont .staff_r .song .song_cont P {
  color: #FA3C8C !important;
}

#section07 .staff_wrap {
  width: min(88.1vw, 1306px);
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
@media (orientation: landscape) and (max-height: 1044px) {
  #section07 .staff_wrap {
    top: min(3.7vh, 30px) !important;
  }
}
@media only screen and (max-width: 768px) {
  #section07 .staff_wrap {
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
}
#section07 .staff_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: min(1.9vh, 20px);
}
#section07 .staff_cont.column2 {
  margin-bottom: 0;
}
#section07 .staff_cont.column2 .staff_ul li {
  margin-bottom: min(4.3vh, 46px);
}
@media (orientation: landscape) and (max-height: 1044px) {
  #section07 .staff_cont.column2 .staff_ul li {
    margin-bottom: min(4vh, 46px);
  }
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont.column2 .staff_ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: min(3.6vh, 30px);
  }
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_l {
    width: 100%;
    margin-bottom: 0px;
  }
}
#section07 .staff_cont .staff_r {
  width: min(44.1vw, 560px);
  margin-left: min(4.7vw, 90px);
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_r {
    width: 100%;
    margin: 0;
  }
}
#section07 .staff_cont .staff_r .song {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #ebeff4;
  padding: min(3.9vh, 42px) 0;
  margin-bottom: min(4.8vh, 52px);
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_r .song {
    border: 2px solid #ebeff4;
    border-radius: 10px;
    padding: 18px 0 14px 0;
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
#section07 .staff_cont .staff_r .song .song_cont {
  font-size: min(1.7vw, 28px);
  font-weight: 100;
  margin-bottom: min(3.4vh, 36px);
  color: #3C4346;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_r .song .song_cont {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 14px;
  }
}
#section07 .staff_cont .staff_r .song .song_cont P {
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  color: #0096FF;
  line-height: 1;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_r .song .song_cont P {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
#section07 .staff_cont .staff_ul {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul.w220 {
    width: 220px;
    margin: 0 auto;
  }
}
#section07 .staff_cont .staff_ul.day0701 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul.day0701 {
    width: 73%;
  }
}
#section07 .staff_cont .staff_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(4.8vh, 52px);
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul li {
    margin-bottom: min(3.6vh, 30px);
  }
}
#section07 .staff_cont .staff_ul li:last-child {
  margin-bottom: 0;
}
#section07 .staff_cont .staff_ul li.day0701 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul li.day0701 {
    margin-bottom: min(3.6vh, 30px);
  }
  #section07 .staff_cont .staff_ul li.day0701:last-child {
    margin-bottom: 0;
  }
}
#section07 .staff_cont .staff_ul li.day0701 .staff_cate {
  width: min(12.5vw, 240px);
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul li.day0701 .staff_cate {
    font-size: 10px;
    width: 100%;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul li.day0701 .staff_name {
    font-size: 14px;
  }
}
#section07 .staff_cont .staff_ul li .staff_cate {
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  color: #0096FF;
  width: min(10.9vw, 210px);
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul li .staff_cate {
    font-size: 10px;
    width: 36%;
  }
}
#section07 .staff_cont .staff_ul li .staff_name {
  font-size: min(1.3vw, 24px);
  font-weight: 100;
  color: #3C4346;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .staff_ul li .staff_name {
    font-size: 12px;
  }
}
#section07 .staff_cont .song_ul {
  width: min(65.3%, 360px);
  text-align: left;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .song_ul {
    width: 230px;
  }
}
#section07 .staff_cont .song_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(1.9vh, 20px);
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .song_ul li {
    margin-bottom: 8px;
  }
}
#section07 .staff_cont .song_ul li:last-child {
  margin-bottom: 0;
}
#section07 .staff_cont .song_ul li .staff_cate {
  font-size: min(0.8vw, 14px);
  font-weight: 100;
  color: #3C4346;
  width: 17.6%;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .song_ul li .staff_cate {
    font-size: 10px;
    width: min(24%, 50px);
  }
}
#section07 .staff_cont .song_ul li .staff_name {
  font-size: min(1.1vw, 20px);
  font-weight: 100;
  color: #3C4346;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #section07 .staff_cont .song_ul li .staff_name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .staff_ul .column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .staff_ul .column1 .staff_cate {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

#section09 .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #section09 .fp-tableCell {
    height: inherit;
  }
}
#section09 .other_wrap {
  width: min(88vw, 1014px);
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  margin-top: calc(min(2.2vh, 24px) * -1);
  color: #202020;
}
#section09 .other_wrap h2 {
  width: 510px;
  height: auto;
  aspect-ratio: 480/160;
  margin: 0 auto min(5.9vh, 64px) auto;
}
@media only screen and (max-width: 768px) {
  #section09 .other_wrap h2 {
    width: 248px;
    margin: 0 auto 56px auto;
  }
}
#section09 .about {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-family: "nitalago-ruika", sans-serif;
  margin: 0 auto min(5.9vh, 64px) auto;
}
@media only screen and (max-width: 768px) {
  #section09 .about {
    width: 100%;
    font-size: 12px;
  }
}
#section09 .about li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #section09 .about li {
    display: block;
  }
}
#section09 .about li .title {
  width: 134px;
  text-align: right;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  #section09 .about li .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding-right: 0;
  }
}
#section09 .about li .text {
  width: 261px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #section09 .about li .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#section09 .about li .text.l2 {
  line-height: 2;
}
#section09 .about li:last-child {
  margin-bottom: 0;
}

.copy {
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .copy {
    margin-top: 32px;
  }
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 auto min(3.1vh, 40px) auto;
}
@media only screen and (max-width: 768px) {
  .footer_menu {
    font-size: 12px;
    width: 100%;
    margin: auto;
  }
}
.footer_menu li {
  margin: 0 12px;
}
@media only screen and (max-width: 768px) {
  .footer_menu li {
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.footer_menu li:first-child {
  margin-left: 0px;
}
.footer_menu li:last-child {
  margin-right: 0px;
}

#section02 {
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  #section02 {
    height: 100vh;
    height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#section02 .campaign_wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap.add ul li a {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section02 .campaign_wrap .campaign_cont {
  position: absolute;
  width: min(91.2vw, 1750px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1750/693;
  top: 0;
  z-index: 9;
  right: min(3.1%, 60px);
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap .campaign_cont.plr_15 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap .campaign_cont {
    width: 100%;
    right: 0;
    bottom: inherit;
    top: min(8.9vh, 75px);
  }
}
@media (orientation: landscape) and (max-height: 1044px) {
  #section02 .campaign_wrap .campaign_cont {
    width: min(88.2vw, 1750px);
  }
}
#section02 .campaign_wrap .campaign_title {
  width: min(78%, 1365px);
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap .campaign_title {
    width: 100%;
  }
}
#section02 .campaign_wrap .campaign_title picture {
  width: min(52.1vw, 1021px);
  height: min(6.2vw, 119px);
  aspect-ratio: 1021/119;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap .campaign_title picture {
    width: min(90%, 376px);
    height: auto;
    aspect-ratio: inherit;
  }
}
#section02 .campaign_wrap .campaign_precautions {
  font-size: min(0.9vw, 16px);
  font-weight: 100;
  color: #3C4346;
  line-height: 1;
  width: min(78%, 1365px);
  text-align: center;
  margin-top: min(2.7vh, 30px);
}
@media (orientation: landscape) and (max-height: 1044px) {
  #section02 .campaign_wrap .campaign_precautions {
    margin-top: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap .campaign_precautions {
    display: none;
  }
}
#section02 .campaign_wrap ul {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul {
    width: 100%;
  }
}
#section02 .campaign_wrap ul li {
  width: min(19.1%, 334px);
  height: min(27.3vw, 524px);
  aspect-ratio: 334/524;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul li.add_camp_list {
    width: 49.4%;
    height: auto;
    aspect-ratio: 178/92;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 4px;
  }
}
#section02 .campaign_wrap ul li.chara_name {
  margin-left: min(2.9vw, 54px);
}
#section02 .campaign_wrap ul li.chara_name picture {
  top: inherit;
  bottom: 0;
}
#section02 .campaign_wrap ul li.chara_name picture img {
  width: min(73.7%, 246px);
  margin-bottom: min(6vh, 64px);
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul li.chara_name {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul li.dmm_camp {
    width: 100%;
    height: auto;
    aspect-ratio: 360/150;
    margin-top: 12px;
  }
}
#section02 .campaign_wrap ul li.dmm_camp::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/camp_05_img_title.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(min(5.2vw, 94px) * -1);
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul li.dmm_camp::before {
    display: none;
  }
}
#section02 .campaign_wrap ul li a {
  display: none;
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul li a {
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 20px;
    color: #0096FF;
    border: 1px solid #0096FF;
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
    border-radius: 5px;
    width: 140px;
    height: 30px;
    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;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .campaign_wrap ul li {
    width: min(90%, 376px);
    height: auto;
    aspect-ratio: 364/96;
    margin: auto;
  }
}
#section02 .campaign_wrap ul li picture {
  position: absolute;
  top: 0;
  left: 0;
}
#section02 .campaign_wrap .camp_chara {
  position: absolute;
  max-width: 740px;
  width: auto;
  height: min(124.1vh, 1340px);
  aspect-ratio: 148/268;
  z-index: 8;
  top: min(50vh, 540px);
  right: 0;
  bottom: 0;
  left: min(66%, 1268px);
  margin: auto;
}

.common_cont {
  position: relative;
  height: calc(100vh - 0px);
  height: -webkit-fill-available;
}
.common_cont.m39 {
  height: calc(100vh - 39px);
  margin-top: 39px;
}
.common_cont.movie {
  width: 100%;
  height: 100%;
  background: url(../img/loop_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: -20px 20px;
}
@media only screen and (max-width: 768px) {
  .common_cont.movie {
    width: 100%;
  }
}
.common_cont.movie::before {
  content: "";
  width: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 10/188;
  background-color: #EBEFF4;
  -webkit-mask: url(../img/bg_text.svg);
          mask: url(../img/bg_text.svg);
  -webkit-mask-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .common_cont.movie::before {
    display: none;
  }
}
.common_cont.movie::after {
  position: absolute;
  content: "";
  display: block;
  width: min(19.4vw, 372px);
  height: min(11.2vh, 120px);
  aspect-ratio: 372/120;
  background-image: url(../img/movie_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: min(11.2vh, 120px);
  left: 0px;
  right: min(71.1vw, 1366px);
  margin: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .common_cont.movie::after {
    width: auto;
    height: 50px;
    top: min(11.8vh, 108px);
    left: 15px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.common_cont.character {
  width: 100%;
  height: 100%;
  background: url(../img/chara_loop_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: -20px 20px;
}
@media only screen and (max-width: 768px) {
  .common_cont.character {
    width: 100%;
    top: -7.3%;
  }
}
.common_cont.character::after {
  position: absolute;
  content: "";
  display: block;
  width: min(38.3vw, 734px);
  height: min(11.2vh, 120px);
  aspect-ratio: 734/120;
  background-image: url(../img/character_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: min(11.2vh, 120px);
  left: auto;
  right: calc(min(12.5vw, 240px) * -1);
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .common_cont.character::after {
    display: none;
  }
}
.common_cont.campaign.lazyloaded {
  background: center/cover no-repeat url("../img/campaign_bg.webp");
}
@media only screen and (max-width: 768px) {
  .common_cont.campaign.lazyloaded {
    background-color: #EBEFF4;
    background-image: none;
  }
}
.common_cont.campaign {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .common_cont.campaign {
    width: 100%;
  }
}
.common_cont.campaign::before {
  content: "";
  width: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 10/188;
  background-color: #ffffff;
  -webkit-mask: url(../img/bg_text.svg);
          mask: url(../img/bg_text.svg);
  -webkit-mask-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .common_cont.campaign::before {
    display: none;
  }
}
.common_cont.world {
  width: 100%;
  height: 100%;
  background: url(../img/loop_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: -20px 20px;
}
@media only screen and (max-width: 768px) {
  .common_cont.world {
    width: 100%;
    background: none;
    background-color: #ffffff;
  }
}
.common_cont.world::after {
  position: absolute;
  content: "";
  display: block;
  width: min(23vw, 440px);
  height: min(11.2vh, 120px);
  aspect-ratio: 440/120;
  background-image: url(../img/world_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: min(11.2vh, 120px);
  left: auto;
  right: -10px;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .common_cont.world::after {
    width: auto;
    height: 50px;
    top: min(11.8vh, 108px);
    left: 15px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.common_cont.system {
  width: 100%;
  height: 100%;
  background: url(../img/loop_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: -20px 20px;
}
@media only screen and (max-width: 768px) {
  .common_cont.system {
    width: 100%;
  }
}
.common_cont.system::after {
  position: absolute;
  content: "";
  display: block;
  width: min(25.5vw, 489px);
  height: min(11.2vh, 120px);
  aspect-ratio: 489/120;
  background-image: url(../img/system_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: min(11.2vh, 120px);
  left: 0px;
  right: min(71.1vw, 1366px);
  margin: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .common_cont.system::after {
    width: auto;
    height: 50px;
    top: min(11.8vh, 108px);
    left: 15px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.common_cont.news {
  width: 100%;
  height: 100%;
  background: url(../img/loop_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: -20px 20px;
}
@media only screen and (max-width: 768px) {
  .common_cont.news {
    width: 100%;
  }
}
.common_cont.news::after {
  position: absolute;
  content: "";
  display: block;
  width: min(18.8vw, 360px);
  height: min(11.2vh, 120px);
  aspect-ratio: 360/120;
  background-image: url(../img/news_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: min(11.2vh, 120px);
  left: 0px;
  right: min(71.1vw, 1366px);
  margin: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .common_cont.news::after {
    width: auto;
    height: 50px;
    top: min(11.8vh, 108px);
    left: 15px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media only screen and (max-width: 768px) {
  .common_cont.staff {
    width: 100%;
  }
}
.common_cont.staff::before {
  content: "";
  width: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 10/188;
  background-color: #EBEFF4;
  -webkit-mask: url(../img/bg_text.svg);
          mask: url(../img/bg_text.svg);
  -webkit-mask-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .common_cont.staff::before {
    display: none;
  }
}
.common_cont.staff::after {
  position: absolute;
  content: "";
  display: block;
  width: min(20.2vw, 386px);
  height: min(11.2vh, 120px);
  aspect-ratio: 386/120;
  background-image: url(../img/staff_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: min(11.2vh, 120px);
  left: 0px;
  right: min(71.1vw, 1366px);
  margin: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .common_cont.staff::after {
    width: auto;
    height: 50px;
    top: min(11.8vh, 108px);
    left: 15px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.x_web #section01 .main_cont .main_block .main_btn_wrap {
  background: url(../img/x/main_btn_wrap2.webp);
}
@media only screen and (max-width: 768px) {
  .x_web #section01 .main_cont .main_block .main_btn_wrap {
    width: 342px;
    height: auto;
    aspect-ratio: 686/381;
    display: block;
    background: url(../img/x/main_btn_wrap_sp2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55px;
  }
}
.x_web #section01 .main_cont .main_block .main_btn_wrap .games {
  aspect-ratio: 155/50;
}
.x_web #section01 .main_cont .main_block .main_btn_wrap .player {
  aspect-ratio: 178/50;
}
.x_web #section01 .main_cont .main_block .main_btn_wrap .and {
  aspect-ratio: 150/50;
}
.x_web .profile_wrap {
  border-bottom: 1px solid #FA3C8C;
  border-top: 1px solid #FA3C8C;
}
@media only screen and (max-width: 768px) {
  .x_web .profile_wrap {
    border: none;
  }
}
.x_web .profile_wrap li p {
  background: #FA3C8C;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .x_web .profile_wrap li p {
    color: #FA3C8C;
    background: transparent;
  }
}
.x_web .post .post_img {
  border: 2px solid #FA3C8C;
}
.x_web .pagination li.navi-active {
  color: #FA3C8C;
}

#section01 {
  font-family: "nitalago-ruika", sans-serif;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #section01 {
    min-height: inherit;
    height: 100vh;
    height: -webkit-fill-available;
  }
}
#section01 .top_banner {
  position: absolute;
  right: 85px;
  top: min(10.5vw, 200px);
  margin: 0 auto;
  width: min(14.6vw, 280px);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #section01 .top_banner {
    right: 15px;
    top: 208px;
    margin: 0 auto;
    width: 70px;
  }
}
#section01 .top_banner li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .top_banner li {
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  }
}
#section01 .main_cont {
  position: absolute;
  right: 0;
  left: 0;
  bottom: min(7.4vh, 80px);
  margin: 0 auto;
  width: 100%;
  color: #3C4346;
}
@media only screen and (max-width: 768px) {
  #section01 .main_cont {
    bottom: 46px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .main_cont .main_block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section01 .main_cont .main_block .main_btn_wrap {
  width: 623px;
  height: auto;
  padding-top: 70px;
  aspect-ratio: 623/190;
  display: block;
  background: url(../img/main_btn_wrap2.webp);
  background-size: cover;
  margin: auto auto 10px auto;
}
#section01 .main_cont .main_block .main_btn_wrap .main_btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #section01 .main_cont .main_block .main_btn_wrap {
    width: 342px;
    height: auto;
    aspect-ratio: 686/381;
    display: block;
    background: url(../img/main_btn_wrap_sp2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55px;
  }
}
#section01 .main_cont .main_block .main_btn_wrap .games {
  height: 50px;
  width: auto;
  aspect-ratio: 163/50;
}
#section01 .main_cont .main_block .main_btn_wrap .player {
  height: 50px;
  width: auto;
  aspect-ratio: 159/50;
  margin: 0 10px;
  cursor: pointer;
}
#section01 .main_cont .main_block .main_btn_wrap .and {
  height: 50px;
  width: auto;
  aspect-ratio: 129/50;
}
#section01 .main_cont .main_block .main_btn_wrap .and img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #section01 .main_cont .main_block .main_btn_wrap .and {
    height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .main_cont .main_block .main_btn_wrap div {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#section01 .main_cont .main_title {
  line-height: 0.8;
  width: min(27.2vw, 524px);
  height: auto;
  aspect-ratio: 1047/228;
  margin: 0 auto min(4.6vh, 50px) auto;
}
@media only screen and (max-width: 768px) {
  #section01 .main_cont .main_title {
    width: 228px;
    position: absolute;
    top: 264px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section01 .scroll {
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 .scroll {
    font-size: 12px;
  }
}
#section01 .scroll::after {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: updown 2s infinite ease-in-out;
          animation: updown 2s infinite ease-in-out;
  content: "";
  width: 42px;
  height: auto;
  aspect-ratio: 40/23;
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-mask: url(../img/scroll.svg);
          mask: url(../img/scroll.svg);
  -webkit-mask-size: cover;
}
@media only screen and (max-width: 768px) {
  #section01 .scroll::after {
    top: 65px;
    width: 21px;
    height: auto;
    aspect-ratio: 40/23;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#section01 .dmm_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto min(3.7vh, 40px) auto;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #section01 .dmm_input {
    display: none;
  }
}
#section01 .dmm_input p {
  text-align: left;
}
#section01 .dmm_input p:nth-child(2n) {
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .dmm_input p {
    width: 100%;
    text-align: left;
  }
}

.regist_btn {
  width: min(28.1vw, 538px);
  height: auto;
  aspect-ratio: 538/106;
  display: block;
  background: url(../img/regist_btn.webp);
  background-size: cover;
  padding-right: min(2.6vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .regist_btn {
    width: min(24.1vw, 538px);
  }
}
@media only screen and (max-width: 768px) {
  .regist_btn {
    width: 334px;
    height: auto;
    padding-right: 28px;
    aspect-ratio: 1080/216;
  }
}
.regist_btn picture {
  width: 60.2%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.regist_btn:hover picture {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.regist_btn.footer_btn {
  display: none;
}
@media only screen and (max-width: 428px) {
  .regist_btn.footer_btn {
    width: min(100vw, 428px);
    height: auto;
    aspect-ratio: 390/76;
    display: block;
    background: url(../img/regist_btn_f_sp.png);
    background-size: cover;
    padding-right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .regist_btn.footer_btn:hover {
    width: min(100vw, 428px);
    height: auto;
    aspect-ratio: 390/76;
    display: block;
    background: url(../img/regist_btn_f_sp.png);
    background-size: cover;
    padding-right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
.regist_btn.shadow {
  -webkit-filter: drop-shadow(0px 0px 4px rgb(100, 100, 100));
          filter: drop-shadow(0px 0px 4px rgb(100, 100, 100));
  margin: 0 auto min(2.3vh, 24px) auto;
}

button.fn-skip-detail.top_regist {
  margin: 0 auto;
  display: block;
}

.sliderArea {
  position: relative;
  bottom: 25px;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .sliderArea {
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .sliderArea {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin: 0 auto;
    bottom: 0;
  }
}

.sliderArea .numberArea {
  color: #A0A9C9;
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 49.7%;
  height: auto;
  aspect-ratio: 954/536;
  font-size: 0.9vw;
  font-weight: 100;
  font-family: "Orbitron", sans-serif;
  line-height: 1;
  text-align: right;
  z-index: -1;
}
.sliderArea .numberArea::before {
  content: "";
  width: 92%;
  height: 2px;
  background-color: #A0A9C9;
  display: block;
  position: absolute;
  top: 1.8%;
}
@media only screen and (max-width: 768px) {
  .sliderArea .numberArea {
    display: none;
  }
}
.sliderArea .numberArea .slide_length {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 954/536;
  text-align: right;
}
.sliderArea .numberArea .slide_length::before {
  content: "/";
  font-weight: 100;
  font-family: "Orbitron", sans-serif;
  line-height: 1;
  display: block;
  right: 1.6vw;
  position: absolute;
}
.sliderArea .numberArea #slide_num {
  position: absolute;
  right: 2.1vw;
}

.character_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .character_wrap {
    height: 100vh;
    height: -webkit-fill-available;
  }
}

@-moz-document url-prefix() {
  .container.chara0715 {
    margin-top: 19px !important;
  }
}
.container {
  width: 100%;
  height: 100%;
  margin-top: min(3.7vh, 40px);
}
.container.chara0715 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container.chara0715 {
    margin-top: 89px;
  }
  .container.chara0715 .splide__arrow {
    width: 15px;
  }
}
.container.chara0715 .splide__track--fade > .splide__list > .splide__slide {
  width: min(83.9999vw, 1612.8px) !important;
  height: auto;
  aspect-ratio: 1612.8/890.44;
}
@media only screen and (max-width: 768px) {
  .container.chara0715 .splide__track--fade > .splide__list > .splide__slide {
    width: min(100vw, 414px) !important;
    height: 100vh;
    height: -webkit-fill-available;
    aspect-ratio: inherit;
  }
}
.container.chara0715 .splide-wrapper {
  position: absolute;
  height: min(56.3vw, 1080px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .container.chara0715 .splide-wrapper {
    bottom: inherit;
    height: 100vh;
    height: -webkit-fill-available;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.container.chara0715 .splide-wrapper .splide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .container.chara0715 .splide-wrapper .splide-main {
    width: 84%;
  }
}
@media only screen and (max-width: 768px) {
  .container.chara0715 .splide-wrapper .splide-main {
    top: 44px;
  }
}
@media (orientation: landscape) and (max-height: 1044px) {
  .container.chara0715 .splide-wrapper .thumbnail-carousel {
    padding-top: min(10vw, 192px);
  }
}
@media only screen and (max-width: 768px) {
  .container {
    margin-top: 20px;
  }
}
.container .splide-wrapper {
  position: relative;
  width: min(100%, 1920px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100vh;
    height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.container .splide-wrapper .splide-main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 84%;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .container .splide-wrapper .splide-main {
    width: 76%;
  }
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .splide-main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.container .splide-wrapper .splide-main .splide__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .splide-main .splide__track {
    height: inherit;
  }
}
.container .splide-wrapper .thumbnail-carousel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 16%;
  text-align: center;
  visibility: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding-top: min(8vw, 152px);
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .thumbnail-carousel {
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    bottom: 152px;
  }
}
.container .splide-wrapper .thumbnail-carousel .splide__track {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .thumbnail-carousel .splide__list {
    width: inherit;
    position: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .thumbnail-carousel .splide__list li {
    margin: auto;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.container .splide-wrapper .thumbnail-carousel .team_btn {
  background-color: #ffffff;
  border-radius: 5px;
  width: 78.1%;
  height: auto;
  aspect-ratio: 240/90;
  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;
  margin: auto;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .container .splide-wrapper .thumbnail-carousel .team_btn {
    aspect-ratio: 240/84 !important;
  }
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .thumbnail-carousel .team_btn {
    width: 100%;
    margin: 0;
    border-radius: 0px;
    padding: 0px 0;
  }
}
.container .splide-wrapper .thumbnail-carousel .team_btn img {
  width: min(87.5%, 240px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .container .splide-wrapper .thumbnail-carousel .team_btn img {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-height: 1044px) {
  .container .splide-wrapper .thumbnail-carousel .team_btn img {
    width: min(10.2vw, 180px);
  }
}
.container .splide-wrapper .thumbnail-carousel .team_btn:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .container .splide__arrow--prev, .container .x_web .splide__arrow--prev {
    left: 29% !important;
  }
}
@media only screen and (max-width: 768px) {
  .container .splide__arrow--next, .container .x_web .splide__arrow--next {
    right: 29% !important;
  }
}
.container .splide__list {
  height: auto;
}
.container .splide__slide img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container .splide__slide img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.news_wrap {
  height: 100%;
  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;
  overflow: hidden;
  margin: 0 auto;
}
.news_wrap .news_cont {
  position: relative;
  width: min(53.7vw, 1030px);
  height: min(64vh, 604px);
  bottom: calc(min(4.6vh, 50px) * -1);
}
@media (orientation: landscape) and (max-height: 1044px) {
  .news_wrap .news_cont {
    bottom: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_cont {
    width: 100%;
    padding: 0 15px;
    height: 100vh;
    height: -webkit-fill-available !important;
  }
}
.news_wrap .news_cont nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_cont nav {
    bottom: calc(5% + 86px);
  }
}

#character_d {
  position: relative;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #character_d .chara_d_list {
    height: 100vh;
    height: -webkit-fill-available !important;
  }
}
#character_d .main-carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: inherit;
    bottom: inherit;
  }
}
#character_d .main-carousel::before {
  position: absolute;
  content: "";
  bottom: min(10vh, 110px);
  right: min(3.1vw, 60px);
  display: block;
  width: min(31.9vw, 611px);
  height: auto;
  aspect-ratio: 611/573;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel::before {
    opacity: 0;
    bottom: inherit;
    right: 0;
    width: 74.4vw;
  }
}
#character_d .main-carousel picture {
  opacity: 0;
}
#character_d .main-carousel img {
  opacity: 0;
}
#character_d .main-carousel .splide__track {
  z-index: 997;
}
#character_d .main-carousel .splide__track .chara_d_wrap {
  opacity: 0;
}
#character_d .main-carousel.kv_none::before {
  opacity: 1;
  z-index: 0;
}
#character_d .main-carousel.kv_none.main-carousel {
  pointer-events: inherit;
}
#character_d .main-carousel.kv_none picture, #character_d .main-carousel.kv_none img {
  opacity: 1;
}
#character_d .main-carousel.kv_none .chara_d_wrap {
  opacity: 1;
}
#character_d .main-carousel_01.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_hiiragi.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_01.lazyloaded::before {
    background: center/contain no-repeat url("../img/school_hiiragi.webp");
  }
}
#character_d .main-carousel_01.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_01.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_01.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_01_sp.webp");
  }
}
#character_d .main-carousel_02.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_hiiragi.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_02.lazyloaded::before {
    background: center/contain no-repeat url("../img/school_hiiragi.webp");
  }
}
#character_d .main-carousel_02.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_02.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_02.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_02_sp.webp");
  }
}
#character_d .main-carousel_03.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_scalar.webp");
  bottom: min(13vh, 140px);
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_03.lazyloaded::before {
    background: center/contain no-repeat url("../img/school_scalar.webp");
    bottom: inherit;
    right: -15px;
  }
}
#character_d .main-carousel_03.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_03.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_03.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_03_sp.webp");
  }
}
#character_d .main-carousel_04.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_scalar.webp");
  bottom: min(13vh, 140px);
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_04.lazyloaded::before {
    background: center/contain no-repeat url("../img/school_scalar.webp");
    bottom: inherit;
    right: -15px;
  }
}
#character_d .main-carousel_04.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_04.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_04.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_04_sp.webp");
  }
}
#character_d .main-carousel_05.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_loc.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_05.lazyloaded::before {
    background: 0% 0%/110% no-repeat url("../img/school_loc.webp");
    right: 0;
  }
}
#character_d .main-carousel_05.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_05.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_05.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_05_sp.webp");
  }
}
#character_d .main-carousel_06.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_euro.webp");
  right: 0;
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_06.lazyloaded::before {
    background: 10% 0%/120% no-repeat url("../img/school_euro.webp");
  }
}
#character_d .main-carousel_06.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_06.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_06.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_06_sp.webp");
  }
}
#character_d .main-carousel_07.lazyloaded::before {
  background: center/contain no-repeat url("../img/school_specil.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_07.lazyloaded::before {
    background: 0% 0%/120% no-repeat url("../img/school_specil.webp");
    right: 0;
  }
}
#character_d .main-carousel_07.lazyloaded::after {
  background: center/contain no-repeat url("../img/kv_07.webp");
}
@media only screen and (max-width: 768px) {
  #character_d .main-carousel_07.lazyloaded::after {
    background: center/contain no-repeat url("../img/kv_07_sp.webp");
  }
}
#character_d #main-carousel_01::before, #character_d #main-carousel_02::before, #character_d #main-carousel_03::before,
#character_d #main-carousel_04::before, #character_d #main-carousel_05::before, #character_d #main-carousel_06::before, #character_d #main-carousel_07::before {
  z-index: 0;
}
#character_d #main-carousel_01::after, #character_d #main-carousel_02::after, #character_d #main-carousel_03::after,
#character_d #main-carousel_04::after, #character_d #main-carousel_05::after, #character_d #main-carousel_06::after, #character_d #main-carousel_07::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3224/1940;
  background-size: 106%;
  background-position: top;
  z-index: 997;
  opacity: 1;
  -webkit-transition: all 0.4s 0.1s ease-out;
  transition: all 0.4s 0.1s ease-out;
}
@media (orientation: landscape) and (max-height: 1044px) {
  #character_d #main-carousel_01::after, #character_d #main-carousel_02::after, #character_d #main-carousel_03::after,
  #character_d #main-carousel_04::after, #character_d #main-carousel_05::after, #character_d #main-carousel_06::after, #character_d #main-carousel_07::after {
    background-size: 102%;
  }
}
@media only screen and (max-width: 768px) {
  #character_d #main-carousel_01::after, #character_d #main-carousel_02::after, #character_d #main-carousel_03::after,
  #character_d #main-carousel_04::after, #character_d #main-carousel_05::after, #character_d #main-carousel_06::after, #character_d #main-carousel_07::after {
    aspect-ratio: 3224/1780;
    background-size: contain;
    background-position: inherit;
  }
}
#character_d #main-carousel_01.kv_none::after, #character_d #main-carousel_02.kv_none::after, #character_d #main-carousel_03.kv_none::after,
#character_d #main-carousel_04.kv_none::after, #character_d #main-carousel_05.kv_none::after, #character_d #main-carousel_06.kv_none::after, #character_d #main-carousel_07.kv_none::after {
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.4s 0.1s ease-out;
  transition: all 0.4s 0.1s ease-out;
}
#character_d #thumbnail-carousel_04 {
  left: 76.6%;
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_04 {
    left: inherit;
  }
}
#character_d #thumbnail-carousel_07 {
  left: 19%;
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_07 {
    left: inherit;
  }
}
#character_d #thumbnail-carousel_01, #character_d #thumbnail-carousel_02, #character_d #thumbnail-carousel_03,
#character_d #thumbnail-carousel_04, #character_d #thumbnail-carousel_05, #character_d #thumbnail-carousel_06, #character_d #thumbnail-carousel_07 {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 915px;
  z-index: 99;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01, #character_d #thumbnail-carousel_02, #character_d #thumbnail-carousel_03,
  #character_d #thumbnail-carousel_04, #character_d #thumbnail-carousel_05, #character_d #thumbnail-carousel_06, #character_d #thumbnail-carousel_07 {
    position: inherit;
    width: 100%;
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
#character_d #thumbnail-carousel_01.open, #character_d #thumbnail-carousel_02.open, #character_d #thumbnail-carousel_03.open,
#character_d #thumbnail-carousel_04.open, #character_d #thumbnail-carousel_05.open, #character_d #thumbnail-carousel_06.open, #character_d #thumbnail-carousel_07.open {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(104%);
          transform: translateX(104%);
}
#character_d #thumbnail-carousel_01 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.meru_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.meru_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_01_thum_meru.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.meru_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.meru_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.meru_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_01_thum_meru.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.nanairo_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.nanairo_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_01_thum_nanairo.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.nanairo_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.nanairo_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.nanairo_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_01_thum_nanairo.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.chiyuru_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.chiyuru_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_01_thum_chiyuru.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.chiyuru_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.chiyuru_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.chiyuru_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_01_thum_chiyuru.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.rami_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.rami_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_01_thum_rami.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.rami_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.rami_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.rami_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_01_thum_rami.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.shirona_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.shirona_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_01_thum_shirona.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum01_btn.shirona_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum01_btn.shirona_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum01_btn.shirona_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_01_thum_shirona.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.aoi_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.aoi_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_02_thum_aoi.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.aoi_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.aoi_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.aoi_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_02_thum_aoi.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.uruu_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.uruu_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_02_thum_uruu.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.uruu_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.uruu_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.uruu_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_02_thum_uruu.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.senka_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.senka_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_02_thum_senka.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.senka_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.senka_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.senka_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_02_thum_senka.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.kurara_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.kurara_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_02_thum_kurara.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.kurara_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.kurara_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.kurara_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_02_thum_kurara.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.maia_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.maia_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_02_thum_maia.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum02_btn.maia_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum02_btn.maia_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum02_btn.maia_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_02_thum_maia.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.julia_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.julia_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_03_thum_julia.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.julia_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.julia_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.julia_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_03_thum_julia.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.liu_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.liu_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_03_thum_liu.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.liu_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.liu_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.liu_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_03_thum_liu.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.saya_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.saya_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_03_thum_saya.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.saya_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.saya_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.saya_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_03_thum_saya.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.fee_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.fee_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_03_thum_fee.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.fee_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.fee_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.fee_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_03_thum_fee.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.anis_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.anis_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_03_thum_anis.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum03_btn.anis_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum03_btn.anis_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum03_btn.anis_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_03_thum_anis.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum04_btn.hiiro_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum04_btn.hiiro_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_04_thum_hiiro.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum04_btn.hiiro_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum04_btn.hiiro_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum04_btn.hiiro_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_04_thum_hiiro.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.flute_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.flute_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_05_thum_flute.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.flute_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.flute_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.flute_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_05_thum_flute.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.evi_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.evi_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_05_thum_evi.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.evi_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.evi_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.evi_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_05_thum_evi.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.sienna_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.sienna_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_05_thum_sienna.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.sienna_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.sienna_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.sienna_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_05_thum_sienna.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.layla_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.layla_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_05_thum_layla.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.layla_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.layla_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.layla_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_05_thum_layla.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.rosie_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.rosie_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_05_thum_rosie.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum05_btn.rosie_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum05_btn.rosie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum05_btn.rosie_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_05_thum_rosie.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.dorothea_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.dorothea_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_06_thum_dorothea.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.dorothea_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.dorothea_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.dorothea_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_06_thum_dorothea.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.miriam_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.miriam_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_06_thum_miriam.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.miriam_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.miriam_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.miriam_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_06_thum_miriam.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.harriet_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.harriet_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_06_thum_harriet.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.harriet_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.harriet_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.harriet_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_06_thum_harriet.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.kate_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.kate_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_06_thum_kate.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.kate_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.kate_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.kate_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_06_thum_kate.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.lucie_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.lucie_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_06_thum_lucie.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum06_btn.lucie_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum06_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum06_btn.lucie_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_06_thum_lucie.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.julie_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.julie_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_07_thum_julie.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.julie_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.julie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.julie_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_07_thum_julie.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.laura_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.laura_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_07_thum_laura.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.laura_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.laura_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.laura_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_07_thum_laura.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.shinka_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.shinka_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_07_thum_shinka.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.shinka_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.shinka_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.shinka_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_07_thum_shinka.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.noelle_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.noelle_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_07_thum_noelle.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.noelle_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.noelle_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.noelle_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_07_thum_noelle.webp");
  }
}
#character_d #thumbnail-carousel_01 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.lucie_bg.lazyloaded,
#character_d #thumbnail-carousel_04 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.lucie_bg.lazyloaded {
  background: 0% 0%/100% no-repeat url("../img/team_07_thum_lucie.webp");
}
@media only screen and (max-width: 768px) {
  #character_d #thumbnail-carousel_01 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_02 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_03 .thum07_btn.lucie_bg.lazyloaded,
  #character_d #thumbnail-carousel_04 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_05 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_06 .thum07_btn.lucie_bg.lazyloaded, #character_d #thumbnail-carousel_07 .thum07_btn.lucie_bg.lazyloaded {
    background: 50% 0%/140% no-repeat url("../img/team_07_thum_lucie.webp");
  }
}
/*# sourceMappingURL=style.css.map */