@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* =============================================================== */
/*	font-family	*/
/* =============================================================== */
body {
  min-width: 320px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -webkit-font-smoothing: antialiased;
  color: #39433a;
}
@media screen and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.fixed {
  position: fixed;
  inset: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

_::-webkit-full-page-media,
_:future,
:root img.rendering {
  image-rendering: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

figure,
button {
  font-size: 0;
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

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

.svg {
  display: inline-block;
  font-size: 0;
}
.svg svg {
  overflow: visible;
  width: 100%;
  fill: #ffffff;
}

span.brackets-start {
  margin-left: -0.5em;
}
span.brackets-end {
  margin-right: -0.35em;
}
span.excl {
  margin-right: -0.25em;
}

#st-Header .header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-container {
    width: max(500px, 26.0416666667vw);
    margin: 0 0 0 auto;
  }
}
#st-Header button[name=menu] {
  position: absolute;
  background: url("../../webp/bg_button.webp") no-repeat top center/contain;
  z-index: 1;
  top: 0;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] {
    width: max(86px, 4.4791666667vw);
    height: max(94px, 4.8958333333vw);
    right: max(8px, 0.4166666667vw);
    -webkit-filter: drop-shadow(0 0 max(8px, 0.4166666667vw) rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0 max(8px, 0.4166666667vw) rgba(80, 80, 80, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] {
    width: 16.9270833333vw;
    height: 18.75vw;
    right: 1.3020833333vw;
    -webkit-filter: drop-shadow(0 0 1.3020833333vw rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0 1.3020833333vw rgba(80, 80, 80, 0.4));
  }
}
#st-Header button[name=menu]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../webp/bg_button.webp") no-repeat top center/contain;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  #st-Header button[name=menu]:hover::before {
    opacity: 1;
  }
  #st-Header button[name=menu]:hover .button-inner span {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
  #st-Header button[name=menu]:hover .menu-text {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
#st-Header button[name=menu] span.button-inner {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.button-inner {
    width: max(40px, 2.0833333333vw);
    height: max(10px, 0.5208333333vw);
    top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.button-inner {
    width: 7.8125vw;
    height: 2.0833333333vw;
    top: 4.9479166667vw;
  }
}
#st-Header button[name=menu] span.line {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: top 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s, -webkit-filter 0.3s;
  transition: top 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s, -webkit-filter 0.3s;
  transition: top 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, filter 0.3s;
  transition: top 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, filter 0.3s, -webkit-transform 0.2s ease-out 0.1s, -webkit-filter 0.3s;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line {
    width: max(40px, 2.0833333333vw);
    height: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line {
    width: 7.8125vw;
    height: 0.2604166667vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(1) {
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#st-Header button[name=menu] span.line:nth-child(2) {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: 1.8229166667vw;
  }
}
#st-Header button[name=menu] span.menu-text {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.menu-text {
    height: max(16px, 0.8333333333vw);
    top: max(52px, 2.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.menu-text {
    height: 3.125vw;
    top: 10.4166666667vw;
  }
}
#st-Header button[name=menu] span.menu-text::before, #st-Header button[name=menu] span.menu-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#st-Header button[name=menu] span.menu-text::before {
  background: url(../../webp/button_menu_text.webp) top center/contain no-repeat;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.menu-text::before {
    width: max(48px, 2.5vw);
    height: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.menu-text::before {
    width: 9.375vw;
    height: 3.125vw;
  }
}
#st-Header button[name=menu] span.menu-text::after {
  background: url(../../webp/button_close_text.webp) top center/contain no-repeat;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.menu-text::after {
    width: max(54px, 2.8125vw);
    height: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.menu-text::after {
    width: 10.6770833333vw;
    height: 3.125vw;
  }
}
#st-Header button[name=menu].opened span.line {
  top: 50%;
}
#st-Header button[name=menu].opened span.line:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}
#st-Header button[name=menu].opened span.line:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
}
#st-Header button[name=menu].opened span.menu-text::before {
  opacity: 0;
}
#st-Header button[name=menu].opened span.menu-text::after {
  opacity: 1;
}
#st-Header .header-nav-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-wrapper {
    width: max(500px, 26.0416666667vw);
    margin: 0 0 0 auto;
  }
}
#st-Header .header-nav-wrapper.wrapper-active {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in 0.3s;
  transition: opacity 0.2s ease-in 0.3s;
}
#st-Header .header-nav-wrapper.wrapper-hidden {
  opacity: 0;
}
#st-Header .header-nav-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(78, 158, 86, 0.7);
}
#st-Header .header-nav-backdrop.backdrop-transition {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
#st-Header .header-nav-backdrop.backdrop-showed {
  opacity: 1;
}
#st-Header .header-nav-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container {
    width: max(344px, 17.9166666667vw);
    border-radius: max(14px, 0.7291666667vw) 0 0 max(14px, 0.7291666667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(26px, 1.3541666667vw) rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(26px, 1.3541666667vw) rgba(80, 80, 80, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container {
    width: 68.75vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(80, 80, 80, 0.4));
    border-radius: 2.6041666667vw 0 0 2.6041666667vw;
  }
}
#st-Header .header-nav-container.container-showing {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
#st-Header .header-nav-container.container-showed {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#st-Header .header-nav-container.container-hidden {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}
#st-Header .header-nav-container.container-hidden .header-nav {
  overflow: hidden;
}
#st-Header .header-nav {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
#st-Header .header-nav::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
#st-Header .header-nav::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav {
    width: max(362px, 18.8541666667vw);
    padding: max(112px, 5.8333333333vw) 0 max(40px, 2.0833333333vw) max(60px, 3.125vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav {
    width: 72.1354166667vw;
    padding: 22.1354166667vw 0 7.8125vw 11.71875vw;
  }
}
#st-Header .header-nav nav ul li {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease-out, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-out;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-out, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul li {
    -webkit-transform: translateX(max(26px, 1.3541666667vw));
    transform: translateX(max(26px, 1.3541666667vw));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul li {
    -webkit-transform: translateX(5.2083333333vw);
    transform: translateX(5.2083333333vw);
  }
}
#st-Header .header-nav nav ul li.is-showed {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.parent-list > li + li {
    margin-top: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.parent-list > li + li {
    margin-top: 7.8125vw;
  }
}
#st-Header .header-nav nav ul.parent-list > li > a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #39433a;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.parent-list > li > a {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.parent-list > li > a {
    font-size: 4.1666666667vw;
  }
}
@media (any-hover: hover) {
  #st-Header .header-nav nav ul.parent-list > li > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Header .header-nav nav ul.parent-list > li > a:hover {
    color: #4e9e56;
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list {
    padding-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.child-list {
    padding-top: 3.2552083333vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list > li + li {
    margin-top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.child-list > li + li {
    margin-top: 5.2083333333vw;
  }
}
#st-Header .header-nav nav ul.child-list > li > a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #39433a;
  letter-spacing: 0.06em;
  background-image: url("../../images/arrow_right.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list > li > a {
    padding-left: max(26px, 1.3541666667vw);
    font-size: max(18px, 0.9375vw);
    background-position: top max(9px, 0.46875vw) left;
    background-size: max(14px, 0.7291666667vw) max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.child-list > li > a {
    padding-left: 5.2083333333vw;
    font-size: 3.3854166667vw;
    background-position: top 1.6927083333vw left;
    background-size: 2.6041666667vw 2.6041666667vw;
  }
}
@media (any-hover: hover) {
  #st-Header .header-nav nav ul.child-list > li > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Header .header-nav nav ul.child-list > li > a:hover {
    color: #4e9e56;
  }
}

#st-Footer {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Footer {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer {
    margin-top: 3.90625vw;
  }
}
#st-Footer .footer-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-container {
    padding: 0 max(26px, 1.3541666667vw) max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-container {
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
#st-Footer .footer-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("../../webp/bg_2.webp") no-repeat bottom center/cover;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-container::before {
    height: max(594px, 30.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-container::before {
    height: 118.6197916667vw;
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer.has-FixedBanner .footer-container {
    padding-bottom: 31.7708333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-content {
    margin-bottom: max(52px, 2.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-content {
    margin-bottom: 10.4166666667vw;
  }
}
#st-Footer p.footer-title {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  will-change: filter;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #st-Footer p.footer-title {
    width: max(376px, 19.5833333333vw);
    margin-bottom: max(26px, 1.3541666667vw);
    -webkit-filter: drop-shadow(0 0 max(14px, 0.7291666667vw) #fff) drop-shadow(0 0 max(26px, 1.3541666667vw) #fff) drop-shadow(0 0 max(20px, 1.0416666667vw) #fff);
    filter: drop-shadow(0 0 max(14px, 0.7291666667vw) #fff) drop-shadow(0 0 max(26px, 1.3541666667vw) #fff) drop-shadow(0 0 max(20px, 1.0416666667vw) #fff);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer p.footer-title {
    width: 75vw;
    margin-bottom: 5.2083333333vw;
    -webkit-filter: drop-shadow(0 0 2.6041666667vw #fff) drop-shadow(0 0 5.2083333333vw #fff) drop-shadow(0 0 3.90625vw #fff);
    filter: drop-shadow(0 0 2.6041666667vw #fff) drop-shadow(0 0 5.2083333333vw #fff) drop-shadow(0 0 3.90625vw #fff);
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-notice {
    margin-bottom: max(20px, 1.0416666667vw);
    padding: 0 max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-notice {
    margin-bottom: 3.90625vw;
    padding: 0 6.5104166667vw;
  }
}
#st-Footer ul.app-notice li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(57, 67, 58, 0.5);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-notice li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-notice li {
    font-size: 2.6041666667vw;
  }
}
#st-Footer ul.app-notice li::before {
  content: "※";
}
#st-Footer .hbr-official a {
  display: block;
  position: relative;
  aspect-ratio: 578/100;
  margin: 0 auto;
  background: url("../../images/footer/bg_button.svg") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a {
    max-width: max(390px, 20.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a {
    max-width: 75.2604166667vw;
  }
}
#st-Footer .hbr-official a span.text {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.text {
    padding: max(19px, 0.9895833333vw) 0 0 max(58px, 3.0208333333vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.text {
    padding: 3.6276041667vw 0 0 11.0494791667vw;
    font-size: 3.125vw;
  }
}
#st-Footer .hbr-official a span.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.icon {
    top: max(30px, 1.5625vw);
    right: max(5px, 0.2604166667vw);
    width: max(28px, 1.4583333333vw);
    height: max(5px, 0.2604166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.icon {
    top: 5.8411458333vw;
    right: 1.0755208333vw;
    width: 5.3385416667vw;
    height: 1.0416666667vw;
  }
}
#st-Footer .hbr-official a span.icon::before, #st-Footer .hbr-official a span.icon::after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}
#st-Footer .hbr-official a span.icon::before {
  left: 0;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.icon::before {
    width: max(28px, 1.4583333333vw);
    height: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.icon::before {
    width: 5.2083333333vw;
    height: 0.2604166667vw;
  }
}
#st-Footer .hbr-official a span.icon::after {
  top: 0;
  right: 0;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.icon::after {
    width: max(5px, 0.2604166667vw);
    height: max(5px, 0.2604166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.icon::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (any-hover: hover) {
  #st-Footer .hbr-official a span.icon::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #st-Footer .hbr-official a span.icon::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #st-Footer .hbr-official a:hover span.icon::before {
    -webkit-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  #st-Footer .hbr-official a:hover span.icon::after {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
#st-Footer .copyright p {
  color: rgba(57, 67, 58, 0.5);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #st-Footer .copyright p {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .copyright p {
    font-size: 2.6041666667vw;
  }
}

#st-Footer ul.app-badge-list,
.index-Campaign ul.app-badge-list,
.index-Pickup ul.app-badge-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-badge-list,
  .index-Campaign ul.app-badge-list,
  .index-Pickup ul.app-badge-list {
    padding: 0 max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-badge-list,
  .index-Campaign ul.app-badge-list,
  .index-Pickup ul.app-badge-list {
    padding: 0 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-badge-list.is-footer,
  .index-Campaign ul.app-badge-list.is-footer,
  .index-Pickup ul.app-badge-list.is-footer {
    margin: 0 0 max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-badge-list.is-footer,
  .index-Campaign ul.app-badge-list.is-footer,
  .index-Pickup ul.app-badge-list.is-footer {
    margin: 0 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-badge-list.is-pickup,
  .index-Campaign ul.app-badge-list.is-pickup,
  .index-Pickup ul.app-badge-list.is-pickup {
    margin: max(40px, 2.0833333333vw) 0 max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-badge-list.is-pickup,
  .index-Campaign ul.app-badge-list.is-pickup,
  .index-Pickup ul.app-badge-list.is-pickup {
    margin: 7.8125vw 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-badge-list.is-campaign,
  .index-Campaign ul.app-badge-list.is-campaign,
  .index-Pickup ul.app-badge-list.is-campaign {
    margin: max(40px, 2.0833333333vw) 0 max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-badge-list.is-campaign,
  .index-Campaign ul.app-badge-list.is-campaign,
  .index-Pickup ul.app-badge-list.is-campaign {
    margin: 7.8125vw 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-badge-list li + li,
  .index-Campaign ul.app-badge-list li + li,
  .index-Pickup ul.app-badge-list li + li {
    margin-left: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-badge-list li + li,
  .index-Campaign ul.app-badge-list li + li,
  .index-Pickup ul.app-badge-list li + li {
    margin-left: 1.0416666667vw;
  }
}
#st-Footer ul.app-badge-list li a,
.index-Campaign ul.app-badge-list li a,
.index-Pickup ul.app-badge-list li a {
  display: block;
}
@media (any-hover: hover) {
  #st-Footer ul.app-badge-list li a,
  .index-Campaign ul.app-badge-list li a,
  .index-Pickup ul.app-badge-list li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  #st-Footer ul.app-badge-list li a:hover,
  .index-Campaign ul.app-badge-list li a:hover,
  .index-Pickup ul.app-badge-list li a:hover {
    opacity: 0.7;
  }
}
#st-Footer ul.app-badge-list li a.app-store,
.index-Campaign ul.app-badge-list li a.app-store,
.index-Pickup ul.app-badge-list li a.app-store {
  aspect-ratio: 167/62;
}
#st-Footer ul.app-badge-list li a.google-play,
.index-Campaign ul.app-badge-list li a.google-play,
.index-Pickup ul.app-badge-list li a.google-play {
  aspect-ratio: 206/62;
}
#st-Footer ul.app-badge-list li a.steam,
.index-Campaign ul.app-badge-list li a.steam,
.index-Pickup ul.app-badge-list li a.steam {
  aspect-ratio: 198/62;
}

#st-Wrapper {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Wrapper::before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: max(500px, 26.0416666667vw);
    content: "";
    z-index: -1;
    background: url("../../webp/pc/img_bg_pc.webp") no-repeat center/cover;
  }
}

#st-Container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #st-Container {
    width: max(500px, 26.0416666667vw);
    margin: 0 0 0 auto;
  }
}
#st-Container .bg {
  position: fixed;
  inset: 0;
  background: url("../../webp/bg_2.webp") no-repeat top center/cover;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #st-Container .bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: max(500px, 26.0416666667vw);
    margin: 0;
    background: url("../../webp/bg_2.webp") no-repeat top center/cover;
  }
}
#st-Container .kv-pc {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #st-Container .kv-pc {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: max(500px, 26.0416666667vw);
    z-index: -1;
    margin: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  #st-Container .kv-pc img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

.sw-Button_ModalClose {
  position: fixed;
  z-index: 1000;
  background: url("../../webp/bg_button.webp") no-repeat top center/contain;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose {
    width: max(86px, 4.4791666667vw);
    height: max(94px, 4.8958333333vw);
    right: max(8px, 0.4166666667vw);
    -webkit-filter: drop-shadow(0 0 max(8px, 0.4166666667vw) rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0 max(8px, 0.4166666667vw) rgba(80, 80, 80, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose {
    width: 16.9270833333vw;
    height: 18.75vw;
    right: 1.3020833333vw;
    -webkit-filter: drop-shadow(0 0 1.3020833333vw rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0 1.3020833333vw rgba(80, 80, 80, 0.4));
  }
}
.sw-Button_ModalClose span.button-inner {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose span.button-inner {
    width: max(40px, 2.0833333333vw);
    height: max(10px, 0.5208333333vw);
    top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose span.button-inner {
    width: 7.8125vw;
    height: 2.0833333333vw;
    top: 4.9479166667vw;
  }
}
.sw-Button_ModalClose span.line {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose span.line {
    width: max(40px, 2.0833333333vw);
    height: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose span.line {
    width: 7.8125vw;
    height: 0.2604166667vw;
  }
}
.sw-Button_ModalClose span.line:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.sw-Button_ModalClose span.line:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.sw-Button_ModalClose span.menu-text {
  position: absolute;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose span.menu-text {
    height: max(16px, 0.8333333333vw);
    top: max(52px, 2.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose span.menu-text {
    height: 3.125vw;
    top: 10.4166666667vw;
  }
}
.sw-Button_ModalClose span.menu-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../../webp/button_close_text.webp") top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose span.menu-text::before {
    width: max(54px, 2.8125vw);
    height: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose span.menu-text::before {
    width: 10.6770833333vw;
    height: 3.125vw;
  }
}
@media (any-hover: hover) {
  .sw-Button_ModalClose:hover .button-inner span {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
  .sw-Button_ModalClose:hover .menu-text {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}

.sw-Fixed_Banner {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner {
    right: max(10px, 0.5208333333vw);
    bottom: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner {
    right: 1.3020833333vw;
    bottom: 1.3020833333vw;
  }
}
.sw-Fixed_Banner .banner-container {
  position: relative;
}
.sw-Fixed_Banner button[name=banner-close] {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 2;
}
@media (any-hover: hover) {
  .sw-Fixed_Banner button[name=banner-close] {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  .sw-Fixed_Banner button[name=banner-close]:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner button[name=banner-close] {
    top: min(-40px, -2.0833333333vw);
    width: max(34px, 1.7708333333vw);
    height: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner button[name=banner-close] {
    top: -5.2083333333vw;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
  }
}
.sw-Fixed_Banner button[name=banner-close] img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner .banner-image {
    width: max(330px, 17.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner .banner-image {
    width: 42.96875vw;
  }
}
.sw-Fixed_Banner .banner-image a {
  display: block;
}
.sw-Fixed_Banner .banner-image a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .sw-Fixed_Banner .banner-image a:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}

.index-Bg.is-01 {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.index-Bg.is-01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../../webp/bg_1.webp") repeat-y top center/100% auto;
  pointer-events: none;
}

.index-MainVisual {
  position: relative;
  z-index: 2;
}
.index-MainVisual .mv-container {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-container {
    width: max(500px, 26.0416666667vw);
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-container {
    width: 100vw;
    height: 231.7708333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-bg {
    position: relative;
    z-index: 2;
    width: max(500px, 26.0416666667vw);
    height: auto;
  }
  .index-MainVisual .mv-bg img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 156.3802083333vw;
  }
  .index-MainVisual .mv-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
}
.index-MainVisual .mv-logo {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-logo {
    left: max(20px, 1.0416666667vw);
    width: max(98px, 5.1041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-logo {
    left: 3.90625vw;
    width: 19.4661458333vw;
  }
}
.index-MainVisual .mv-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.index-MainVisual .mv-catch {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-catch {
    top: max(66px, 3.4375vw);
    left: max(52px, 2.7083333333vw);
    width: max(396px, 20.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-catch {
    top: 13.0208333333vw;
    left: 10.4166666667vw;
    width: 79.1666666667vw;
  }
}
.index-MainVisual .mv-catch img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-fv {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-fv {
    position: absolute;
    left: 0;
    top: 153.3854166667vw;
    z-index: 1;
    width: 100vw;
    height: 78.3854166667vw;
  }
  .index-MainVisual .mv-fv img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}

.index-Unit .section-container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .index-Unit .section-container {
    width: max(500px, 26.0416666667vw);
    padding: max(20px, 1.0416666667vw) 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .section-container {
    width: 100vw;
    padding: 3.90625vw 0 0;
  }
}
.index-Unit .unit-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.index-Unit .unit-deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-deco.is-left {
    top: max(228px, 11.875vw);
    left: max(48px, 2.5vw);
    width: max(144px, 7.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-deco.is-left {
    top: 45.5729166667vw;
    left: 9.6354166667vw;
    width: 28.6458333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-deco.is-right {
    top: max(52px, 2.7083333333vw);
    left: max(426px, 22.1875vw);
    width: max(144px, 7.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-deco.is-right {
    top: 10.4166666667vw;
    left: 85.15625vw;
    width: 28.6458333333vw;
  }
}
.index-Unit .unit-ttl {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-ttl {
    width: max(480px, 25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-ttl {
    width: 95.9635416667vw;
  }
}
.index-Unit .unit-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Unit .unit-date {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-date {
    width: max(478px, 24.8958333333vw);
    margin: max(10px, 0.5208333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-date {
    width: 95.5078125vw;
    margin: 1.8229166667vw auto 0;
  }
}
.index-Unit .unit-date img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Unit .unit-about {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #39433a;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-about {
    width: max(436px, 22.7083333333vw);
    margin: max(48px, 2.5vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-about {
    width: 86.9791666667vw;
    margin: 9.5052083333vw auto 0;
  }
}
.index-Unit .unit-about_Text_Ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-about_Text_Ttl {
    font-size: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-about_Text_Ttl {
    font-size: 6.25vw;
  }
}
.index-Unit .unit-about_Text_Desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-about_Text_Desc {
    margin: max(20px, 1.0416666667vw) 0 0;
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-about_Text_Desc {
    margin: 3.90625vw 0 0;
    font-size: 3.6458333333vw;
  }
}
.index-Unit .unit-movie {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-movie {
    width: max(474px, 24.6875vw);
    margin: max(46px, 2.3958333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-movie {
    width: 94.7916666667vw;
    max-width: 100%;
    margin: 9.1145833333vw auto 0;
  }
}
.index-Unit .unit-movie_Line {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: url("../../images/unit/line.svg") no-repeat center/100% 100%;
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-movie_Line {
    width: max(474px, 24.6875vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-movie_Line {
    width: 94.7916666667vw;
    max-width: 100%;
    height: 0.6510416667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Unit .unit-movie_Line.is-bottom {
    margin: max(10px, 0.5208333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .unit-movie_Line.is-bottom {
    margin: 1.8229166667vw auto 0;
  }
}
.index-Unit .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 728/409;
  height: auto;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-Unit .thumbnail {
    margin: max(12px, 0.625vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .thumbnail {
    margin: 2.4739583333vw auto 0;
  }
}
.index-Unit .thumbnail > img,
.index-Unit .thumbnail > .overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.index-Unit .thumbnail > img,
.index-Unit .thumbnail > .overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-Unit .thumbnail .overlay {
  pointer-events: none;
  z-index: 1;
}
.index-Unit .thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url("../../images/unit/icon_play.svg") no-repeat center/contain;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-Unit .thumbnail .play {
    width: max(92px, 4.7916666667vw);
    height: max(92px, 4.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Unit .thumbnail .play {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (any-hover: hover) {
  .index-Unit .thumbnail:hover {
    opacity: 0.92;
  }
  .index-Unit .thumbnail:hover .play {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@media screen and (min-width: 1025px) {
  .index-Character .section-container {
    width: max(500px, 26.0416666667vw);
    padding: max(98px, 5.1041666667vw) 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .section-container {
    width: 100vw;
    padding: 19.53125vw 0 0;
  }
}
.index-Character .section-header .title {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .index-Character .section-header .title {
    width: max(500px, 26.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .section-header .title {
    width: 100vw;
  }
}
.index-Character .section-header .title img {
  width: 100%;
  height: auto;
}
.index-Character .character-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-nav {
    margin: max(60px, 3.125vw) 0 0 max(34px, 1.7708333333vw);
    gap: max(10px, 0.5208333333vw);
    width: max(432px, 22.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-nav {
    margin: 11.71875vw 0 0 6.7708333333vw;
    gap: 2.0833333333vw;
    width: 86.4583333333vw;
  }
}
.index-Character .character-nav li {
  list-style: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.index-Character .character-nav .character-nav-item {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-nav .character-nav-item {
    width: max(78px, 4.0625vw);
    height: max(78px, 4.0625vw);
    border: max(4px, 0.2083333333vw) solid transparent;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-nav .character-nav-item {
    width: 15.625vw;
    height: 15.625vw;
    border: 0.5208333333vw solid transparent;
  }
}
.index-Character .character-nav .character-nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-Character .character-nav .character-nav-item.is-active {
  opacity: 1;
  border-color: #37d1ab;
}
@media (any-hover: hover) {
  .index-Character .character-nav .character-nav-item:hover {
    opacity: 1;
  }
}
.index-Character .character-panels {
  position: relative;
}
.index-Character .character-panel {
  display: none;
  position: relative;
}
.index-Character .character-panel.is-active {
  display: block;
}
.index-Character .character-visual {
  position: relative;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-visual {
    width: max(500px, 26.0416666667vw);
    margin: min(-65px, -3.3854166667vw) auto 0;
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-visual {
    width: 99.7395833333vw;
    margin: -13.0208333333vw auto 0;
    padding: 0 0 7.8125vw;
  }
}
.index-Character .character-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.index-Character .character-visual .character-catch {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-visual .character-catch {
    top: max(160px, 8.3333333333vw);
    right: max(26px, 1.3541666667vw);
    gap: 0 max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-visual .character-catch {
    top: 31.9010416667vw;
    right: 5.078125vw;
    gap: 0 1.5625vw;
  }
}
.index-Character .character-visual .character-catch p {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#228245), to(#29b297));
  background: -webkit-linear-gradient(top, #228245 0%, #29b297 100%);
  background: linear-gradient(180deg, #228245 0%, #29b297 100%);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "vert" on;
  font-feature-settings: "vert" on;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-visual .character-catch p {
    width: max(36px, 1.875vw);
    padding: max(10px, 0.5208333333vw) max(4px, 0.2083333333vw);
    font-size: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-visual .character-catch p {
    width: 7.03125vw;
    padding: 1.953125vw 0.5208333333vw;
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Character .character-visual .character-catch p + p {
    margin: max(148px, 7.7083333333vw) 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-visual .character-catch p + p {
    margin: 29.4270833333vw 0 0;
  }
}
.index-Character .character-panel[data-character="04"] .character-catch p + p {
  margin: max(66px, 3.4375vw) 0 0;
}
@media screen and (max-width: 1024px) {
  .index-Character .character-panel[data-character="04"] .character-catch p + p {
    margin: 13.0208333333vw 0 0;
  }
}
.index-Character .character-info {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-info {
    margin: min(-684px, -35.625vw) 0 0;
    padding: 0 max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-info {
    margin: -136.71875vw 0 0;
    padding: 0 5.2083333333vw;
  }
}
.index-Character .character-nav-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-nav-arrows {
    width: max(118px, 6.1458333333vw);
    height: max(52px, 2.7083333333vw);
    margin: 0 0 max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-nav-arrows {
    width: 23.3072916667vw;
    height: 10.4166666667vw;
    margin: 0 0 7.8125vw;
  }
}
.index-Character .character-nav-arrows button {
  position: absolute;
  top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-nav-arrows button {
    width: max(52px, 2.7083333333vw);
    height: max(52px, 2.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-nav-arrows button {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
.index-Character .character-nav-arrows button img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (any-hover: hover) {
  .index-Character .character-nav-arrows button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.index-Character .character-nav-arrows .character-prev {
  left: 0;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-nav-arrows .character-next {
    left: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-nav-arrows .character-next {
    left: 12.890625vw;
  }
}
.index-Character .character-name {
  color: #39433a;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-name {
    font-size: max(68px, 3.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-name {
    font-size: 13.5416666667vw;
  }
}
.index-Character .character-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #39433a;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-cv {
    margin: max(36px, 1.875vw) 0 0;
    gap: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-cv {
    margin: 6.9010416667vw 0 0;
    gap: 1.5625vw;
  }
}
.index-Character .character-cv .cv-label {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-cv .cv-label {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-cv .cv-label {
    font-size: 4.4270833333vw;
  }
}
.index-Character .character-cv .cv-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-cv .cv-name {
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-cv .cv-name {
    font-size: 5.7291666667vw;
  }
}
.index-Character .character-cv .character-voice {
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url("../../webp/character/btn_voice.webp") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-cv .character-voice {
    width: max(118px, 6.1458333333vw);
    height: max(34px, 1.7708333333vw);
    margin: 0 0 0 max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-cv .character-voice {
    width: 23.4375vw;
    height: 6.5104166667vw;
    margin: 0 0 0 1.0416666667vw;
  }
}
@media (any-hover: hover) {
  .index-Character .character-cv .character-voice:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.index-Character .character-code {
  color: #39433a;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-code {
    margin: max(48px, 2.5vw) 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-code {
    margin: 9.5052083333vw 0 0;
  }
}
.index-Character .character-code .sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-code .sub {
    font-size: max(16px, 0.8333333333vw);
    gap: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-code .sub {
    font-size: 3.125vw;
    gap: 1.8229166667vw;
  }
}
.index-Character .character-code .sub::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #39433a;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-code .sub::before {
    width: max(6px, 0.3125vw);
    height: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-code .sub::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.index-Character .character-code .code {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-shadow: 0 0 8px #ffffff;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-code .code {
    font-size: max(32px, 1.6666666667vw);
    margin: max(14px, 0.7291666667vw) 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-code .code {
    font-size: 6.25vw;
    margin: 2.6041666667vw 0 0;
  }
}
.index-Character .character-desc {
  color: #39433a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  text-shadow: 0 0 8px #ffffff;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-desc {
    margin: max(34px, 1.7708333333vw) 0 0;
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-desc {
    margin: 6.5104166667vw 0 0;
    font-size: 3.3854166667vw;
  }
}
.index-Character .character-under {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .index-Character .character-under {
    margin: max(26px, 1.3541666667vw) 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Character .character-under {
    margin: 5.2083333333vw 0 0;
  }
}
.index-Character .character-under img {
  width: 100%;
  height: auto;
  display: block;
}

.index-Pickup {
  position: relative;
  z-index: 2;
}
.index-Pickup .section-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-Pickup .section-container {
    width: max(500px, 26.0416666667vw);
    margin: 0 auto;
    padding: max(82px, 4.2708333333vw) 0 max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Pickup .section-container {
    width: 100vw;
    margin: 0 auto;
    padding: 16.40625vw 0 1.3020833333vw;
  }
}
.index-Pickup .pickup-ttl {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Pickup .pickup-ttl {
    width: max(482px, 25.1041666667vw);
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Pickup .pickup-ttl {
    width: 96.3541666667vw;
    max-width: 100%;
    padding: s0;
  }
}
.index-Pickup .pickup-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Pickup .pickup-period {
  color: #39433a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .index-Pickup .pickup-period {
    margin: max(26px, 1.3541666667vw) 0 0;
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Pickup .pickup-period {
    margin: 5.2083333333vw 0 0;
    font-size: 3.90625vw;
  }
}
.index-Pickup .pickup-visual {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-Pickup .pickup-visual {
    width: max(482px, 25.1041666667vw);
    margin: max(34px, 1.7708333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Pickup .pickup-visual {
    width: 96.3541666667vw;
    max-width: 100%;
    margin: 6.5104166667vw auto 0;
  }
}
.index-Pickup .pickup-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Pickup .pickup-bnr {
  display: block;
  margin: 0 auto;
}
@media (any-hover: hover) {
  .index-Pickup .pickup-bnr {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    will-change: transform;
  }
  .index-Pickup .pickup-bnr:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1025px) {
  .index-Pickup .pickup-bnr {
    width: max(448px, 23.3333333333vw);
    margin: max(86px, 4.4791666667vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Pickup .pickup-bnr {
    width: 89.5833333333vw;
    max-width: 100%;
    margin: 16.9270833333vw auto 0;
  }
}
.index-Pickup .pickup-bnr img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.index-Campaign {
  background: url("../../webp/campaign/bg_blue.webp") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .index-Campaign {
    background-position: center max(326px, 16.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign {
    background-position: center 58.59375vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Campaign .section-container {
    width: max(500px, 26.0416666667vw);
    margin: 0 auto;
    padding: max(66px, 3.4375vw) 0 max(92px, 4.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .section-container {
    width: 100vw;
    margin: 0 auto;
    padding: 13.0208333333vw 0 18.2291666667vw;
  }
}
.index-Campaign .campaign-ttl {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .campaign-ttl {
    width: max(500px, 26.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .campaign-ttl {
    width: 100vw;
    max-width: 100%;
  }
}
.index-Campaign .campaign-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Campaign .campaign-gacha {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .campaign-gacha {
    width: max(500px, 26.0416666667vw);
    margin: max(60px, 3.125vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .campaign-gacha {
    width: 100vw;
    max-width: 100%;
    margin: 11.71875vw auto 0;
  }
}
.index-Campaign .campaign-gacha img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Campaign .campaign-catch {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .campaign-catch {
    width: max(456px, 23.75vw);
    margin: max(34px, 1.7708333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .campaign-catch {
    width: 91.1458333333vw;
    max-width: 100%;
    margin: 6.5104166667vw auto 0;
  }
}
.index-Campaign .campaign-catch img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Campaign .campaign-text {
  color: #39433a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .campaign-text {
    margin: max(34px, 1.7708333333vw) 0 0;
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .campaign-text {
    margin: 6.5104166667vw 0 0;
    font-size: 3.90625vw;
  }
}
.index-Campaign .unit-movie {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .unit-movie {
    width: max(474px, 24.6875vw);
    margin: max(40px, 2.0833333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .unit-movie {
    width: 94.7916666667vw;
    max-width: 100%;
    margin: 7.8125vw auto 0;
  }
}
.index-Campaign .unit-movie_Line {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: url("../../images/campaign/line.svg") no-repeat center/100% 100%;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .unit-movie_Line {
    width: max(474px, 24.6875vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .unit-movie_Line {
    width: 94.7916666667vw;
    max-width: 100%;
    height: 0.6510416667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Campaign .unit-movie_Line.is-bottom {
    margin: max(10px, 0.5208333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .unit-movie_Line.is-bottom {
    margin: 1.8229166667vw auto 0;
  }
}
.index-Campaign .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 728/409;
  height: auto;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .thumbnail {
    margin: max(12px, 0.625vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .thumbnail {
    margin: 2.4739583333vw auto 0;
  }
}
.index-Campaign .thumbnail > img,
.index-Campaign .thumbnail > .overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.index-Campaign .thumbnail > img,
.index-Campaign .thumbnail > .overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-Campaign .thumbnail .overlay {
  pointer-events: none;
  z-index: 1;
}
.index-Campaign .thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url("../../images/unit/icon_play.svg") no-repeat center/contain;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-Campaign .thumbnail .play {
    width: max(92px, 4.7916666667vw);
    height: max(92px, 4.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Campaign .thumbnail .play {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (any-hover: hover) {
  .index-Campaign .thumbnail:hover {
    opacity: 0.92;
  }
  .index-Campaign .thumbnail:hover .play {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* Event / Download 共通背景（bg-white 三段）
   上下飾りの透過から bg_2 が見えるよう、中間白は上下キャップ分を空けて敷く */
/*---------------------------------------------------------*/
.index-Event,
.index-Download {
  position: relative;
  background-color: transparent;
  background-image: url("../../webp/bg-white/sp_bg_white_top.webp"), url("../../webp/bg-white/sp_bg_white_bottom.webp"), url("../../webp/bg-white/bg_white.webp");
  background-repeat: no-repeat;
  background-position: top center, bottom center, center;
}
@media screen and (min-width: 1025px) {
  .index-Event,
  .index-Download {
    --bg-white-cap: max(86px, 4.4791666667vw);
    background-size: 100% var(--bg-white-cap), 100% var(--bg-white-cap), 100% calc(100% - var(--bg-white-cap) * 2);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event,
  .index-Download {
    --bg-white-cap: 16.9270833333vw;
    background-size: 100% var(--bg-white-cap), 100% var(--bg-white-cap), 100% calc(100% - var(--bg-white-cap) * 2);
  }
}

/* event */
/*---------------------------------------------------------*/
.index-Event .section-container {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container {
    width: max(500px, 26.0416666667vw);
    margin: 0 auto;
    padding: max(124px, 6.4583333333vw) 0 max(130px, 6.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container {
    width: 100vw;
    margin: 0 auto;
    padding: 24.7395833333vw 0 26.0416666667vw;
  }
}
.index-Event .event-ttl {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-ttl {
    width: max(462px, 24.0625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-ttl {
    width: 92.1875vw;
    max-width: 100%;
  }
}
.index-Event .event-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Event .event-date {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-date {
    width: max(448px, 23.3333333333vw);
    margin: max(26px, 1.3541666667vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-date {
    width: 89.5833333333vw;
    max-width: 100%;
    margin: 5.2083333333vw auto 0;
  }
}
.index-Event .event-date img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Event .event-kv {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-kv {
    width: max(500px, 26.0416666667vw);
    margin: max(34px, 1.7708333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-kv {
    width: 100vw;
    max-width: 100%;
    margin: 6.5104166667vw auto 0;
  }
}
.index-Event .event-kv img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Event .event-catch {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-catch {
    width: max(304px, 15.8333333333vw);
    margin: max(34px, 1.7708333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-catch {
    width: 60.6770833333vw;
    max-width: 100%;
    margin: 6.5104166667vw auto 0;
  }
}
.index-Event .event-catch img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Event .event-story {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-story {
    width: max(500px, 26.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-story {
    width: 100vw;
    max-width: 100%;
  }
}
.index-Event .event-story img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-story.is-01 {
    margin: max(80px, 4.1666666667vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-story.is-01 {
    margin: 16.015625vw auto 0;
  }
}
.index-Event .event-story.is-01::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background: url("../../webp/event/deco_left.webp") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-story.is-01::before {
    top: min(-104px, -5.4166666667vw);
    left: 0;
    width: max(138px, 7.1875vw);
    height: max(242px, 12.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-story.is-01::before {
    top: -20.8333333333vw;
    left: 0;
    width: 27.34375vw;
    height: 48.1770833333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-story.is-02 {
    margin: max(40px, 2.0833333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-story.is-02 {
    margin: 8.0729166667vw auto 0;
  }
}
.index-Event .event-story.is-02::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background: url("../../webp/event/deco_right.webp") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-story.is-02::after {
    right: 0;
    bottom: min(-137px, -7.1354166667vw);
    width: max(138px, 7.1875vw);
    height: max(242px, 12.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-story.is-02::after {
    right: 0;
    bottom: -27.34375vw;
    width: 27.34375vw;
    height: 48.1770833333vw;
  }
}
.index-Event .event-line {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: url("../../images/event/line.svg") no-repeat center/100% 100%;
  opacity: 0.4;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-line {
    width: max(422px, 21.9791666667vw);
    height: max(4px, 0.2083333333vw);
    margin: max(40px, 2.0833333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-line {
    width: 84.375vw;
    max-width: 100%;
    height: 0.5208333333vw;
    margin: 7.8125vw auto 0;
  }
}
.index-Event .event-held-ttl {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-held-ttl {
    width: max(462px, 24.0625vw);
    margin: max(46px, 2.3958333333vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-held-ttl {
    width: 92.1875vw;
    max-width: 100%;
    margin: 9.1145833333vw auto 0;
  }
}
.index-Event .event-held-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Event .event-held-img {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-held-img {
    width: max(444px, 23.125vw);
    margin: max(26px, 1.3541666667vw) auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-held-img {
    width: 88.5416666667vw;
    max-width: 100%;
    margin: 5.2083333333vw auto 0;
  }
}
.index-Event .event-held-img img {
  display: block;
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------*/
/* NEWS */
/*---------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .index-News {
    margin-top: max(46px, 2.3958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News {
    margin-top: 9.1145833333vw;
  }
}
.index-News .section-container .section-header .title {
  position: relative;
  margin-inline: auto;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-header .title {
    width: max(246px, 12.8125vw);
    -webkit-filter: drop-shadow(0 0 max(20px, 1.0416666667vw) #fff);
    filter: drop-shadow(0 0 max(20px, 1.0416666667vw) #fff);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-header .title {
    width: 49.0885416667vw;
    -webkit-filter: drop-shadow(0 0 3.90625vw #fff);
    filter: drop-shadow(0 0 3.90625vw #fff);
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body {
    margin: max(26px, 1.3541666667vw) auto 0;
    width: max(448px, 23.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body {
    margin: 5.2083333333vw auto 0;
    width: 89.5833333333vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul {
    gap: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul {
    gap: 3.125vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li {
    width: max(216px, 11.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li {
    width: 43.2291666667vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: transparent;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label {
    padding-top: max(24px, 1.25vw);
    height: max(72px, 3.75vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label {
    padding-top: 4.8177083333vw;
    height: 14.3229166667vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../../webp/news/bg-white.webp") no-repeat center/contain;
  content: "";
  z-index: 0;
  -webkit-transition: background-image 0.25s ease-out;
  transition: background-image 0.25s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label::before {
    height: max(66px, 3.4375vw);
    -webkit-filter: drop-shadow(0 0 max(26px, 1.3541666667vw) rgba(80, 80, 80, 0.2));
    filter: drop-shadow(0 0 max(26px, 1.3541666667vw) rgba(80, 80, 80, 0.2));
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label::before {
    height: 13.0208333333vw;
    -webkit-filter: drop-shadow(0 0 5.2083333333vw rgba(80, 80, 80, 0.2));
    filter: drop-shadow(0 0 5.2083333333vw rgba(80, 80, 80, 0.2));
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span {
  position: relative;
  z-index: 1;
  color: #4e9e56;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.text {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.text {
    font-size: 3.3854166667vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
  position: absolute;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
    bottom: 0;
    width: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
    bottom: 0vw;
    width: 3.6458333333vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label {
  pointer-events: none;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label::before {
  background-image: url("../../webp/news/bg.webp");
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label span {
  color: #ffffff;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label span.svg.arrow {
  opacity: 1;
}
@media (any-hover: hover) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:not(:checked) + label span {
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover span {
    text-shadow: 0 0 max(6px, 0.3125vw) rgba(78, 158, 86, 0.6);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover span {
    text-shadow: 0 0 1.0416666667vw rgba(78, 158, 86, 0.6);
  }
}
.index-News .section-container .section-body .news-article {
  background: #ffffff;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article {
    width: max(448px, 23.3333333333vw);
    padding: max(26px, 1.3541666667vw) max(26px, 1.3541666667vw) max(40px, 2.0833333333vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(26px, 1.3541666667vw) rgba(57, 67, 58, 0.2));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(26px, 1.3541666667vw) rgba(57, 67, 58, 0.2));
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article {
    width: 89.5833333333vw;
    padding: 5.2083333333vw 5.2083333333vw 7.8125vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(57, 67, 58, 0.2));
    filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(57, 67, 58, 0.2));
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article + .news-article {
    margin-top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article + .news-article {
    margin-top: 5.2083333333vw;
  }
}
.index-News .section-container .section-body .news-article .news-header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-header h3 {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-header h3 {
    font-size: 4.4270833333vw;
  }
}
.index-News .section-container .section-body .news-article .news-header h3.text-center {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-image {
  aspect-ratio: 608/342;
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-text {
  background: #4e9e56;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text {
    padding: max(10px, 0.5208333333vw) max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text {
    padding: 1.953125vw 1.3020833333vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p {
    font-size: 3.125vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p.left {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p .small {
    font-size: max(12px, 0.625vw);
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p .small {
    font-size: 2.34375vw;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p {
    font-size: 3.125vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p + p {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p + p {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text a {
  color: #4e9e56;
}
@media (any-hover: hover) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .index-News .section-container .section-body .news-article .news-main .news-main-text a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention {
    margin-top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention {
    margin-top: 5.2083333333vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention.is-no-margin {
  margin: 0;
}
.index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention li {
    font-size: 2.6041666667vw;
  }
}
.index-News .section-container .section-body .tab-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-container {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-container {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .tab-content {
  display: none;
}
.index-News .section-container .section-body .tab-content.hidden {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.index-News .section-container .section-body .tab-content.active {
  display: block;
  opacity: 1;
}

/*---------------------------------------------------------*/
/* 壁紙ダウンロード */
/*---------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .index-Download {
    margin-top: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download {
    margin-top: 7.8125vw;
  }
}
.index-Download .section-container {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-container {
    padding: 0 0 max(130px, 6.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-container {
    padding: 0 0 26.0416666667vw;
  }
}
.index-Download .section-container .bg-download {
  display: none;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-header {
    padding-top: max(82px, 4.2708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-header {
    padding-top: 16.1458333333vw;
  }
}
.index-Download .section-header h2.title {
  margin: 0 auto;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-header h2.title {
    width: max(462px, 24.0625vw);
    -webkit-filter: drop-shadow(0 0 max(26px, 1.3541666667vw) #fff) drop-shadow(0 0 max(14px, 0.7291666667vw) #fff);
    filter: drop-shadow(0 0 max(26px, 1.3541666667vw) #fff) drop-shadow(0 0 max(14px, 0.7291666667vw) #fff);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-header h2.title {
    width: 92.1875vw;
    -webkit-filter: drop-shadow(0 0 5.2083333333vw #fff) drop-shadow(0 0 2.6041666667vw #fff);
    filter: drop-shadow(0 0 5.2083333333vw #fff) drop-shadow(0 0 2.6041666667vw #fff);
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .section-body {
    margin-top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-body {
    margin-top: 5.2083333333vw;
  }
}
.index-Download p.text-guide {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #4e9e56;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-intro {
    margin-bottom: max(26px, 1.3541666667vw);
    font-size: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-intro {
    margin-bottom: 5.2083333333vw;
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-share {
    margin-bottom: max(26px, 1.3541666667vw);
    font-size: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-share {
    margin-bottom: 5.2083333333vw;
    font-size: 6.5104166667vw;
  }
}
.index-Download p.text-guide-download {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download {
    margin-bottom: max(22px, 1.1458333333vw);
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download {
    margin-bottom: 4.1666666667vw;
    font-size: 4.6875vw;
  }
}
.index-Download p.text-guide-download::before, .index-Download p.text-guide-download::after {
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::before, .index-Download p.text-guide-download::after {
    top: min(-21px, -1.09375vw);
    width: max(52px, 2.7083333333vw);
    height: max(46px, 2.3958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::before, .index-Download p.text-guide-download::after {
    top: -4.1666666667vw;
    width: 10.15625vw;
    height: 9.1145833333vw;
  }
}
.index-Download p.text-guide-download::before {
  background: url("../../webp/download/deco_emphasis_left.webp") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::before {
    left: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::before {
    left: 7.8125vw;
  }
}
.index-Download p.text-guide-download::after {
  background: url("../../webp/download/deco_emphasis_right.webp") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::after {
    right: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::after {
    right: 7.8125vw;
  }
}
.index-Download p.text-guide-download.animated::before, .index-Download p.text-guide-download.animated::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-Download p.text-guide.text-brown {
  color: #39433a;
}
.index-Download p.text-guide span.text-green,
.index-Download p.text-guide span.text-pink {
  color: #4e9e56;
}
@media screen and (min-width: 1025px) {
  .index-Download .download-wallpaper {
    margin-bottom: max(26px, 1.3541666667vw);
    width: max(500px, 26.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .download-wallpaper {
    width: 100vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .guide-hand {
    padding: max(20px, 1.0416666667vw) 0 max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .guide-hand {
    padding: 3.90625vw 0 4.1666666667vw;
  }
}
.index-Download .guide-hand .icon {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Download .guide-hand .icon {
    width: max(52px, 2.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .guide-hand .icon {
    width: 10.4166666667vw;
  }
}
.index-Download .button {
  display: block;
  aspect-ratio: 648/146;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Download .button {
    width: max(422px, 21.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button {
    width: 84.375vw;
  }
}
.index-Download .button span.button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
}
.index-Download .button span.text {
  color: #ffffff;
  font-weight: 500;
}
@media (any-hover: hover) {
  .index-Download .button-share {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    will-change: transform;
  }
  .index-Download .button-share:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.index-Download .button-share {
  aspect-ratio: auto;
}
@media screen and (min-width: 1025px) {
  .index-Download .button-share {
    width: max(436px, 22.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-share {
    width: 86.9791666667vw;
  }
}
.index-Download .button-share img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Download .button-download:disabled {
  pointer-events: none;
  background: url("../../webp/download/bg_button_download_disabled.webp") no-repeat center/contain;
}
@media (any-hover: hover) {
  .index-Download .button-download:not(:disabled) {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    will-change: transform;
  }
  .index-Download .button-download:not(:disabled):hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.index-Download .button-download:not(:disabled) {
  background: url("../../webp/download/btn_active.webp") no-repeat center/contain;
}
.index-Download .button-download:not(:disabled) span.text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (min-width: 1025px) {
  .index-Download .button-download span.button-inner {
    padding: max(34px, 1.7708333333vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-download span.button-inner {
    padding: 6.7708333333vw 0;
  }
}
.index-Download .button-download span.text {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-Download .button-download span.text {
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-download span.text {
    font-size: 4.6875vw;
  }
}

/*---------------------------------------------------------*/
/* 壁紙ダウンロードモーダル */
/*---------------------------------------------------------*/
.index-Download_Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.index-Download_Modal.modal-active {
  display: block;
}
.index-Download_Modal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .modal-backdrop {
    background-image: url("../../webp/bg_2.webp");
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-backdrop {
    background-image: url("../../webp/bg_2.webp");
  }
}
.index-Download_Modal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
.index-Download_Modal .modal-wrapper {
  position: relative;
  opacity: 0;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .modal-wrapper::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-wrapper::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.index-Download_Modal .modal-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
.index-Download_Modal .modal-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .modal-wrapper {
    padding: max(70px, 3.6458333333vw) max(50px, 2.6041666667vw) max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-wrapper {
    padding: 19.53125vw 3.90625vw 26.0416666667vw;
  }
}
.index-Download_Modal .modal-wrapper.show-transition {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.index-Download_Modal .modal-wrapper.hide-transition {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.index-Download_Modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.index-Download_Modal .modal-container {
  display: none;
}
.index-Download_Modal .modal-container.container-active {
  display: block;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .content-header {
    padding-bottom: max(50px, 2.6041666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-header {
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header {
    padding-bottom: 7.03125vw;
  }
}
.index-Download_Modal .content-header h2.title {
  margin: 0 auto;
  will-change: filter;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .content-header h2.title {
    width: max(588px, 30.625vw);
    -webkit-filter: drop-shadow(0 0 max(33px, 1.71875vw) #fff) drop-shadow(0 0 max(17px, 0.8854166667vw) #fff);
    filter: drop-shadow(0 0 max(33px, 1.71875vw) #fff) drop-shadow(0 0 max(17px, 0.8854166667vw) #fff);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-header h2.title {
    -webkit-filter: drop-shadow(0 0 2.578125vw #fff) drop-shadow(0 0 1.328125vw #fff);
    filter: drop-shadow(0 0 2.578125vw #fff) drop-shadow(0 0 1.328125vw #fff);
    width: 45.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header h2.title {
    position: relative;
    width: 92.1875vw;
    -webkit-filter: drop-shadow(0 0 5.2083333333vw #fff) drop-shadow(0 0 2.6041666667vw #fff);
    filter: drop-shadow(0 0 5.2083333333vw #fff) drop-shadow(0 0 2.6041666667vw #fff);
  }
}
.index-Download_Modal .content-header h2.title img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header h2.title::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../../webp/download/bg_ttl.webp) top center/contain no-repeat;
    width: 100vw;
    height: 48.4375vw;
    top: -13.0208333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .content-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max(1072px, 55.8333333333vw);
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-body {
    width: 83.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-body {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .download-content {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content + .download-content {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content .wallpaper {
    margin: 0 auto max(35px, 1.8229166667vw);
    width: max(254px, 13.2291666667vw);
    border: max(4px, 0.2083333333vw) solid #ffffff;
    -webkit-box-shadow: 0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) 0 rgba(80, 80, 80, 0.4);
    box-shadow: 0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) 0 rgba(80, 80, 80, 0.4);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content .wallpaper {
    margin: 0 auto 2.734375vw;
    width: 19.84375vw;
    border: 0.3125vw solid #ffffff;
    -webkit-box-shadow: 0 0.3125vw 1.5625vw 0 rgba(80, 80, 80, 0.4);
    box-shadow: 0 0.3125vw 1.5625vw 0 rgba(80, 80, 80, 0.4);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content .wallpaper {
    width: 55.2083333333vw;
    margin: 0 auto 3.90625vw;
    border: 0.5208333333vw solid #ffffff;
    -webkit-box-shadow: 0 0.5208333333vw 2.6041666667vw 0 rgba(80, 80, 80, 0.4);
    box-shadow: 0 0.5208333333vw 2.6041666667vw 0 rgba(80, 80, 80, 0.4);
  }
}
.index-Download_Modal .download-content .wallpaper img {
  display: block;
  width: 100%;
  height: auto;
}
.index-Download_Modal .download-content a.button {
  display: block;
  aspect-ratio: auto;
  margin: 0 auto;
  will-change: filter;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content a.button {
    width: max(317px, 16.5104166667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) rgba(80, 80, 80, 0.4));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content a.button {
    width: 24.765625vw;
    -webkit-filter: drop-shadow(0 0.3125vw 1.5625vw rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0.3125vw 1.5625vw rgba(80, 80, 80, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button {
    width: 70.0520833333vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 2.6041666667vw rgba(80, 80, 80, 0.4));
    filter: drop-shadow(0 0.5208333333vw 2.6041666667vw rgba(80, 80, 80, 0.4));
  }
}
.index-Download_Modal .download-content a.button img {
  display: block;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .index-Download_Modal .download-content a.button {
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
  .index-Download_Modal .download-content a.button:hover {
    opacity: 0.85;
  }
}

/* YouTube モーダル */
.st-Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.st-Modal.modal-active {
  display: block;
}
.st-Modal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  z-index: -1;
}
.st-Modal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
.st-Modal .modal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .st-Modal .modal-wrapper::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .st-Modal .modal-wrapper::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.st-Modal .modal-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
.st-Modal .modal-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  .st-Modal .modal-wrapper {
    padding: max(40px, 2.0833333333vw) max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .st-Modal .modal-wrapper {
    padding: 20.8333333333vw 3.90625vw;
  }
}
.st-Modal .modal-wrapper.show-transition {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.st-Modal .modal-wrapper.hide-transition {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.st-Modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.st-Modal .modal-container {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .st-Modal .modal-container {
    max-width: max(1000px, 52.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .st-Modal .modal-container {
    max-width: 91.1458333333vw;
  }
}
.st-Modal .modal-container.container-active {
  display: block;
}
.st-Modal .modal-content.youtube {
  position: relative;
  width: 100%;
}
.st-Modal .modal-content.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.st-Modal .modal-content.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}