@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;
}

body {
  min-width: 320px;
  color: #244d9f;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #77dff4;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -webkit-font-smoothing: antialiased;
}
@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: currentColor;
}

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

.js-animation-trigger {
  position: absolute;
  top: 0;
}
.js-animation.fade-up {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 1025px) {
  .js-animation.fade-up {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .js-animation.fade-up {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.js-animation.fade-up.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.js-animation.fade-blur {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-filter 0.4s ease-out 0.2s;
  transition: opacity 0.6s, -webkit-filter 0.4s ease-out 0.2s;
  transition: opacity 0.6s, filter 0.4s ease-out 0.2s;
  transition: opacity 0.6s, filter 0.4s ease-out 0.2s, -webkit-filter 0.4s ease-out 0.2s;
}
@media screen and (min-width: 1025px) {
  .js-animation.fade-blur {
    -webkit-filter: blur(max(8px, 0.4166666667vw));
    filter: blur(max(8px, 0.4166666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .js-animation.fade-blur {
    -webkit-filter: blur(1.3020833333vw);
    filter: blur(1.3020833333vw);
  }
}
.js-animation.fade-blur.is-animated {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

#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(520px, 27.0833333333vw);
    margin: 0 auto;
  }
}
#st-Header button[name=menu] {
  position: absolute;
  right: 0;
  background: url("../../images/header/bg_button.png") no-repeat center right/contain;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] {
    top: max(16px, 0.8333333333vw);
    width: max(88px, 4.5833333333vw);
    height: max(80px, 4.1666666667vw);
    padding-left: max(30px, 1.5625vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 60, 250, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] {
    top: 2.9947916667vw;
    width: 16.6666666667vw;
    height: 15.3645833333vw;
    padding-left: 5.859375vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
  }
}
#st-Header button[name=menu] span.button-inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.button-inner {
    width: max(31px, 1.6145833333vw);
    height: max(31px, 1.6145833333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.button-inner {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
}
#st-Header button[name=menu] span.line {
  position: absolute;
  left: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line {
    width: max(31px, 1.6145833333vw);
    height: max(3px, 0.15625vw);
    border-radius: max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line {
    width: 5.7291666667vw;
    height: 0.5208333333vw;
    border-radius: 0.5208333333vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(1) {
  -webkit-transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s;
  transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line:nth-child(1) {
    top: max(5px, 0.2604166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line:nth-child(1) {
    top: 1.0416666667vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(2) {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: 2.6041666667vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(3) {
  -webkit-transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s;
  transition: top 0.2s ease-out 0.1s, left 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, width 0.2s ease-out 0.1s, border-radius 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line:nth-child(3) {
    top: max(23px, 1.1979166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line:nth-child(3) {
    top: 4.1666666667vw;
  }
}
@media (any-hover: hover) {
  #st-Header button[name=menu]::before {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  #st-Header button[name=menu]::before {
    border-radius: max(18px, 0.9375vw) 0 0 max(18px, 0.9375vw);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  #st-Header button[name=menu]::before {
    border-radius: 3.2552083333vw 0 0 3.2552083333vw;
  }
}
@media (any-hover: hover) {
  #st-Header button[name=menu] span.button-inner {
    -webkit-transition: -webkit-filter 0.25s ease-out;
    transition: -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out;
    transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  #st-Header button[name=menu] span.button-inner {
    -webkit-filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  #st-Header button[name=menu] span.button-inner {
    -webkit-filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
  }
}
@media (any-hover: hover) {
  #st-Header button[name=menu]:hover::before {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  #st-Header button[name=menu]:hover span.button-inner {
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  #st-Header button[name=menu]:hover span.button-inner {
    -webkit-filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
    filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
  }
}
#st-Header button[name=menu].opened span.line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu].opened span.line:nth-child(1) {
    top: max(14px, 0.7291666667vw);
    left: min(-4px, -0.2083333333vw);
    width: max(39px, 2.03125vw);
    border-radius: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu].opened span.line:nth-child(1) {
    top: 2.6041666667vw;
    left: -0.78125vw;
    width: 7.2916666667vw;
    border-radius: 0.1953125vw;
  }
}
#st-Header button[name=menu].opened span.line:nth-child(2) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#st-Header button[name=menu].opened span.line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu].opened span.line:nth-child(3) {
    top: max(14px, 0.7291666667vw);
    left: min(-4px, -0.2083333333vw);
    width: max(39px, 2.03125vw);
    border-radius: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu].opened span.line:nth-child(3) {
    top: 2.6041666667vw;
    left: -0.78125vw;
    width: 7.2916666667vw;
    border-radius: 0.1953125vw;
  }
}
#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(520px, 27.0833333333vw);
    margin: 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(0, 29, 88, 0.6);
}
#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: url("../../images/header/bg_pattern_menu.png") repeat-y top left;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container {
    -webkit-transform: translateX(max(534px, 27.8125vw));
    transform: translateX(max(534px, 27.8125vw));
    width: max(520px, 27.0833333333vw);
    background-size: max(520px, 27.0833333333vw) max(202px, 10.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container {
    -webkit-transform: translateX(102.6041666667vw);
    transform: translateX(102.6041666667vw);
    width: 100vw;
    background-size: 100vw 38.671875vw;
  }
}
#st-Header .header-nav-container::before {
  position: absolute;
  inset: 0;
  background: url("../../images/header/bg_menu.jpg") no-repeat top left/cover;
  -webkit-mask: url("../../images/header/bg_pattern_menu_mask.png") repeat-y top left;
  mask: url("../../images/header/bg_pattern_menu_mask.png") repeat-y top left;
  content: "";
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container::before {
    -webkit-mask-size: max(520px, 27.0833333333vw) max(202px, 10.5208333333vw);
    mask-size: max(520px, 27.0833333333vw) max(202px, 10.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container::before {
    -webkit-mask-size: 100vw 38.671875vw;
    mask-size: 100vw 38.671875vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container.container-showing {
    -webkit-transform: translateX(max(146px, 7.6041666667vw));
    transform: translateX(max(146px, 7.6041666667vw));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container.container-showing {
    -webkit-transform: translateX(27.8645833333vw);
    transform: translateX(27.8645833333vw);
  }
}
#st-Header .header-nav-container.container-showed {
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container.container-showed {
    -webkit-transform: translateX(max(146px, 7.6041666667vw));
    transform: translateX(max(146px, 7.6041666667vw));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container.container-showed {
    -webkit-transform: translateX(27.8645833333vw);
    transform: translateX(27.8645833333vw);
  }
}
#st-Header .header-nav-container.container-hidden {
  -webkit-transform: translateX(0);
  transform: translateX(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(376px, 19.5833333333vw);
    padding: max(144px, 7.5vw) 0 max(144px, 7.5vw) max(92px, 4.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav {
    width: 72.1354166667vw;
    padding: 27.6041666667vw 0 27.6041666667vw 17.4479166667vw;
  }
}
#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(28px, 1.4583333333vw));
    transform: translateX(max(28px, 1.4583333333vw));
  }
}
@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 (any-hover: hover) {
  #st-Header .header-nav nav ul li a {
    -webkit-transition: -webkit-filter 0.25s ease-out;
    transition: -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out;
    transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  #st-Header .header-nav nav ul li a {
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  #st-Header .header-nav nav ul li a {
    -webkit-filter: drop-shadow(0 0 0vw rgba(255, 255, 255, 0)) drop-shadow(0 0 0vw rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 0vw rgba(255, 255, 255, 0)) drop-shadow(0 0 0vw rgba(255, 255, 255, 0));
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  #st-Header .header-nav nav ul li a:hover {
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) white) drop-shadow(0 0 max(14px, 0.7291666667vw) rgba(255, 255, 255, 0.3));
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) white) drop-shadow(0 0 max(14px, 0.7291666667vw) rgba(255, 255, 255, 0.3));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  #st-Header .header-nav nav ul li a:hover {
    -webkit-filter: drop-shadow(0 0 0.6510416667vw white) drop-shadow(0 0 2.6041666667vw rgba(255, 255, 255, 0.3));
    filter: drop-shadow(0 0 0.6510416667vw white) drop-shadow(0 0 2.6041666667vw rgba(255, 255, 255, 0.3));
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.parent-list > li + li {
    margin-top: max(44px, 2.2916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.parent-list > li + li {
    margin-top: 8.3333333333vw;
  }
}
#st-Header .header-nav nav ul.parent-list > li > a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  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(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.parent-list > li > a {
    font-size: 5.46875vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list {
    padding-top: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.child-list {
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list > li + li {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.child-list > li + li {
    margin-top: 5.46875vw;
  }
}
#st-Header .header-nav nav ul.child-list > li > a {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-image: url("../../images/header/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(28px, 1.4583333333vw);
    font-size: max(20px, 1.0416666667vw);
    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.90625vw;
    background-position: top 1.6927083333vw left;
    background-size: 2.6041666667vw 2.6041666667vw;
  }
}

#st-Footer {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Footer {
    padding-top: max(54px, 2.8125vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer {
    padding-top: 10.4166666667vw;
  }
}
#st-Footer::before {
  position: absolute;
  right: 0;
  left: 0;
  aspect-ratio: 768/704;
  background: url("../../webp/bg_shoreline_top.webp") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  #st-Footer::before {
    top: min(-164px, -8.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer::before {
    top: -31.5104166667vw;
  }
}
#st-Footer .footer-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-container {
    padding: 0 max(28px, 1.4583333333vw) max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-container {
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer.has-FixedBanner .footer-container {
    padding-bottom: 31.7708333333vw;
  }
}
#st-Footer .footer-content {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-content {
    margin-bottom: max(28px, 1.4583333333vw);
    padding: max(18px, 0.9375vw) 0 max(34px, 1.7708333333vw);
    border: max(1px, 0.0520833333vw) solid #ffffff;
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-content {
    margin-bottom: 5.2083333333vw;
    padding: 3.3854166667vw 0 6.25vw;
    border: 0.2604166667vw solid #ffffff;
    border-radius: 1.3020833333vw;
  }
}
#st-Footer p.footer-title {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #st-Footer p.footer-title {
    width: max(256px, 13.3333333333vw);
    margin-bottom: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer p.footer-title {
    width: 49.21875vw;
    margin-bottom: 4.0364583333vw;
  }
}
#st-Footer p.footer-title::before {
  position: absolute;
  z-index: -1;
  background: url("../../images/footer/bg_footer_title.png") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  #st-Footer p.footer-title::before {
    top: min(-47px, -2.4479166667vw);
    left: min(-67px, -3.4895833333vw);
    width: max(390px, 20.3125vw);
    height: max(164px, 8.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer p.footer-title::before {
    top: -8.984375vw;
    left: -12.890625vw;
    width: 75vw;
    height: 31.25vw;
  }
}
#st-Footer ul.app-badge-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-badge-list {
    margin-bottom: max(14px, 0.7291666667vw);
    padding: 0 max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-badge-list {
    margin-bottom: 2.6041666667vw;
    padding: 0 6.25vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer 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 {
    margin-left: 0.9114583333vw;
  }
}
#st-Footer ul.app-badge-list li a {
  display: block;
}
@media (any-hover: hover) {
  #st-Footer 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 {
    opacity: 0.7;
  }
}
#st-Footer ul.app-badge-list li a.app-store {
  aspect-ratio: 168/62;
}
#st-Footer ul.app-badge-list li a.google-play {
  aspect-ratio: 207/62;
}
#st-Footer ul.app-badge-list li a.steam {
  aspect-ratio: 199/62;
}
@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.25vw;
  }
}
#st-Footer ul.app-notice li {
  padding-left: 1em;
  color: rgba(48, 42, 47, 0.5);
  line-height: 1.5;
  letter-spacing: 0.04em;
  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: 580/101;
  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.5208333333vw;
  }
}
#st-Footer .hbr-official a span.text {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  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(48, 42, 47, 0.3);
  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;
  }
}

.no-webp #st-Footer::before {
  background-image: url("../../images/bg_shoreline_top.png");
}

#st-Wrapper {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Wrapper::before {
    position: fixed;
    inset: 0;
    background: url("../../images/pc/bg_pc.jpg") no-repeat top center/cover;
    content: "";
  }
}
#st-Container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #st-Container {
    width: max(520px, 27.0833333333vw);
    margin: 0 auto;
  }
}
#st-Container .bg-water-surface {
  position: fixed;
  inset: 0;
  background: url("../../webp/bg_water-surface.webp") no-repeat top center/cover;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #st-Container .bg-water-surface {
    width: max(520px, 27.0833333333vw);
    margin: 0 auto;
  }
}
.no-webp #st-Container::before {
  background-image: url("../../images/bg_water-surface.jpg");
}

#st-Main {
  position: relative;
  background-image: url("../../webp/mainvisual/bg_mv_water.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1025px) {
  #st-Main {
    background-position: top max(280px, 14.5833333333vw) center;
  }
}
@media screen and (max-width: 1024px) {
  #st-Main {
    background-position: top 53.7760416667vw center;
  }
}

.no-webp #st-Main {
  background-image: url("../../images/mainvisual/bg_mv_water.png");
}

.sw-Button_ModalClose {
  position: fixed;
  right: 0;
  z-index: 1000;
  background: url("../../images/header/bg_button.png") no-repeat center right/contain;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose {
    top: max(16px, 0.8333333333vw);
    width: max(88px, 4.5833333333vw);
    height: max(80px, 4.1666666667vw);
    padding-left: max(30px, 1.5625vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 60, 250, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose {
    top: 2.9947916667vw;
    width: 16.6666666667vw;
    height: 15.3645833333vw;
    padding-left: 5.859375vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
  }
}
.sw-Button_ModalClose span.button-inner {
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose span.button-inner {
    width: max(30px, 1.5625vw);
    height: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose span.button-inner {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
}
.sw-Button_ModalClose span.line {
  position: absolute;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose span.line {
    width: max(38px, 1.9791666667vw);
    height: max(3px, 0.15625vw);
    border-radius: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose span.line {
    width: 7.2916666667vw;
    height: 0.5208333333vw;
    border-radius: 0.1953125vw;
  }
}
.sw-Button_ModalClose span.line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sw-Button_ModalClose span.line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .sw-Button_ModalClose::before {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .sw-Button_ModalClose::before {
    border-radius: max(18px, 0.9375vw) 0 0 max(18px, 0.9375vw);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .sw-Button_ModalClose::before {
    border-radius: 3.2552083333vw 0 0 3.2552083333vw;
  }
}
@media (any-hover: hover) {
  .sw-Button_ModalClose span.button-inner {
    -webkit-transition: -webkit-filter 0.25s ease-out;
    transition: -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out;
    transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .sw-Button_ModalClose span.button-inner {
    -webkit-filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .sw-Button_ModalClose span.button-inner {
    -webkit-filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
  }
}
@media (any-hover: hover) {
  .sw-Button_ModalClose:hover::before {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .sw-Button_ModalClose:hover span.button-inner {
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .sw-Button_ModalClose:hover span.button-inner {
    -webkit-filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
    filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
  }
}

.sw-Fixed_Banner {
  position: fixed;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner {
    bottom: max(33px, 1.71875vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner {
    bottom: 1.6927083333vw;
  }
}
.sw-Fixed_Banner .banner-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner .banner-container {
    padding-top: max(31px, 1.6145833333vw);
    -webkit-filter: drop-shadow(0 0 max(24px, 1.25vw) rgba(255, 255, 255, 0.4));
    filter: drop-shadow(0 0 max(24px, 1.25vw) rgba(255, 255, 255, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner .banner-container {
    padding-top: 4.0364583333vw;
    -webkit-filter: drop-shadow(0 0 3.125vw rgba(255, 255, 255, 0.4));
    filter: drop-shadow(0 0 3.125vw rgba(255, 255, 255, 0.4));
  }
}
.sw-Fixed_Banner button[name=banner-close] {
  position: absolute;
  top: 0;
}
@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.7;
  }
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner button[name=banner-close] {
    right: max(8px, 0.4166666667vw);
    width: max(34px, 1.7708333333vw);
    height: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner button[name=banner-close] {
    right: 1.0416666667vw;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
  }
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner .banner-image {
    width: max(274px, 14.2708333333vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(5px, 0.2604166667vw) rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(5px, 0.2604166667vw) rgba(1, 60, 250, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner .banner-image {
    width: 35.6770833333vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
  }
}
.sw-Fixed_Banner .banner-image a {
  display: block;
}
@media (any-hover: hover) {
  .sw-Fixed_Banner .banner-image a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  .sw-Fixed_Banner .banner-image a:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes scale-bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  75% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  75% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.index-MainVisual {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual {
    margin-bottom: min(-22px, -1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual {
    margin-bottom: -4.1666666667vw;
  }
}
.index-MainVisual .mv-logo {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-logo {
    top: max(14px, 0.7291666667vw);
    left: max(14px, 0.7291666667vw);
    width: max(92px, 4.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-logo {
    top: 2.6041666667vw;
    left: 2.6041666667vw;
    width: 17.4479166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-image {
    margin-bottom: min(-30px, -1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-image {
    margin-bottom: -5.7291666667vw;
  }
}
.index-MainVisual .mv-title-container {
  position: relative;
}
.index-MainVisual .mv-title-container::before {
  position: absolute;
  right: 0;
  left: 0;
  aspect-ratio: 768/418;
  background: url("../../webp/mainvisual/bg_mv_splash.webp") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-title-container::before {
    top: min(-50px, -2.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-title-container::before {
    top: -9.6354166667vw;
  }
}
.index-MainVisual h1.mv-title {
  position: relative;
  width: 100%;
  aspect-ratio: 768/358;
}
.index-MainVisual h1.mv-title::before, .index-MainVisual h1.mv-title::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  content: "";
}
.index-MainVisual h1.mv-title::before {
  background: url("../../images/mainvisual/bg_mv_title_left.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h1.mv-title::before {
    left: max(14px, 0.7291666667vw);
    width: max(174px, 9.0625vw);
    height: max(120px, 6.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual h1.mv-title::before {
    left: 2.6041666667vw;
    width: 33.3333333333vw;
    height: 22.9166666667vw;
  }
}
.index-MainVisual h1.mv-title::after {
  background: url("../../images/mainvisual/bg_mv_title_right.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h1.mv-title::after {
    right: max(12px, 0.625vw);
    width: max(174px, 9.0625vw);
    height: max(98px, 5.1041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual h1.mv-title::after {
    right: 2.2135416667vw;
    width: 33.3333333333vw;
    height: 18.75vw;
  }
}
.index-MainVisual.js-animation .mv-image {
  -webkit-transition: -webkit-filter 0.5s ease-out;
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual.js-animation .mv-image {
    -webkit-filter: blur(max(8px, 0.4166666667vw));
    filter: blur(max(8px, 0.4166666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual.js-animation .mv-image {
    -webkit-filter: blur(1.3020833333vw);
    filter: blur(1.3020833333vw);
  }
}
.index-MainVisual.js-animation h1.mv-title {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual.js-animation h1.mv-title {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual.js-animation h1.mv-title {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-MainVisual.js-animation h1.mv-title::before, .index-MainVisual.js-animation h1.mv-title::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.index-MainVisual.is-animated .mv-image {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.index-MainVisual.is-animated h1.mv-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-MainVisual.is-animated h1.mv-title::before, .index-MainVisual.is-animated h1.mv-title::after {
  -webkit-animation: scale-bound 0.8s ease-in-out 0.8s both;
  animation: scale-bound 0.8s ease-in-out 0.8s both;
}

.no-webp .index-MainVisual .mv-title-container::before {
  background-image: url("../../images/mainvisual/bg_mv_splash.png");
}

.index-PickUp {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-PickUp {
    padding-bottom: max(116px, 6.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp {
    padding-bottom: 22.3958333333vw;
  }
}
.index-PickUp::before {
  position: absolute;
  right: 0;
  left: 0;
  aspect-ratio: 768/704;
  background: url("../../webp/bg_shoreline_bottom.webp") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-PickUp::before {
    bottom: min(-116px, -6.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp::before {
    bottom: -22.3958333333vw;
  }
}
.index-PickUp .pickup-content {
  position: relative;
}
.index-PickUp .pickup-content .pickup-figure {
  position: relative;
}
.index-PickUp .pickup-content .pickup-figure-text {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 {
    margin-bottom: max(44px, 2.2916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 {
    margin-bottom: 8.203125vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-background-bubble {
  position: absolute;
  left: 0;
  z-index: 1;
  background: url("../../images/pickup/bg_pickup_bubble_left.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-background-bubble {
    top: min(-159px, -8.28125vw);
    width: max(146px, 7.6041666667vw);
    height: max(228px, 11.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-background-bubble {
    top: -30.5989583333vw;
    width: 27.8645833333vw;
    height: 43.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure {
    margin-bottom: min(-55px, -2.8645833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure {
    margin-bottom: -10.546875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure-text {
    top: max(264px, 13.75vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure-text {
    top: 50.5208333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-02 {
    margin-bottom: max(56px, 2.9166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-02 {
    margin-bottom: 10.8072916667vw;
  }
}
.index-PickUp .pickup-content-02 .pickup-background-bubble {
  position: absolute;
  right: 0;
  z-index: 1;
  background: url("../../images/pickup/bg_pickup_bubble_right.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-02 .pickup-background-bubble {
    top: min(-75px, -3.90625vw);
    width: max(146px, 7.6041666667vw);
    height: max(228px, 11.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-02 .pickup-background-bubble {
    top: -14.453125vw;
    width: 27.8645833333vw;
    height: 43.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-02 .pickup-figure-text {
    top: max(262px, 13.6458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-02 .pickup-figure-text {
    top: 50.2604166667vw;
  }
}
.index-PickUp .pickup-content-03 .pickup-background-bubble {
  position: absolute;
  right: 0;
  z-index: 1;
  background: url("../../images/pickup/bg_pickup_bubble_right.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-03 .pickup-background-bubble {
    top: min(-61px, -3.1770833333vw);
    width: max(146px, 7.6041666667vw);
    height: max(228px, 11.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-03 .pickup-background-bubble {
    top: -11.71875vw;
    width: 27.8645833333vw;
    height: 43.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-03 .pickup-figure-text {
    top: max(272px, 14.1666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-03 .pickup-figure-text {
    top: 52.34375vw;
  }
}
.index-PickUp .pickup-notice {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-notice {
    padding: 0 max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-notice {
    padding: 0 5.2083333333vw;
  }
}
.index-PickUp .pickup-notice ul.attention {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-notice ul.attention {
    padding: max(8px, 0.4166666667vw) max(12px, 0.625vw) max(10px, 0.5208333333vw);
    border: max(1px, 0.0520833333vw) solid #ffffff;
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-notice ul.attention {
    padding: 1.3020833333vw 2.34375vw 1.8229166667vw;
    border: 0.2604166667vw solid #ffffff;
    border-radius: 1.3020833333vw;
  }
}
.index-PickUp .pickup-notice ul.attention li {
  margin-right: -0.06em;
  padding-left: 1em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-notice ul.attention li {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-notice ul.attention li {
    font-size: 3.125vw;
  }
}
.index-PickUp .pickup-notice ul.attention li::before {
  content: "※";
}
.index-PickUp .pickup-button a.button-webshop {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 440/92;
  margin: 0 auto;
  background: url("../../images/pickup/bg_button_webshop.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-button a.button-webshop {
    width: max(298px, 15.5208333333vw);
    padding-top: max(10px, 0.5208333333vw);
    border-radius: max(62px, 3.2291666667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 60, 250, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-button a.button-webshop {
    width: 57.2916666667vw;
    padding-top: 2.0833333333vw;
    border-radius: 11.9791666667vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
  }
}
.index-PickUp .pickup-button a.button-webshop span.text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-button a.button-webshop span.text {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-button a.button-webshop span.text {
    font-size: 4.1666666667vw;
  }
}
.index-PickUp .pickup-button a.button-webshop span.svg.external {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-button a.button-webshop span.svg.external {
    top: max(24px, 1.25vw);
    right: max(24px, 1.25vw);
    width: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-button a.button-webshop span.svg.external {
    top: 4.6875vw;
    right: 4.6875vw;
    width: 2.6041666667vw;
  }
}
@media (any-hover: hover) {
  .index-PickUp .pickup-button a.button-webshop::before {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-PickUp .pickup-button a.button-webshop::before {
    border-radius: max(62px, 3.2291666667vw);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-PickUp .pickup-button a.button-webshop::before {
    border-radius: 11.9791666667vw;
  }
}
@media (any-hover: hover) {
  .index-PickUp .pickup-button a.button-webshop span.text {
    -webkit-transition: -webkit-filter 0.25s ease-out;
    transition: -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out;
    transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-PickUp .pickup-button a.button-webshop span.text {
    -webkit-filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-PickUp .pickup-button a.button-webshop span.text {
    -webkit-filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
  }
}
@media (any-hover: hover) {
  .index-PickUp .pickup-button a.button-webshop:hover::before {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-PickUp .pickup-button a.button-webshop:hover span.text {
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-PickUp .pickup-button a.button-webshop:hover span.text {
    -webkit-filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
    filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
  }
}
.index-PickUp .pickup-content.js-animation .pickup-background-bubble {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.5s ease-in 0.8s;
  transition: -webkit-clip-path 0.5s ease-in 0.8s;
  transition: clip-path 0.5s ease-in 0.8s;
  transition: clip-path 0.5s ease-in 0.8s, -webkit-clip-path 0.5s ease-in 0.8s;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content.js-animation .js-animation-trigger {
    top: max(260px, 13.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content.js-animation .js-animation-trigger {
    top: 49.4791666667vw;
  }
}
.index-PickUp .pickup-content.js-animation .pickup-figure-image {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out, -webkit-filter 0.4s ease-out 0.2s;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out, -webkit-filter 0.4s ease-out 0.2s;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, filter 0.4s ease-out 0.2s;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, filter 0.4s ease-out 0.2s, -webkit-transform 0.8s ease-out, -webkit-filter 0.4s ease-out 0.2s;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content.js-animation .pickup-figure-image {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
    -webkit-filter: blur(max(8px, 0.4166666667vw));
    filter: blur(max(8px, 0.4166666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content.js-animation .pickup-figure-image {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
    -webkit-filter: blur(1.3020833333vw);
    filter: blur(1.3020833333vw);
  }
}
.index-PickUp .pickup-content.js-animation .pickup-figure-text {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.4s, -webkit-transform 0.8s ease-out 0.4s;
  transition: opacity 0.8s ease-out 0.4s, -webkit-transform 0.8s ease-out 0.4s;
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s, -webkit-transform 0.8s ease-out 0.4s;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content.js-animation .pickup-figure-text {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content.js-animation .pickup-figure-text {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-PickUp .pickup-content.js-animation .pickup-notice, .index-PickUp .pickup-content.js-animation .pickup-button {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.8s, -webkit-transform 0.8s ease-out 0.8s;
  transition: opacity 0.8s ease-out 0.8s, -webkit-transform 0.8s ease-out 0.8s;
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s, -webkit-transform 0.8s ease-out 0.8s;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content.js-animation .pickup-notice, .index-PickUp .pickup-content.js-animation .pickup-button {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content.js-animation .pickup-notice, .index-PickUp .pickup-content.js-animation .pickup-button {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-PickUp .pickup-content.is-animated .pickup-background-bubble {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.index-PickUp .pickup-content.is-animated .pickup-figure-image {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.index-PickUp .pickup-content.is-animated .pickup-figure-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-PickUp .pickup-content.is-animated .pickup-notice, .index-PickUp .pickup-content.is-animated .pickup-button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.no-webp .index-PickUp::before {
  background-image: url("../../images/bg_shoreline_bottom.png");
}

.index-Event {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Event {
    padding: max(42px, 2.1875vw) 0 max(154px, 8.0208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event {
    padding: 7.8125vw 0 29.6875vw;
  }
}
.index-Event::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../../images/bg_pattern_beach.png"), -webkit-gradient(linear, left top, right top, from(#eee3ce), color-stop(#fefbf5), to(#eee3ce));
  background-image: url("../../images/bg_pattern_beach.png"), -webkit-linear-gradient(left, #eee3ce, #fefbf5, #eee3ce);
  background-image: url("../../images/bg_pattern_beach.png"), linear-gradient(90deg, #eee3ce, #fefbf5, #eee3ce);
  background-repeat: repeat, no-repeat;
  background-position: top left, top center;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-Event::before {
    top: min(-150px, -7.8125vw);
    bottom: min(-23px, -1.1979166667vw);
    background-size: max(166px, 8.6458333333vw) max(166px, 8.6458333333vw), 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .index-Event::before {
    top: -28.90625vw;
    bottom: -4.4270833333vw;
    background-size: 31.9010416667vw 31.9010416667vw, 100% auto;
  }
}
.index-Event .section-container {
  position: relative;
  z-index: 1;
}
.index-Event .section-header h2.title {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-header h2.title {
    padding-bottom: max(10px, 0.5208333333vw);
    width: max(430px, 22.3958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-header h2.title {
    padding-bottom: 1.8229166667vw;
    width: 82.5520833333vw;
  }
}
.index-Event .event-title-container {
  position: relative;
  z-index: 1;
}
.index-Event .event-title-container h3.event-title {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-title-container h3.event-title {
    width: max(486px, 25.3125vw);
    margin-bottom: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-title-container h3.event-title {
    width: 93.4895833333vw;
    margin-bottom: 0.1302083333vw;
  }
}
.index-Event .event-title-container p.event-start {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-title-container p.event-start {
    width: max(470px, 24.4791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-title-container p.event-start {
    width: 90.1041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction {
    padding: max(42px, 2.1875vw) 0 max(68px, 3.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction {
    padding: 7.8125vw 0 13.0208333333vw;
  }
}
.index-Event .event-introduction h4.catch {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction h4.catch {
    width: max(148px, 7.7083333333vw);
    margin-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction h4.catch {
    width: 28.3854166667vw;
    margin-bottom: 5.7291666667vw;
  }
}
.index-Event .event-introduction .intro-content {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content {
    padding: 0 max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content {
    padding: 0 5.2083333333vw;
  }
}
.index-Event .event-introduction .intro-content::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  aspect-ratio: 768/666;
  content: "";
}
.index-Event .event-introduction .intro-content-inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content-01 {
    height: max(326px, 16.9791666667vw);
    margin-bottom: max(56px, 2.9166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content-01 {
    height: 62.6302083333vw;
    margin-bottom: 10.6770833333vw;
  }
}
.index-Event .event-introduction .intro-content-01::before {
  background: url("../../images/event/bg_event_intro_light_01.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content-01::before {
    top: min(-130px, -6.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content-01::before {
    top: -25vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content-02 {
    height: max(356px, 18.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content-02 {
    height: 68.4895833333vw;
  }
}
.index-Event .event-introduction .intro-content-02::before {
  background: url("../../images/event/bg_event_intro_light_02.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content-02::before {
    top: min(-28px, -1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content-02::before {
    top: -5.46875vw;
  }
}
.index-Event .event-introduction .intro-still {
  position: absolute;
  inset: 0;
}
.index-Event .event-introduction .intro-still::before, .index-Event .event-introduction .intro-still::after {
  position: absolute;
  z-index: 1;
  background: url("../../images/event/bg_event_intro_flower.png") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still::before, .index-Event .event-introduction .intro-still::after {
    width: max(52px, 2.7083333333vw);
    height: max(46px, 2.3958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still::before, .index-Event .event-introduction .intro-still::after {
    width: 9.765625vw;
    height: 8.8541666667vw;
  }
}
.index-Event .event-introduction .intro-still-inner {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-inner {
    width: max(434px, 22.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-inner {
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-01::before {
    top: max(52px, 2.7083333333vw);
    left: min(-2px, -0.1041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-01::before {
    top: 9.8958333333vw;
    left: -0.390625vw;
  }
}
.index-Event .event-introduction .intro-still-01::after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-01::after {
    bottom: max(50px, 2.6041666667vw);
    right: max(42px, 2.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-01::after {
    bottom: 9.375vw;
    right: 7.8125vw;
  }
}
.index-Event .event-introduction .intro-still-01 .intro-still-inner {
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-01 .intro-still-inner {
    top: max(16px, 0.8333333333vw);
    left: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-01 .intro-still-inner {
    top: 2.8645833333vw;
    left: 4.0364583333vw;
  }
}
.index-Event .event-introduction .intro-still-02::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-02::before {
    top: max(144px, 7.5vw);
    left: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-02::before {
    top: 27.734375vw;
    left: 1.0416666667vw;
  }
}
.index-Event .event-introduction .intro-still-02::after {
  -webkit-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-02::after {
    bottom: max(10px, 0.5208333333vw);
    right: max(76px, 3.9583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-02::after {
    bottom: 1.953125vw;
    right: 14.5833333333vw;
  }
}
.index-Event .event-introduction .intro-still-02 .intro-still-inner {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-still-02 .intro-still-inner {
    top: max(56px, 2.9166666667vw);
    left: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-still-02 .intro-still-inner {
    top: 10.546875vw;
    left: 4.296875vw;
  }
}
.index-Event .event-introduction p.intro-text {
  position: absolute;
}
.index-Event .event-introduction p.intro-text-01 {
  bottom: 0;
  left: 0;
}
.index-Event .event-introduction p.intro-text-02 {
  top: 0;
  right: 0;
}
.index-Event .event-introduction p.intro-text-02 span.line {
  margin-left: auto;
}
.index-Event .event-introduction p.intro-text-03 {
  bottom: 0;
  left: 0;
}
.index-Event .event-introduction p.intro-text span.line {
  display: block;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction p.intro-text span.line-01_01 {
    width: max(258px, 13.4375vw);
    margin-bottom: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction p.intro-text span.line-01_01 {
    width: 49.609375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction p.intro-text span.line-01_02 {
    width: max(274px, 14.2708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction p.intro-text span.line-01_02 {
    width: 52.734375vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction p.intro-text span.line-02_01 {
    width: max(372px, 19.375vw);
    margin-bottom: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction p.intro-text span.line-02_01 {
    width: 71.3541666667vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction p.intro-text span.line-02_02 {
    width: max(266px, 13.8541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction p.intro-text span.line-02_02 {
    width: 50.9114583333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction p.intro-text span.line-03_01 {
    width: max(240px, 12.5vw);
    margin-bottom: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction p.intro-text span.line-03_01 {
    width: 45.9635416667vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction p.intro-text span.line-03_02 {
    width: max(228px, 11.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction p.intro-text span.line-03_02 {
    width: 43.8802083333vw;
  }
}
.index-Event .event-held {
  position: relative;
  z-index: 0;
}
.index-Event .event-held::before {
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("../../images/event/bg_event_aoi-erika.png") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-Event .event-held::before {
    right: min(-14px, -0.7291666667vw);
    left: min(-14px, -0.7291666667vw);
    height: max(126px, 6.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-held::before {
    right: -2.6041666667vw;
    left: -2.6041666667vw;
    height: 23.9583333333vw;
  }
}
.index-Event .event-introduction h4.catch.js-animation {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction h4.catch.js-animation {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction h4.catch.js-animation {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-Event .event-introduction h4.catch.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Event .event-introduction .intro-content.js-animation.intro-content-01 .intro-still-01 .intro-still-inner {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.6s, -webkit-transform 0.8s ease-out 0.6s, -webkit-filter 0.4s ease-out 0.6s;
  transition: opacity 0.8s ease-out 0.6s, -webkit-transform 0.8s ease-out 0.6s, -webkit-filter 0.4s ease-out 0.6s;
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s, filter 0.4s ease-out 0.6s;
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s, filter 0.4s ease-out 0.6s, -webkit-transform 0.8s ease-out 0.6s, -webkit-filter 0.4s ease-out 0.6s;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-01 .intro-still-01 .intro-still-inner {
    -webkit-transform: translateX(max(42px, 2.1875vw)) rotate(0deg);
    transform: translateX(max(42px, 2.1875vw)) rotate(0deg);
    -webkit-filter: blur(max(8px, 0.4166666667vw));
    filter: blur(max(8px, 0.4166666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-01 .intro-still-01 .intro-still-inner {
    -webkit-transform: translateX(7.8125vw) rotate(0deg);
    transform: translateX(7.8125vw) rotate(0deg);
    -webkit-filter: blur(1.3020833333vw);
    filter: blur(1.3020833333vw);
  }
}
.index-Event .event-introduction .intro-content.js-animation.intro-content-01 p.intro-text-01 {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-01 p.intro-text-01 {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-01 p.intro-text-01 {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-Event .event-introduction .intro-content.js-animation.intro-content-02 .intro-still-02 .intro-still-inner {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 1.2s, -webkit-transform 0.8s ease-out 1.2s, -webkit-filter 0.4s ease-out 1.2s;
  transition: opacity 0.8s ease-out 1.2s, -webkit-transform 0.8s ease-out 1.2s, -webkit-filter 0.4s ease-out 1.2s;
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s, filter 0.4s ease-out 1.2s;
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s, filter 0.4s ease-out 1.2s, -webkit-transform 0.8s ease-out 1.2s, -webkit-filter 0.4s ease-out 1.2s;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-02 .intro-still-02 .intro-still-inner {
    -webkit-transform: translateX(min(-41px, -2.1354166667vw)) rotate(0deg);
    transform: translateX(min(-41px, -2.1354166667vw)) rotate(0deg);
    -webkit-filter: blur(max(8px, 0.4166666667vw));
    filter: blur(max(8px, 0.4166666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-02 .intro-still-02 .intro-still-inner {
    -webkit-transform: translateX(-7.8125vw) rotate(0deg);
    transform: translateX(-7.8125vw) rotate(0deg);
    -webkit-filter: blur(1.3020833333vw);
    filter: blur(1.3020833333vw);
  }
}
.index-Event .event-introduction .intro-content.js-animation.intro-content-02 p.intro-text-02 {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-02 p.intro-text-02 {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-02 p.intro-text-02 {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-Event .event-introduction .intro-content.js-animation.intro-content-02 p.intro-text-03 {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: transform 1s ease-out 0.6s, opacity 1s ease-out 0.6s;
  transition: transform 1s ease-out 0.6s, opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-02 p.intro-text-03 {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-introduction .intro-content.js-animation.intro-content-02 p.intro-text-03 {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-Event .event-introduction .intro-content.is-animated.intro-content-01 .intro-still-01 .intro-still-inner {
  -webkit-transform: translateX(0) rotate(-4deg);
  transform: translateX(0) rotate(-4deg);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.index-Event .event-introduction .intro-content.is-animated.intro-content-01 p.intro-text-01 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Event .event-introduction .intro-content.is-animated.intro-content-02 .intro-still-02 .intro-still-inner {
  -webkit-transform: translateX(0) rotate(4deg);
  transform: translateX(0) rotate(4deg);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.index-Event .event-introduction .intro-content.is-animated.intro-content-02 p.intro-text-02 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Event .event-introduction .intro-content.is-animated.intro-content-02 p.intro-text-03 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Event .event-held.js-animation {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-Event .event-held.js-animation {
    -webkit-transform: translateY(max(54px, 2.8125vw));
    transform: translateY(max(54px, 2.8125vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .event-held.js-animation {
    -webkit-transform: translateY(10.4166666667vw);
    transform: translateY(10.4166666667vw);
  }
}
.index-Event .event-held.js-animation::before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  will-change: transform;
}
.index-Event .event-held.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Event .event-held.is-animated::before {
  -webkit-animation: scale-bound 0.8s ease-in-out 1s both;
  animation: scale-bound 0.8s ease-in-out 1s both;
}

.index-News {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-News {
    padding: max(42px, 2.1875vw) 0 max(126px, 6.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News {
    padding: 7.8125vw 0 23.9583333333vw;
  }
}
.index-News::before {
  position: absolute;
  right: 0;
  left: 0;
  aspect-ratio: 768/704;
  background: url("../../webp/bg_shoreline_top.webp") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-News::before {
    top: min(-244px, -12.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News::before {
    top: -46.875vw;
  }
}
.index-News::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 768/704;
  background: url("../../webp/bg_shoreline_bottom.webp") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-News::after {
    bottom: min(-108px, -5.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News::after {
    bottom: -20.8333333333vw;
  }
}
.index-News .section-container {
  position: relative;
  z-index: 2;
}
.index-News .section-header h2.title {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-News .section-header h2.title {
    width: max(288px, 15vw);
    padding: 0 0 max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-header h2.title {
    width: 55.46875vw;
    padding: 0 0 5.7291666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-body {
    padding: 0 max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-body {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation {
    padding-bottom: max(42px, 2.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation {
    padding-bottom: 7.8125vw;
  }
}
.index-News .tab-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul {
    margin: 0 min(-6px, -0.3125vw) min(-16px, -0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul {
    margin: 0 -1.8229166667vw -3.125vw;
  }
}
.index-News .tab-navigation ul li {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li {
    padding: 0 max(6px, 0.3125vw) max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li {
    padding: 0 1.8229166667vw 3.125vw;
  }
}
.index-News .tab-navigation ul li input[name=tab-nav] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.index-News .tab-navigation ul li input[name=tab-nav] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 330/92;
  background: url("../../images/news/bg_button_news_nav.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav] + label {
    padding-top: max(14px, 0.7291666667vw);
    border-radius: max(62px, 3.2291666667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 208, 250, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 208, 250, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav] + label {
    padding-top: 2.8645833333vw;
    border-radius: 11.9791666667vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 208, 250, 0.4));
    filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 208, 250, 0.4));
  }
}
.index-News .tab-navigation ul li input[name=tab-nav] + label::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav] + label::before {
    border-radius: max(62px, 3.2291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav] + label::before {
    border-radius: 11.9791666667vw;
  }
}
.index-News .tab-navigation ul li input[name=tab-nav] + label span {
  color: #ffffff;
}
.index-News .tab-navigation ul li input[name=tab-nav] + label span.text {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .index-News .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 .tab-navigation ul li input[name=tab-nav] + label span.text {
    font-size: 3.3854166667vw;
  }
}
.index-News .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
    top: max(24px, 1.25vw);
    right: max(18px, 0.9375vw);
    width: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
    top: 4.6875vw;
    right: 3.3854166667vw;
    width: 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav][value=update] + label {
    padding-left: max(36px, 1.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav][value=update] + label {
    padding-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav][value=promotion] + label {
    padding-left: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav][value=promotion] + label {
    padding-left: 4.4270833333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav][value=illust] + label {
    padding-left: max(56px, 2.9166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav][value=illust] + label {
    padding-left: 10.546875vw;
  }
}
.index-News .tab-navigation ul li input[name=tab-nav]:checked + label {
  pointer-events: none;
}
.index-News .tab-navigation ul li input[name=tab-nav]:checked + label::before {
  opacity: 1;
}
.index-News .tab-navigation ul li input[name=tab-nav]:checked + label span {
  color: #f98a3e;
}
@media (any-hover: hover) {
  .index-News .tab-navigation ul li input[name=tab-nav]:not(:checked) + label span.text {
    -webkit-transition: -webkit-filter 0.25s ease-out;
    transition: -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out;
    transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav]:not(:checked) + label span.text {
    -webkit-filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav]:not(:checked) + label span.text {
    -webkit-filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
  }
}
@media (any-hover: hover) {
  .index-News .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover::before {
    opacity: 0.3;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-News .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover span.text {
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-News .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover span.text {
    -webkit-filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
    filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
  }
}
.index-News .tab-container {
  position: relative;
}
.index-News .tab-content {
  display: none;
}
.index-News .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 .tab-content.active {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .index-News .tab-content[data-content=illust] article.news-article .news-header h3 {
    font-size: max(23px, 1.1979166667vw);
  }
}
.index-News article.news-article {
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article {
    padding: max(26px, 1.3541666667vw) max(12px, 0.625vw) max(40px, 2.0833333333vw);
    border: max(1px, 0.0520833333vw) solid #ffffff;
    border-radius: max(14px, 0.7291666667vw);
    -webkit-box-shadow: 0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 208, 250, 0.4);
    box-shadow: 0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 208, 250, 0.4);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article {
    padding: 4.9479166667vw 2.34375vw 7.5520833333vw;
    border: 0.2604166667vw solid #ffffff;
    border-radius: 2.6041666667vw;
    -webkit-box-shadow: 0 0.5208333333vw 0.6510416667vw rgba(1, 208, 250, 0.4);
    box-shadow: 0 0.5208333333vw 0.6510416667vw rgba(1, 208, 250, 0.4);
  }
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article + article.news-article {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article + article.news-article {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-header {
    padding: 0 max(14px, 0.7291666667vw) max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-header {
    padding: 0 2.6041666667vw 3.90625vw;
  }
}
.index-News article.news-article .news-header h3 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-header h3 {
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-header h3 {
    font-size: 4.4270833333vw;
  }
}
.index-News article.news-article .news-header h3.text-center {
  text-align: center;
}
.index-News article.news-article .news-media-image {
  position: relative;
  aspect-ratio: 648/365;
  background-color: #ffffff;
}
.index-News article.news-article .news-media-image a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (any-hover: hover) {
  .index-News article.news-article .news-media-image a figure img {
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    will-change: transform;
  }
  .index-News article.news-article .news-media-image a:hover figure img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.index-News article.news-article .news-media-image figure {
  height: 100%;
}
.index-News article.news-article .news-media-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-News article.news-article .news-media-image span.label-youtube {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-media-image span.label-youtube {
    bottom: max(12px, 0.625vw);
    right: max(12px, 0.625vw);
    width: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-media-image span.label-youtube {
    bottom: 2.0833333333vw;
    right: 2.0833333333vw;
    width: 19.0104166667vw;
  }
}
.index-News article.news-article .news-media-image span.icon-zoom {
  position: absolute;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-media-image span.icon-zoom {
    bottom: max(8px, 0.4166666667vw);
    right: max(8px, 0.4166666667vw);
    width: max(48px, 2.5vw);
    height: max(48px, 2.5vw);
    -webkit-box-shadow: 0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 208, 250, 0.4);
    box-shadow: 0 max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) rgba(1, 208, 250, 0.4);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-media-image span.icon-zoom {
    bottom: 1.3020833333vw;
    right: 1.3020833333vw;
    width: 9.1145833333vw;
    height: 9.1145833333vw;
    -webkit-box-shadow: 0 0.5208333333vw 0.6510416667vw rgba(1, 208, 250, 0.4);
    box-shadow: 0 0.5208333333vw 0.6510416667vw rgba(1, 208, 250, 0.4);
  }
}
.index-News article.news-article .news-media-text {
  background-color: #f98a3e;
  font-size: 50px;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-media-text {
    min-height: max(44px, 2.2916666667vw);
    padding: max(10px, 0.5208333333vw) 0 max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-media-text {
    min-height: 8.3333333333vw;
    padding: 1.8229166667vw 0 2.0833333333vw;
  }
}
.index-News article.news-article .news-media-text p {
  margin-right: -0.06em;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-media-text p {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-media-text p {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-media + .news-media {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-media + .news-media {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-main-text {
    padding: max(20px, 1.0416666667vw) max(14px, 0.7291666667vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-main-text {
    padding: 3.90625vw 2.6041666667vw 0;
  }
}
.index-News article.news-article .news-main-text p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-main-text p {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-main-text p {
    margin-bottom: 3.90625vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-main-text ul {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-main-text ul {
    margin-bottom: 3.90625vw;
  }
}
.index-News article.news-article .news-main-text ul li {
  padding-left: 1em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-main-text ul li {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-main-text ul li {
    font-size: 3.125vw;
  }
}
.index-News article.news-article .news-main-text ul li::before {
  content: "・";
}
.index-News article.news-article .news-main-text ul.attention li::before {
  content: "※";
}
@media screen and (min-width: 1025px) {
  .index-News article.news-article .news-main-text ul.attention.text-small li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News article.news-article .news-main-text ul.attention.text-small li {
    font-size: 2.6041666667vw;
  }
}
.index-News article.news-article .news-main-text a {
  color: #f98a3e;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .index-News article.news-article .news-main-text a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  .index-News article.news-article .news-main-text a:hover {
    opacity: 0.7;
  }
}
.index-News article.news-article .news-main-text *:last-child {
  margin-bottom: 0;
}

.no-webp .index-News::before {
  background-image: url("../../images/bg_shoreline_top.png");
}
.no-webp .index-News::after {
  background-image: url("../../images/bg_shoreline_bottom.png");
}

.index-Download {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Download {
    padding: max(42px, 2.1875vw) 0 max(76px, 3.9583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download {
    padding: 7.8125vw 0 14.5833333333vw;
  }
}
.index-Download::before {
  position: absolute;
  right: 0;
  left: 0;
  background-image: url("../../images/bg_pattern_beach.png"), -webkit-gradient(linear, left top, right top, from(#eee3ce), color-stop(#fefbf5), to(#eee3ce));
  background-image: url("../../images/bg_pattern_beach.png"), -webkit-linear-gradient(left, #eee3ce, #fefbf5, #eee3ce);
  background-image: url("../../images/bg_pattern_beach.png"), linear-gradient(90deg, #eee3ce, #fefbf5, #eee3ce);
  background-repeat: repeat, no-repeat;
  background-position: top left, top center;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-Download::before {
    top: min(-158px, -8.2291666667vw);
    bottom: min(-103px, -5.3645833333vw);
    background-size: max(166px, 8.6458333333vw) max(166px, 8.6458333333vw), 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download::before {
    top: -30.46875vw;
    bottom: -19.7916666667vw;
    background-size: 31.9010416667vw 31.9010416667vw, 100% auto;
  }
}
.index-Download .section-container {
  position: relative;
  z-index: 1;
}
.index-Download .section-header h2.title {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-header h2.title {
    padding-bottom: max(28px, 1.4583333333vw);
    width: max(368px, 19.1666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-header h2.title {
    padding-bottom: 5.2083333333vw;
    width: 70.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .section-body {
    padding: 0 max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-body {
    padding: 0 5.2083333333vw;
  }
}
.index-Download p.text-guide {
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-intro {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-intro {
    margin-bottom: 3.90625vw;
    font-size: 5.46875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-share {
    margin-bottom: max(28px, 1.4583333333vw);
    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: "";
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::before, .index-Download p.text-guide-download::after {
    top: min(-22px, -1.1458333333vw);
    width: max(54px, 2.8125vw);
    height: max(48px, 2.5vw);
  }
}
@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("../../images/download/bg_emphasis_left.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::before {
    left: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::before {
    left: 2.6041666667vw;
  }
}
.index-Download p.text-guide-download::after {
  background: url("../../images/download/bg_emphasis_right.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::after {
    right: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::after {
    right: 2.6041666667vw;
  }
}
.index-Download p.text-guide span.text-pink {
  color: #ff007b;
}
@media screen and (min-width: 1025px) {
  .index-Download .download-wallpaper {
    margin-bottom: max(38px, 1.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .download-wallpaper {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .guide-hand {
    padding: max(16px, 0.8333333333vw) 0 max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .guide-hand {
    padding: 3.125vw 0 2.734375vw;
  }
}
.index-Download .guide-hand .icon {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Download .guide-hand .icon {
    width: max(58px, 3.0208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .guide-hand .icon {
    width: 11.1979166667vw;
  }
}
.index-Download .button {
  display: block;
  aspect-ratio: 648/146;
  margin: 0 auto;
}
@media (any-hover: hover) {
  .index-Download .button {
    -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:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .button {
    width: max(440px, 22.9166666667vw);
  }
}
@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;
}
.index-Download .button-share {
  background: url("../../images/download/bg_button_share.svg") no-repeat center/contain;
}
.index-Download .button-share span.button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .index-Download .button-share span.button-inner {
    padding: max(28px, 1.4583333333vw) 0 max(28px, 1.4583333333vw) max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-share span.button-inner {
    padding: 5.2083333333vw 0 5.2083333333vw 3.3854166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .button-share span.svg.x {
    width: max(42px, 2.1875vw);
    margin-right: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-share span.svg.x {
    width: 7.8125vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .button-share span.text {
    padding: max(8px, 0.4166666667vw) 0;
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-share span.text {
    padding: 1.5625vw 0;
    font-size: 4.1666666667vw;
  }
}
.index-Download .button-download:disabled {
  pointer-events: none;
  background: url("../../images/download/bg_button_download_disabled.svg") no-repeat center/contain;
}
.index-Download .button-download:not(:disabled) {
  background: url("../../images/download/bg_button_download_active.svg") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download .button-download span.button-inner {
    padding: max(36px, 1.875vw) 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 .share-content {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Download .share-content.js-animation .js-animation-trigger {
    top: max(400px, 20.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .share-content.js-animation .js-animation-trigger {
    top: 76.8229166667vw;
  }
}
.index-Download .share-content.js-animation .guide-hand .icon {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-Download .share-content.js-animation .guide-hand .icon {
    -webkit-transform: translateY(min(-27px, -1.40625vw));
    transform: translateY(min(-27px, -1.40625vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .share-content.js-animation .guide-hand .icon {
    -webkit-transform: translateY(-5.2083333333vw);
    transform: translateY(-5.2083333333vw);
  }
}
.index-Download .share-content.js-animation p.text-guide-download::before, .index-Download .share-content.js-animation p.text-guide-download::after {
  -webkit-transition: -webkit-transform 0.15s linear 0.3s;
  transition: -webkit-transform 0.15s linear 0.3s;
  transition: transform 0.15s linear 0.3s;
  transition: transform 0.15s linear 0.3s, -webkit-transform 0.15s linear 0.3s;
}
@media screen and (min-width: 1025px) {
  .index-Download .share-content.js-animation p.text-guide-download::before {
    -webkit-transform: translate(max(14px, 0.7291666667vw), max(20px, 1.0416666667vw)) scale(0);
    transform: translate(max(14px, 0.7291666667vw), max(20px, 1.0416666667vw)) scale(0);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .share-content.js-animation p.text-guide-download::before {
    -webkit-transform: translate(2.6041666667vw, 3.90625vw) scale(0);
    transform: translate(2.6041666667vw, 3.90625vw) scale(0);
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .share-content.js-animation p.text-guide-download::after {
    -webkit-transform: translate(min(-14px, -0.7291666667vw), max(20px, 1.0416666667vw)) scale(0);
    transform: translate(min(-14px, -0.7291666667vw), max(20px, 1.0416666667vw)) scale(0);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .share-content.js-animation p.text-guide-download::after {
    -webkit-transform: translate(-2.6041666667vw, 3.90625vw) scale(0);
    transform: translate(-2.6041666667vw, 3.90625vw) scale(0);
  }
}
.index-Download .share-content.is-animated .guide-hand .icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Download .share-content.is-animated p.text-guide-download::before {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.index-Download .share-content.is-animated p.text-guide-download::after {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.anchor {
  position: absolute;
}
.anchor#page-top {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .anchor#event {
    top: min(-68px, -3.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .anchor#event {
    top: -13.0208333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .anchor#news {
    top: min(-68px, -3.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .anchor#news {
    top: -13.0208333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .anchor#download {
    top: min(-68px, -3.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .anchor#download {
    top: -13.0208333333vw;
  }
}

.index-Illust_Modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.index-Illust_Modal.modal-active {
  visibility: visible;
  opacity: 1;
}
.index-Illust_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;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .modal-backdrop {
    background-image: url("../../images/pc/bg_pc.jpg");
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .modal-backdrop {
    background-image: url("../../images/bg_modal.jpg");
  }
}
.index-Illust_Modal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
.index-Illust_Modal .modal-wrapper {
  position: relative;
  opacity: 0;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .modal-wrapper::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .modal-wrapper::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.index-Illust_Modal .modal-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
.index-Illust_Modal .modal-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .modal-wrapper {
    padding: 0 max(15px, 0.78125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .modal-wrapper {
    padding: 26.0416666667vw 0;
  }
}
.index-Illust_Modal .modal-wrapper.show-transition {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.index-Illust_Modal .modal-wrapper.hide-transition {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.index-Illust_Modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.index-Illust_Modal .modal-container {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .modal-container {
    position: relative;
    max-width: max(1350px, 70.3125vw);
    min-height: max(760px, 39.5833333333vw);
    height: 100%;
    margin: 0 auto;
    padding: 0 max(75px, 3.90625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .modal-container {
    max-width: 100vw;
  }
}
.index-Illust_Modal .modal-container.container-active {
  visibility: visible;
  opacity: 1;
}
.index-Illust_Modal .swiper-container {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .swiper-container {
    height: 100%;
  }
}
.index-Illust_Modal .swiper-container .swiper-slide {
  width: 100% !important;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .swiper-container .swiper-slide .media-portrait {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .swiper-container .swiper-slide .media-portrait {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .swiper-container .swiper-slide .media-landscape {
    display: contents;
  }
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.index-Illust_Modal .illust-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .illust-slider-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .illust-slider-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 13.0208333333vw;
    padding: 0 5.2083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .illust-slider-nav::before {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    -webkit-backdrop-filter: blur(0.2604166667vw);
    backdrop-filter: blur(0.2604166667vw);
  }
}
.index-Illust_Modal .illust-slider-nav button {
  display: block;
  position: relative;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .illust-slider-nav button {
    width: max(56px, 2.9166666667vw);
    height: max(54px, 2.8125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .illust-slider-nav button {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
}
.index-Illust_Modal .illust-slider-nav button span.arrow {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .illust-slider-nav button span.arrow {
    width: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .illust-slider-nav button span.arrow {
    width: 4.1666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .illust-slider-nav button[name=prev] {
    padding-left: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .illust-slider-nav button[name=prev] {
    padding-left: 1.5625vw;
  }
}
.index-Illust_Modal .illust-slider-nav button[name=next] {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .index-Illust_Modal .illust-slider-nav button[name=next] {
    padding-right: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Illust_Modal .illust-slider-nav button[name=next] {
    padding-right: 1.5625vw;
  }
}
@media (any-hover: hover) {
  .index-Illust_Modal .illust-slider-nav button span.arrow {
    -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;
  }
  .index-Illust_Modal .illust-slider-nav button:hover[name=prev] span.arrow {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  .index-Illust_Modal .illust-slider-nav button:hover[name=next] span.arrow {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

.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;
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .modal-backdrop {
    background-image: url("../../images/pc/bg_pc.jpg");
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-backdrop {
    background-image: url("../../images/bg_modal.jpg");
  }
}
.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(80px, 4.1666666667vw) max(40px, 2.0833333333vw) max(120px, 6.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-wrapper {
    padding: 19.53125vw 5.2083333333vw 23.4375vw;
  }
}
.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(38px, 1.9791666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-header {
    padding-bottom: 2.96875vw;
  }
}
@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;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .content-header h2.title {
    width: max(544px, 28.3333333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-header h2.title {
    width: 42.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header h2.title {
    width: 70.8333333333vw;
  }
}
@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(1128px, 58.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-body {
    width: 88.125vw;
  }
}
@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: 33.3333333333%;
    padding: 0 max(30px, 1.5625vw);
  }
  .index-Download_Modal .download-content:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .index-Download_Modal .download-content:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .index-Download_Modal .download-content:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content {
    padding: 0 2.34375vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content + .download-content {
    margin-top: 17.4479166667vw;
  }
}
.index-Download_Modal .download-content h3.title {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content h3.title {
    width: max(158px, 8.2291666667vw);
    margin-bottom: min(-29px, -1.5104166667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content h3.title {
    width: 12.34375vw;
    margin-bottom: -2.265625vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content h3.title {
    width: 34.1145833333vw;
    margin-bottom: -6.25vw;
  }
}
.index-Download_Modal .download-content .wallpaper {
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content .wallpaper {
    width: max(254px, 13.2291666667vw);
    margin-bottom: max(42px, 2.1875vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content .wallpaper {
    width: 19.84375vw;
    margin-bottom: 3.28125vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content .wallpaper {
    width: 55.2083333333vw;
    margin-bottom: 9.1145833333vw;
  }
}
.index-Download_Modal .download-content a.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  aspect-ratio: 528/111;
  margin: 0 auto;
  background: url("../../images/download/bg_button_download.png") no-repeat center/contain;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content a.button {
    width: max(316px, 16.4583333333vw);
    padding: max(16px, 0.8333333333vw) 0 0 max(42px, 2.1875vw);
    border-radius: max(66px, 3.4375vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(5px, 0.2604166667vw) rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(5px, 0.2604166667vw) rgba(1, 60, 250, 0.4));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content a.button {
    width: 24.6875vw;
    padding: 1.25vw 0 0 3.28125vw;
    border-radius: 5.15625vw;
    -webkit-filter: drop-shadow(0 0.3125vw 0.390625vw rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 0.3125vw 0.390625vw rgba(1, 60, 250, 0.4));
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button {
    width: 68.75vw;
    padding: 3.2552083333vw 0 0 9.1145833333vw;
    border-radius: 14.453125vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
    filter: drop-shadow(0 0.5208333333vw 0.6510416667vw rgba(1, 60, 250, 0.4));
  }
}
.index-Download_Modal .download-content a.button span.text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content a.button span.text {
    font-size: max(19px, 0.9895833333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content a.button span.text {
    font-size: 1.484375vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button span.text {
    font-size: 4.1666666667vw;
  }
}
.index-Download_Modal .download-content a.button span.svg.external {
  position: absolute;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content a.button span.svg.external {
    top: max(26.5px, 1.3802083333vw);
    right: max(26px, 1.3541666667vw);
    width: max(14px, 0.7291666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content a.button span.svg.external {
    top: 2.0703125vw;
    right: 2.03125vw;
    width: 1.09375vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button span.svg.external {
    top: 5.6640625vw;
    right: 5.625vw;
    width: 3.125vw;
  }
}
@media (any-hover: hover) {
  .index-Download_Modal .download-content a.button::before {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-Download_Modal .download-content a.button::before {
    border-radius: max(62px, 3.2291666667vw);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button::before {
    border-radius: 11.9791666667vw;
  }
}
@media (any-hover: hover) {
  .index-Download_Modal .download-content a.button span.text {
    -webkit-transition: -webkit-filter 0.25s ease-out;
    transition: -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out;
    transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-Download_Modal .download-content a.button span.text {
    -webkit-filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0 rgba(249, 138, 62, 0)) drop-shadow(0 0 0 rgba(249, 138, 62, 0));
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button span.text {
    -webkit-filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
    filter: drop-shadow(0 0 0vw rgba(249, 138, 62, 0)) drop-shadow(0 0 0vw rgba(249, 138, 62, 0));
  }
}
@media (any-hover: hover) {
  .index-Download_Modal .download-content a.button:hover::before {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-Download_Modal .download-content a.button:hover span.text {
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e) drop-shadow(0 0 max(4px, 0.2083333333vw) #f98a3e);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button:hover span.text {
    -webkit-filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
    filter: drop-shadow(0 0 0.6510416667vw #f98a3e) drop-shadow(0 0 0.6510416667vw #f98a3e);
  }
}