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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

figure, button {
  font-size: 0;
}

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

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

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

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

#st-Header .header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-container {
    width: max(520px, 27.0833333333vw);
    margin: 0 auto;
  }
}
#st-Header button[name=menu] {
  position: absolute;
  background: url("../../images/bg_button.png") no-repeat top center/contain;
  z-index: 1;
  top: 0;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] {
    width: max(82px, 4.2708333333vw);
    height: max(96px, 5vw);
    right: max(8px, 0.4166666667vw);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% max(70px, 3.6458333333vw), 50% 100%, 0 max(70px, 3.6458333333vw));
    clip-path: polygon(0 0, 100% 0, 100% max(70px, 3.6458333333vw), 50% 100%, 0 max(70px, 3.6458333333vw));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] {
    width: 15.625vw;
    height: 18.2291666667vw;
    right: 1.3020833333vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 13.5416666667vw, 50% 100%, 0 13.5416666667vw);
    clip-path: polygon(0 0, 100% 0, 100% 13.5416666667vw, 50% 100%, 0 13.5416666667vw);
  }
}
#st-Header button[name=menu] span.button-inner {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.button-inner {
    width: max(42px, 2.1875vw);
    height: max(10px, 0.5208333333vw);
    top: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.button-inner {
    width: 7.8125vw;
    height: 1.8229166667vw;
    top: 4.6875vw;
  }
}
#st-Header button[name=menu] span.line {
  position: absolute;
  left: 0;
  background-color: #FFB4CE;
  -webkit-transition: -webkit-transform 0.2s ease-out 0.1s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.2s ease-out 0.1s, -webkit-filter 0.3s;
  transition: transform 0.2s ease-out 0.1s, filter 0.3s;
  transition: transform 0.2s ease-out 0.1s, filter 0.3s, -webkit-transform 0.2s ease-out 0.1s, -webkit-filter 0.3s;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line {
    width: max(42px, 2.1875vw);
    height: max(2px, 0.1041666667vw);
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line {
    width: 7.8125vw;
    height: 0.2604166667vw;
    border-radius: 1.3020833333vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(1) {
  top: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
#st-Header button[name=menu] span.line:nth-child(2) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: 1.5625vw;
  }
}
#st-Header button[name=menu] span.menu-text {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.menu-text {
    height: max(12px, 0.625vw);
    top: max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.menu-text {
    height: 2.2135416667vw;
    top: 9.375vw;
  }
}
#st-Header button[name=menu] span.menu-text::before, #st-Header button[name=menu] span.menu-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#st-Header button[name=menu] span.menu-text::before {
  background: url(../../images/button_menu_text.svg) top center/contain no-repeat;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.menu-text::before {
    width: max(46px, 2.3958333333vw);
    height: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.menu-text::before {
    width: 8.59375vw;
    height: 2.2135416667vw;
  }
}
#st-Header button[name=menu] span.menu-text::after {
  background: url(../../images/button_close_text.svg) top center/contain no-repeat;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #st-Header button[name=menu] span.menu-text::after {
    width: max(52px, 2.7083333333vw);
    height: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header button[name=menu] span.menu-text::after {
    width: 9.765625vw;
    height: 2.2135416667vw;
  }
}
#st-Header button[name=menu].opened span.line:nth-child(1) {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
#st-Header button[name=menu].opened span.line:nth-child(2) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#st-Header button[name=menu].opened span.menu-text::before {
  opacity: 0;
}
#st-Header button[name=menu].opened span.menu-text::after {
  opacity: 1;
}
@media (any-hover: hover) {
  #st-Header button[name=menu]:hover .button-inner span {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
  #st-Header button[name=menu]:hover .menu-text {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
#st-Header .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(185, 43, 111, 0.7);
}
#st-Header .header-nav-backdrop.backdrop-transition {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
#st-Header .header-nav-backdrop.backdrop-showed {
  opacity: 1;
}
#st-Header .header-nav-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FFF9F1;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container {
    width: max(358px, 18.6458333333vw);
    border-radius: max(14px, 0.7291666667vw) 0 0 max(14px, 0.7291666667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(28px, 1.4583333333vw) rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(28px, 1.4583333333vw) rgba(205, 119, 93, 0.5));
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container {
    width: 68.75vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(205, 119, 93, 0.5));
    border-radius: 2.6041666667vw 0 0 2.6041666667vw;
  }
}
#st-Header .header-nav-container::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/deco_header_ribbon.png) top center/contain no-repeat;
  right: 0;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav-container::after {
    width: max(164px, 8.5416666667vw);
    height: max(136px, 7.0833333333vw);
    top: max(574px, 29.8958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav-container::after {
    width: 31.25vw;
    height: 26.0416666667vw;
    top: 110.15625vw;
  }
}
#st-Header .header-nav-container.container-showing {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
#st-Header .header-nav-container.container-showed {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#st-Header .header-nav-container.container-hidden {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}
#st-Header .header-nav-container.container-hidden .header-nav {
  overflow: hidden;
}
#st-Header .header-nav {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
#st-Header .header-nav::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
#st-Header .header-nav::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav {
    width: max(376px, 19.5833333333vw);
    padding: max(116px, 6.0416666667vw) 0 max(42px, 2.1875vw) max(62px, 3.2291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav {
    width: 72.1354166667vw;
    padding: 22.1354166667vw 0 7.8125vw 11.71875vw;
  }
}
#st-Header .header-nav nav ul li {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease-out, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-out;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-out, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul li {
    -webkit-transform: translateX(max(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 screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.parent-list > li + li {
    margin-top: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.parent-list > li + li {
    margin-top: 9.1145833333vw;
  }
}
#st-Header .header-nav nav ul.parent-list > li > a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5E394A;
  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(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.parent-list > li > a {
    font-size: 4.6875vw;
  }
}
@media (any-hover: hover) {
  #st-Header .header-nav nav ul.parent-list > li > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Header .header-nav nav ul.parent-list > li > a:hover {
    color: #B92B6F;
  }
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list {
    padding-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Header .header-nav nav ul.child-list {
    padding-top: 3.90625vw;
  }
}
@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.2083333333vw;
  }
}
#st-Header .header-nav nav ul.child-list > li > a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5E394A;
  letter-spacing: 0.06em;
  background-image: url("../../images/arrow_right.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  #st-Header .header-nav nav ul.child-list > li > a {
    padding-left: max(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;
  }
}
@media (any-hover: hover) {
  #st-Header .header-nav nav ul.child-list > li > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Header .header-nav nav ul.child-list > li > a:hover {
    color: #B92B6F;
  }
}

#st-Footer {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #st-Footer {
    margin-top: max(188px, 9.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer {
    margin-top: 35.9375vw;
  }
}
#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;
  }
}
#st-Footer .footer-container::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 249, 241, 0)), color-stop(20%, #FFF9F1));
  background: -webkit-linear-gradient(top, rgba(255, 249, 241, 0) 0%, #FFF9F1 20%);
  background: linear-gradient(180deg, rgba(255, 249, 241, 0) 0%, #FFF9F1 20%);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-container::before {
    height: max(618px, 32.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-container::before {
    height: 118.6197916667vw;
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer.has-FixedBanner .footer-container {
    padding-bottom: 31.7708333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-content {
    margin-bottom: max(54px, 2.8125vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-content {
    margin-bottom: 10.4166666667vw;
  }
}
#st-Footer p.footer-title {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  will-change: filter;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #st-Footer p.footer-title {
    width: max(390px, 20.3125vw);
    margin-bottom: max(28px, 1.4583333333vw);
    -webkit-filter: drop-shadow(0 0 max(14px, 0.7291666667vw) #FFF) drop-shadow(0 0 max(28px, 1.4583333333vw) #FFF) drop-shadow(0 0 max(20px, 1.0416666667vw) #FFF);
    filter: drop-shadow(0 0 max(14px, 0.7291666667vw) #FFF) drop-shadow(0 0 max(28px, 1.4583333333vw) #FFF) drop-shadow(0 0 max(20px, 1.0416666667vw) #FFF);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer p.footer-title {
    width: 75vw;
    margin-bottom: 5.2083333333vw;
    -webkit-filter: drop-shadow(0 0 2.6041666667vw #FFF) drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 3.90625vw #FFF);
    filter: drop-shadow(0 0 2.6041666667vw #FFF) drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 3.90625vw #FFF);
  }
}
#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(-68px, -3.5416666667vw);
    width: max(520px, 27.0833333333vw);
    height: max(252px, 13.125vw);
    left: min(-65px, -3.3854166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer p.footer-title::before {
    top: -13.0208333333vw;
    width: 100vw;
    height: 48.4375vw;
    left: -12.5vw;
  }
}
#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.5104166667vw;
  }
}
@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: 1.0416666667vw;
  }
}
#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: 167/62;
}
#st-Footer ul.app-badge-list li a.google-play {
  aspect-ratio: 206/62;
}
#st-Footer ul.app-badge-list li a.steam {
  aspect-ratio: 198/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.5104166667vw;
  }
}
#st-Footer ul.app-notice li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(94, 57, 74, 0.5);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  #st-Footer ul.app-notice li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer ul.app-notice li {
    font-size: 2.6041666667vw;
  }
}
#st-Footer ul.app-notice li::before {
  content: "※";
}
#st-Footer .hbr-official a {
  display: block;
  position: relative;
  aspect-ratio: 578/100;
  margin: 0 auto;
  background: url("../../images/footer/bg_button.svg") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a {
    max-width: max(390px, 20.3125vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a {
    max-width: 75.2604166667vw;
  }
}
#st-Footer .hbr-official a span.text {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.text {
    padding: max(19px, 0.9895833333vw) 0 0 max(58px, 3.0208333333vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.text {
    padding: 3.6276041667vw 0 0 11.0494791667vw;
    font-size: 3.125vw;
  }
}
#st-Footer .hbr-official a span.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.icon {
    top: max(30px, 1.5625vw);
    right: max(5px, 0.2604166667vw);
    width: max(28px, 1.4583333333vw);
    height: max(5px, 0.2604166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.icon {
    top: 5.8411458333vw;
    right: 1.0755208333vw;
    width: 5.3385416667vw;
    height: 1.0416666667vw;
  }
}
#st-Footer .hbr-official a span.icon::before, #st-Footer .hbr-official a span.icon::after {
  position: absolute;
  background-color: #FFFFFF;
  content: "";
}
#st-Footer .hbr-official a span.icon::before {
  left: 0;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.icon::before {
    width: max(28px, 1.4583333333vw);
    height: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.icon::before {
    width: 5.2083333333vw;
    height: 0.2604166667vw;
  }
}
#st-Footer .hbr-official a span.icon::after {
  top: 0;
  right: 0;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  #st-Footer .hbr-official a span.icon::after {
    width: max(5px, 0.2604166667vw);
    height: max(5px, 0.2604166667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .hbr-official a span.icon::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (any-hover: hover) {
  #st-Footer .hbr-official a span.icon::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #st-Footer .hbr-official a span.icon::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #st-Footer .hbr-official a:hover span.icon::before {
    -webkit-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  #st-Footer .hbr-official a:hover span.icon::after {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
#st-Footer .copyright p {
  color: rgba(94, 57, 74, 0.5);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #st-Footer .copyright p {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .copyright p {
    font-size: 2.6041666667vw;
  }
}

.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;
    content: "";
    z-index: -1;
    background: url("../../images/pc/bg.jpg") no-repeat top center/cover;
  }
}

#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 {
  position: fixed;
  inset: 0;
  background: url("../../images/bg.jpg") no-repeat top center/cover;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #st-Container .bg {
    width: max(520px, 27.0833333333vw);
    margin: 0 auto;
  }
}
#st-Container .bg #particle {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

.sw-Button_ModalClose {
  position: fixed;
  z-index: 1000;
  background: url("../../images/bg_button.png") no-repeat top center/contain;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose {
    width: max(86px, 4.4791666667vw);
    height: max(100px, 5.2083333333vw);
    right: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose {
    width: 15.625vw;
    height: 18.2291666667vw;
    right: 1.3020833333vw;
  }
}
.sw-Button_ModalClose .button-inner {
  display: grid;
  place-items: center;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose .button-inner {
    width: max(40px, 2.0833333333vw);
    height: max(16px, 0.8333333333vw);
    top: max(23px, 1.1979166667vw);
    left: max(23px, 1.1979166667vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose .button-inner {
    width: 7.421875vw;
    height: 2.8645833333vw;
    top: 4.1666666667vw;
    left: 4.0364583333vw;
  }
}
.sw-Button_ModalClose .button-inner .line {
  position: absolute;
  background-color: #FFB4CE;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose .button-inner .line {
    width: max(42px, 2.1875vw);
    height: max(2px, 0.1041666667vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose .button-inner .line {
    width: 7.8125vw;
    height: 0.2604166667vw;
    border-radius: 1.3020833333vw;
  }
}
.sw-Button_ModalClose .button-inner .line:nth-child(1) {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.sw-Button_ModalClose .button-inner .line:nth-child(2) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.sw-Button_ModalClose .close-text {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .sw-Button_ModalClose .close-text {
    width: max(55px, 2.8645833333vw);
    top: max(52px, 2.7083333333vw);
    left: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Button_ModalClose .close-text {
    width: 9.765625vw;
    top: 9.375vw;
    left: 2.9947916667vw;
  }
}
@media (any-hover: hover) {
  .sw-Button_ModalClose {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sw-Button_ModalClose:hover {
    opacity: 0.8;
  }
}

.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 (max-width: 1024px) {
  .sw-Fixed_Banner .banner-container {
    padding-top: 1.953125vw;
  }
}
.sw-Fixed_Banner button[name=banner-close] {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (any-hover: hover) {
  .sw-Fixed_Banner button[name=banner-close] {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  .sw-Fixed_Banner button[name=banner-close]:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner button[name=banner-close] {
    right: max(8px, 0.4166666667vw);
    width: max(32px, 1.6666666667vw);
    height: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner button[name=banner-close] {
    right: 1.0416666667vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .sw-Fixed_Banner .banner-image {
    width: max(290px, 15.1041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .sw-Fixed_Banner .banner-image {
    width: 37.7604166667vw;
    -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 2.6041666667vw rgba(255, 255, 255, 0.8));
  }
}
.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;
  }
}

.index-MainVisual {
  position: relative;
  z-index: 2;
}
.index-MainVisual .mv-image {
  will-change: filter;
}
.index-MainVisual .mv-catch {
  position: absolute;
  top: 0;
  right: 0;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-catch {
    width: max(210px, 10.9375vw);
    -webkit-filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #FFF) drop-shadow(0 0 max(4px, 0.2083333333vw) #FFF) drop-shadow(0 0 max(12px, 0.625vw) #FFF);
    filter: drop-shadow(0 0 max(4px, 0.2083333333vw) #FFF) drop-shadow(0 0 max(4px, 0.2083333333vw) #FFF) drop-shadow(0 0 max(12px, 0.625vw) #FFF);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-catch {
    width: 40.3645833333vw;
    -webkit-filter: drop-shadow(0 0 0.6510416667vw #FFF) drop-shadow(0 0 0.78125vw #FFF) drop-shadow(0 0 2.2135416667vw #FFF);
    filter: drop-shadow(0 0 0.6510416667vw #FFF) drop-shadow(0 0 0.78125vw #FFF) drop-shadow(0 0 2.2135416667vw #FFF);
  }
}

/*---------------------------------------------------------*/
/* Pickup */
/*---------------------------------------------------------*/
.index-PickUp {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .index-PickUp {
    margin-top: min(-69px, -3.59375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp {
    margin-top: -13.28125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 {
    padding-top: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 {
    padding-top: 4.9479166667vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-background {
  position: absolute;
  background: url(../../images/pickup/bg_pickup-white.png) top center/contain no-repeat;
  inset: 0;
  z-index: -1;
  will-change: filter;
  -webkit-filter: blur(2rem);
  filter: blur(2rem);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-background {
    width: max(520px, 27.0833333333vw);
    height: max(428px, 22.2916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-background {
    width: 100vw;
    height: 82.03125vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-background.animated {
  -webkit-filter: blur(0rem);
  filter: blur(0rem);
}
.index-PickUp .pickup-content-01 .pickup-figure {
  position: relative;
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-top {
  position: absolute;
  width: 100%;
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-top span {
  position: absolute;
  display: block;
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-top .deco--1 {
  background: url(../../images/pickup/deco_ribbon-tl.png) top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-top .deco--1 {
    width: max(144px, 7.5vw);
    height: max(90px, 4.6875vw);
    top: min(-16px, -0.8333333333vw);
    left: min(-23px, -1.1979166667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-top .deco--1 {
    width: 27.6041666667vw;
    height: 17.1875vw;
    top: -2.9947916667vw;
    left: -4.4270833333vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-top .deco--2 {
  background: url(../../images/pickup/deco_ribbon-tr.png) top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-top .deco--2 {
    width: max(208px, 10.8333333333vw);
    height: max(156px, 8.125vw);
    top: min(-102px, -5.3125vw);
    right: min(-69px, -3.59375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-top .deco--2 {
    width: 39.7135416667vw;
    height: 29.9479166667vw;
    top: -19.53125vw;
    right: -13.28125vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-bottom {
  position: absolute;
  width: 100%;
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-bottom span {
  position: absolute;
  display: block;
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-bottom .deco--1 {
  background: url(../../images/pickup/deco_ribbon-bl.png) top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-bottom .deco--1 {
    width: max(174px, 9.0625vw);
    height: max(136px, 7.0833333333vw);
    top: max(312px, 16.25vw);
    left: min(-84px, -4.375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-bottom .deco--1 {
    width: 33.203125vw;
    height: 26.0416666667vw;
    top: 60.0260416667vw;
    left: -16.1458333333vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .deco-bottom .deco--2 {
  background: url(../../images/pickup/deco_ribbon-br.png) top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-bottom .deco--2 {
    width: max(236px, 12.2916666667vw);
    height: max(134px, 6.9791666667vw);
    top: max(304px, 15.8333333333vw);
    right: min(-137px, -7.1354166667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .deco-bottom .deco--2 {
    width: 45.1822916667vw;
    height: 25.78125vw;
    top: 58.203125vw;
    right: -26.4322916667vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #B92B6F;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .sub-title {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .sub-title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .pickup-title {
    font-size: max(38px, 1.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .pickup-title {
    font-size: 7.03125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .pickup-title span {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .pickup-title span {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .sub-text {
    margin-top: max(8px, 0.4166666667vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-text .sub-text {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-image {
    margin: max(12px, 0.625vw) auto 0;
    width: max(440px, 22.9166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-figure-image {
    margin: 2.0833333333vw auto 0;
    width: 84.375vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .pickup-txt-image {
  position: relative;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-txt-image {
    margin: max(12px, 0.625vw) auto 0;
    width: max(520px, 27.0833333333vw);
    -webkit-filter: drop-shadow(0 0 max(28px, 1.4583333333vw) #FFF) drop-shadow(0 0 max(14px, 0.7291666667vw) #FFF);
    filter: drop-shadow(0 0 max(28px, 1.4583333333vw) #FFF) drop-shadow(0 0 max(14px, 0.7291666667vw) #FFF);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-txt-image {
    margin: 2.34375vw auto 0;
    width: 100vw;
    -webkit-filter: drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 2.6041666667vw #FFF);
    filter: drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 2.6041666667vw #FFF);
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .pickup-txt-image::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/pickup/bg_pickup-deco.png) top center/contain no-repeat;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-txt-image::before {
    width: max(520px, 27.0833333333vw);
    height: max(244px, 12.7083333333vw);
    top: min(-26px, -1.3541666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-txt-image::before {
    width: 100vw;
    height: 46.875vw;
    top: -4.9479166667vw;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .pickup-caution {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #B92B6F;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-caution {
    font-size: max(16px, 0.8333333333vw);
    text-shadow: 0 0 max(14px, 0.7291666667vw) #FFF, 0 0 max(14px, 0.7291666667vw) #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-caution {
    font-size: 2.8645833333vw;
    text-shadow: 0 0 2.6041666667vw #FFF, 0 0 2.6041666667vw #FFF;
  }
}
.index-PickUp .pickup-content-01 .pickup-figure .pickup-dates {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  background-color: #B92B6F;
  text-align: center;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-dates {
    margin: max(14px, 0.7291666667vw) auto 0;
    padding: max(12px, 0.625vw) 0;
    width: max(480px, 25vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-PickUp .pickup-content-01 .pickup-figure .pickup-dates {
    margin: 2.6041666667vw auto 0;
    padding: 2.34375vw 0;
    width: 92.1875vw;
    font-size: 3.125vw;
  }
}

/*---------------------------------------------------------*/
/* event */
/*---------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .index-Event {
    margin-top: max(72px, 3.75vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event {
    margin-top: 13.8020833333vw;
  }
}
.index-Event .section-container {
  position: relative;
}
.index-Event .section-container .bg-event {
  position: absolute;
  width: 100%;
  background: #FFF9F1;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .bg-event {
    top: max(230px, 11.9791666667vw);
    height: calc(100% - max(360px, 18.75vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .bg-event {
    top: 44.2708333333vw;
    height: calc(100% - 69.2708333333vw);
  }
}
.index-Event .section-container .bg-event::before, .index-Event .section-container .bg-event::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/deco_frame.png) top center/contain no-repeat;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .bg-event::before, .index-Event .section-container .bg-event::after {
    width: max(520px, 27.0833333333vw);
    height: max(230px, 11.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .bg-event::before, .index-Event .section-container .bg-event::after {
    width: 100vw;
    height: 44.2708333333vw;
  }
}
.index-Event .section-container .bg-event::before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .bg-event::before {
    top: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .bg-event::before {
    top: 0.2604166667vw;
  }
}
.index-Event .section-container .bg-event::after {
  -webkit-transform: translateY(100%) scaleY(-1);
  transform: translateY(100%) scaleY(-1);
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .bg-event::after {
    bottom: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .bg-event::after {
    bottom: 0.2604166667vw;
  }
}
.index-Event .section-container .bg-event .deco-ribbon {
  position: absolute;
  background: url(../../images/deco_ribbon.png) top center/contain no-repeat;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .bg-event .deco-ribbon {
    height: max(116px, 6.0416666667vw);
    top: min(-146px, -7.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .bg-event .deco-ribbon {
    height: 22.1354166667vw;
    top: -27.9947916667vw;
  }
}
.index-Event .section-container .section-header {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-header {
    padding-top: max(84px, 4.375vw);
    width: max(480px, 25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-header {
    padding-top: 16.1458333333vw;
    width: 92.1875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body {
    margin-top: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body {
    margin-top: 1.3020833333vw;
  }
}
.index-Event .section-container .section-body .event-title-container {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-title-container {
    width: max(480px, 25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-title-container {
    width: 92.1875vw;
  }
}
.index-Event .section-container .section-body .event-title-container::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/event/deco_shine.png) top center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-title-container::before {
    width: max(502px, 26.1458333333vw);
    height: max(542px, 28.2291666667vw);
    top: min(-217px, -11.3020833333vw);
    left: min(-219px, -11.40625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-title-container::before {
    width: 96.3541666667vw;
    height: 104.1666666667vw;
    top: -41.6666666667vw;
    left: -42.1875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-title-container .event-title {
    width: max(480px, 25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-title-container .event-title {
    width: 92.1875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-title-container .event-start {
    margin-top: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-title-container .event-start {
    margin-top: 2.6041666667vw;
  }
}
.index-Event .section-container .section-body .event-title-container .event-theme {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #B92B6F;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-title-container .event-theme {
    margin-top: max(34px, 1.7708333333vw);
    font-size: max(28px, 1.4583333333vw);
    text-shadow: 0 0 max(14px, 0.7291666667vw) rgb(255, 255, 255);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-title-container .event-theme {
    margin-top: 6.5104166667vw;
    font-size: 5.46875vw;
    text-shadow: 0 0 2.6041666667vw rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction {
    margin-top: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction {
    margin-top: 6.5104166667vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content .intro-content-inner .intro-text {
  position: absolute;
}
.index-Event .section-container .section-body .event-introduction .intro-content .intro-content-inner .intro-text .line {
  position: absolute;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner {
  position: relative;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still {
    width: max(500px, 26.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still {
    width: 96.09375vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01 {
  position: relative;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::before, .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::after {
  content: "";
  display: block;
  position: absolute;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::before {
  background: url(../../images/event/deco_shine.png) top center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::before {
    width: max(502px, 26.1458333333vw);
    height: max(542px, 28.2291666667vw);
    top: min(-115px, -5.9895833333vw);
    left: min(-184px, -9.5833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::before {
    width: 96.3541666667vw;
    height: 104.1666666667vw;
    top: -22.1354166667vw;
    left: -35.4166666667vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::after {
  background: url(../../images/event/deco_ribbon_left.png) top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::after {
    width: max(188px, 9.7916666667vw);
    height: max(176px, 9.1666666667vw);
    top: min(-2px, -0.1041666667vw);
    left: min(-20px, -1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-still.intro-still-01::after {
    width: 36.1979166667vw;
    height: 33.8541666667vw;
    top: -0.390625vw;
    left: -3.90625vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 {
    right: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 {
    right: 5.2083333333vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 .line-01_01 {
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 .line-01_01 {
    width: max(326px, 16.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 .line-01_01 {
    width: 62.7604166667vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 .line-01_02 {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 .line-01_02 {
    width: max(166px, 8.6458333333vw);
    top: max(42px, 2.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-01 .line-01_02 {
    width: 31.640625vw;
    top: 8.0729166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 {
    bottom: max(76px, 3.9583333333vw);
    left: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 {
    bottom: 14.5833333333vw;
    left: 5.2083333333vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 .line-02_01 {
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 .line-02_01 {
    width: max(340px, 17.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 .line-02_01 {
    width: 65.1041666667vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 .line-02_02 {
  left: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 .line-02_02 {
    top: max(42px, 2.1875vw);
    width: max(468px, 24.375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-01 .intro-content-inner .intro-text-02 .line-02_02 {
    top: 8.0729166667vw;
    width: 89.9739583333vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 {
    margin-top: 5.2083333333vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/event/deco_shine.png) top center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02::before {
    width: max(502px, 26.1458333333vw);
    height: max(542px, 28.2291666667vw);
    top: min(-343px, -17.8645833333vw);
    right: min(-127px, -6.6145833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02::before {
    width: 96.3541666667vw;
    height: 104.1666666667vw;
    top: -65.8854166667vw;
    right: -24.4791666667vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner {
  position: relative;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still {
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still {
    width: max(500px, 26.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still {
    width: 96.09375vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02 {
  position: relative;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::before, .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::after {
  content: "";
  display: block;
  position: absolute;
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::before {
  background: url(../../images/event/deco_shine.png) top center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::before {
    width: max(502px, 26.1458333333vw);
    height: max(542px, 28.2291666667vw);
    top: min(-15px, -0.78125vw);
    right: min(-135px, -7.03125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::before {
    width: 96.3541666667vw;
    height: 104.1666666667vw;
    top: -2.8645833333vw;
    right: -26.0416666667vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::after {
  background: url(../../images/event/deco_ribbon_right.png) top center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::after {
    width: max(188px, 9.7916666667vw);
    height: max(176px, 9.1666666667vw);
    top: max(252px, 13.125vw);
    right: min(-20px, -1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-still.intro-still-02::after {
    width: 36.1979166667vw;
    height: 33.8541666667vw;
    top: 48.4375vw;
    right: -3.90625vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-03 {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-03 {
    top: max(28px, 1.4583333333vw);
    right: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-03 {
    top: 5.2083333333vw;
    right: 5.2083333333vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-03 .line-03_01 {
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-03 .line-03_01 {
    width: max(244px, 12.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-03 .line-03_01 {
    width: 47.0052083333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 {
    bottom: max(76px, 3.9583333333vw);
    left: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 {
    bottom: 14.5833333333vw;
    left: 5.2083333333vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 .line-04_01 {
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 .line-04_01 {
    width: max(302px, 15.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 .line-04_01 {
    width: 57.8125vw;
  }
}
.index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 .line-04_02 {
  left: 0;
}
@media screen and (min-width: 1025px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 .line-04_02 {
    top: max(42px, 2.1875vw);
    width: max(242px, 12.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Event .section-container .section-body .event-introduction .intro-content.intro-content-02 .intro-content-inner .intro-text-04 .line-04_02 {
    top: 8.0729166667vw;
    width: 46.3541666667vw;
  }
}

/*---------------------------------------------------------*/
/* NEWS */
/*---------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .index-News {
    margin-top: max(176px, 9.1666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News {
    margin-top: 33.7239583333vw;
  }
}
.index-News .section-container .section-header .title {
  position: relative;
  margin-inline: auto;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-header .title {
    width: max(256px, 13.3333333333vw);
    -webkit-filter: drop-shadow(0 0 max(20px, 1.0416666667vw) #FFF);
    filter: drop-shadow(0 0 max(20px, 1.0416666667vw) #FFF);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-header .title {
    width: 49.0885416667vw;
    -webkit-filter: drop-shadow(0 0 3.90625vw #FFF);
    filter: drop-shadow(0 0 3.90625vw #FFF);
  }
}
.index-News .section-container .section-header .title::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/news/bg_ttl.png) top center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-header .title::before {
    width: max(520px, 27.0833333333vw);
    height: max(252px, 13.125vw);
    top: min(-81px, -4.21875vw);
    left: min(-133px, -6.9270833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-header .title::before {
    width: 100vw;
    height: 48.4375vw;
    top: -15.625vw;
    left: -25.5208333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body {
    margin: max(28px, 1.4583333333vw) auto 0;
    width: max(466px, 24.2708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body {
    margin: 5.2083333333vw auto 0;
    width: 89.5833333333vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul {
    gap: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul {
    gap: 3.125vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #FFF9F1;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label {
    padding-top: max(20px, 1.0416666667vw);
    width: max(218px, 11.3541666667vw);
    height: max(68px, 3.5416666667vw);
    border: max(4px, 0.2083333333vw) solid #FFFFFF;
    border-radius: max(68px, 3.5416666667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(14px, 0.7291666667vw) rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(14px, 0.7291666667vw) rgba(205, 119, 93, 0.5));
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label {
    padding-top: 4.1666666667vw;
    width: 41.9270833333vw;
    height: 13.0208333333vw;
    border: 0.5208333333vw solid #FFFFFF;
    border-radius: 13.0208333333vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 2.6041666667vw rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 0.5208333333vw 2.6041666667vw rgba(205, 119, 93, 0.5));
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FA6498), to(#B92B6F));
  background: -webkit-linear-gradient(right, #FA6498 0%, #B92B6F 100%);
  background: linear-gradient(270deg, #FA6498 0%, #B92B6F 100%);
  content: "";
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label::before {
    border-radius: max(68px, 3.5416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label::before {
    border-radius: 13.0208333333vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span {
  color: #B92B6F;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.text {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.text {
    font-size: 3.3854166667vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
  position: absolute;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
    bottom: max(4px, 0.2083333333vw);
    width: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav] + label span.svg.arrow {
    bottom: 1.3020833333vw;
    width: 2.34375vw;
  }
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label {
  pointer-events: none;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label::before {
  opacity: 1;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label span {
  color: #FFFFFF;
}
.index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:checked + label span.svg.arrow {
  opacity: 1;
}
@media (any-hover: hover) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:not(:checked) + label span {
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover span {
    text-shadow: 0 0 max(6px, 0.3125vw) rgba(255, 0, 123, 0.6);
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-navigation ul li input[name=tab-nav]:not(:checked) + label:hover span {
    text-shadow: 0 0 1.0416666667vw rgba(255, 0, 123, 0.6);
  }
}
.index-News .section-container .section-body .news-article {
  background: #FFF9F1;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article {
    width: max(466px, 24.2708333333vw);
    padding: max(28px, 1.4583333333vw) max(28px, 1.4583333333vw) max(42px, 2.1875vw);
    border-radius: max(14px, 0.7291666667vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(28px, 1.4583333333vw) rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(28px, 1.4583333333vw) rgba(205, 119, 93, 0.5));
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article {
    width: 89.5833333333vw;
    padding: 5.2083333333vw 5.2083333333vw 7.8125vw;
    border-radius: 2.6041666667vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 0.5208333333vw 5.2083333333vw rgba(205, 119, 93, 0.5));
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article + .news-article {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article + .news-article {
    margin-top: 5.2083333333vw;
  }
}
.index-News .section-container .section-body .news-article .news-header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-header h3 {
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-header h3 {
    font-size: 4.4270833333vw;
  }
}
.index-News .section-container .section-body .news-article .news-header h3.text-center {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-image {
  aspect-ratio: 608/342;
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-text {
  background: #B92B6F;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text {
    padding: max(10px, 0.5208333333vw) max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text {
    padding: 1.953125vw 1.3020833333vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-media .news-media-text p {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p + p {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text p + p {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text a {
  color: #B92B6F;
}
@media (any-hover: hover) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .index-News .section-container .section-body .news-article .news-main .news-main-text a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention {
    margin-top: 5.2083333333vw;
  }
}
.index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .news-article .news-main .news-main-text ul.attention li {
    font-size: 2.6041666667vw;
  }
}
.index-News .section-container .section-body .tab-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-News .section-container .section-body .tab-container {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-News .section-container .section-body .tab-container {
    margin-top: 3.90625vw;
  }
}
.index-News .section-container .section-body .tab-content {
  display: none;
}
.index-News .section-container .section-body .tab-content.hidden {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.index-News .section-container .section-body .tab-content.active {
  display: block;
  opacity: 1;
}

/*---------------------------------------------------------*/
/* 壁紙ダウンロード */
/*---------------------------------------------------------*/
.index-Download {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-Download {
    margin-top: max(72px, 3.75vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download {
    margin-top: 13.8020833333vw;
  }
}
.index-Download .section-container {
  position: relative;
  z-index: 1;
}
.index-Download .section-container .bg-download {
  position: absolute;
  width: 100%;
  background: #FFF9F1;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-container .bg-download {
    top: max(230px, 11.9791666667vw);
    height: calc(100% - max(360px, 18.75vw));
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-container .bg-download {
    top: 44.2708333333vw;
    height: calc(100% - 69.2708333333vw);
  }
}
.index-Download .section-container .bg-download::before, .index-Download .section-container .bg-download::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/deco_frame.png) top center/contain no-repeat;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-container .bg-download::before, .index-Download .section-container .bg-download::after {
    width: max(520px, 27.0833333333vw);
    height: max(230px, 11.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-container .bg-download::before, .index-Download .section-container .bg-download::after {
    width: 100vw;
    height: 44.2708333333vw;
  }
}
.index-Download .section-container .bg-download::before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 1025px) {
  .index-Download .section-container .bg-download::before {
    top: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-container .bg-download::before {
    top: 0.2604166667vw;
  }
}
.index-Download .section-container .bg-download::after {
  -webkit-transform: translateY(100%) scaleY(-1);
  transform: translateY(100%) scaleY(-1);
}
@media screen and (min-width: 1025px) {
  .index-Download .section-container .bg-download::after {
    bottom: max(1px, 0.0520833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-container .bg-download::after {
    bottom: 0.2604166667vw;
  }
}
.index-Download .section-container .bg-download .deco-ribbon {
  position: absolute;
  background: url(../../images/deco_ribbon.png) top center/contain no-repeat;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 1025px) {
  .index-Download .section-container .bg-download .deco-ribbon {
    height: max(116px, 6.0416666667vw);
    top: min(-146px, -7.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-container .bg-download .deco-ribbon {
    height: 22.1354166667vw;
    top: -27.9947916667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .section-header {
    padding-top: max(84px, 4.375vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-header {
    padding-top: 16.1458333333vw;
  }
}
.index-Download .section-header h2.title {
  margin: 0 auto;
  will-change: filter;
}
@media screen and (min-width: 1025px) {
  .index-Download .section-header h2.title {
    width: max(480px, 25vw);
    -webkit-filter: drop-shadow(0 0 max(28px, 1.4583333333vw) #FFF) drop-shadow(0 0 max(14px, 0.7291666667vw) #FFF);
    filter: drop-shadow(0 0 max(28px, 1.4583333333vw) #FFF) drop-shadow(0 0 max(14px, 0.7291666667vw) #FFF);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-header h2.title {
    width: 92.1875vw;
    -webkit-filter: drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 2.6041666667vw #FFF);
    filter: drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 2.6041666667vw #FFF);
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .section-body {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .section-body {
    margin-top: 5.2083333333vw;
  }
}
.index-Download p.text-guide {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #B92B6F;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-intro {
    margin-bottom: max(28px, 1.4583333333vw);
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-intro {
    margin-bottom: 5.2083333333vw;
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-share {
    margin-bottom: max(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: "";
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::before, .index-Download p.text-guide-download::after {
    top: min(-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/deco_emphasis_left.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::before {
    left: max(42px, 2.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::before {
    left: 7.8125vw;
  }
}
.index-Download p.text-guide-download::after {
  background: url("../../images/download/deco_emphasis_right.png") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .index-Download p.text-guide-download::after {
    right: max(42px, 2.1875vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download p.text-guide-download::after {
    right: 7.8125vw;
  }
}
.index-Download p.text-guide-download.animated::before, .index-Download p.text-guide-download.animated::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-Download p.text-guide.text-brown {
  color: #5E394A;
}
.index-Download p.text-guide span.text-pink {
  color: #FF007B;
}
@media screen and (min-width: 1025px) {
  .index-Download .download-wallpaper {
    margin-bottom: max(28px, 1.4583333333vw);
    width: max(520px, 27.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .download-wallpaper {
    width: 100vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download .guide-hand {
    padding: max(20px, 1.0416666667vw) 0 max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .guide-hand {
    padding: 3.90625vw 0 4.1666666667vw;
  }
}
.index-Download .guide-hand .icon {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .index-Download .guide-hand .icon {
    width: max(54px, 2.8125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .guide-hand .icon {
    width: 10.4166666667vw;
  }
}
.index-Download .button {
  display: block;
  aspect-ratio: 648/146;
  margin: 0 auto;
}
@media (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(32px, 1.6666666667vw) max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-share span.button-inner {
    padding: 5.2083333333vw 0 5.9895833333vw 5.46875vw;
  }
}
@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 max(10px, 0.5208333333vw);
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download .button-share span.text {
    padding: 1.4322916667vw 0 1.6927083333vw;
    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_Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.index-Download_Modal.modal-active {
  display: block;
}
.index-Download_Modal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .modal-backdrop {
    background-image: url("../../images/pc/bg.jpg");
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-backdrop {
    background-image: url("../../images/bg.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(70px, 3.6458333333vw) max(50px, 2.6041666667vw) max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .modal-wrapper {
    padding: 19.53125vw 3.90625vw 26.0416666667vw;
  }
}
.index-Download_Modal .modal-wrapper.show-transition {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.index-Download_Modal .modal-wrapper.hide-transition {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.index-Download_Modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.index-Download_Modal .modal-container {
  display: none;
}
.index-Download_Modal .modal-container.container-active {
  display: block;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .content-header {
    padding-bottom: max(50px, 2.6041666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-header {
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header {
    padding-bottom: 7.03125vw;
  }
}
.index-Download_Modal .content-header h2.title {
  margin: 0 auto;
  will-change: filter;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .content-header h2.title {
    width: max(588px, 30.625vw);
    -webkit-filter: drop-shadow(0 0 max(33px, 1.71875vw) #FFF) drop-shadow(0 0 max(17px, 0.8854166667vw) #FFF);
    filter: drop-shadow(0 0 max(33px, 1.71875vw) #FFF) drop-shadow(0 0 max(17px, 0.8854166667vw) #FFF);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-header h2.title {
    -webkit-filter: drop-shadow(0 0 2.578125vw #FFF) drop-shadow(0 0 1.328125vw #FFF);
    filter: drop-shadow(0 0 2.578125vw #FFF) drop-shadow(0 0 1.328125vw #FFF);
    width: 45.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header h2.title {
    position: relative;
    width: 92.1875vw;
    -webkit-filter: drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 2.6041666667vw #FFF);
    filter: drop-shadow(0 0 5.2083333333vw #FFF) drop-shadow(0 0 2.6041666667vw #FFF);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-header h2.title::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../../images/download/bg_ttl.png) top center/contain no-repeat;
    width: 100vw;
    height: 48.4375vw;
    top: -13.0208333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .content-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max(1072px, 55.8333333333vw);
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .content-body {
    width: 83.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .content-body {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Download_Modal .download-content {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content + .download-content {
    margin-top: 10.4166666667vw;
  }
}
.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(230px, 11.9791666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content h3.title {
    width: 17.96875vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content h3.title {
    width: 47.9166666667vw;
  }
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content .wallpaper {
    margin: min(-40px, -2.0833333333vw) auto max(35px, 1.8229166667vw);
    width: max(254px, 13.2291666667vw);
    border: max(4px, 0.2083333333vw) solid #FFFFFF;
    -webkit-box-shadow: 0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) 0 rgba(205, 119, 93, 0.5);
    box-shadow: 0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) 0 rgba(205, 119, 93, 0.5);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content .wallpaper {
    margin: -3.125vw auto 2.734375vw;
    width: 19.84375vw;
    border: 0.3125vw solid #FFFFFF;
    -webkit-box-shadow: 0 0.3125vw 1.5625vw 0 rgba(205, 119, 93, 0.5);
    box-shadow: 0 0.3125vw 1.5625vw 0 rgba(205, 119, 93, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content .wallpaper {
    width: 55.2083333333vw;
    margin: -8.203125vw auto 3.90625vw;
    border: 0.5208333333vw solid #FFFFFF;
    -webkit-box-shadow: 0 0.5208333333vw 2.6041666667vw 0 rgba(205, 119, 93, 0.5);
    box-shadow: 0 0.5208333333vw 2.6041666667vw 0 rgba(205, 119, 93, 0.5);
  }
}
.index-Download_Modal .download-content a.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  aspect-ratio: 538/110;
  margin: 0 auto;
  background: url("../../images/download/wallpaper/bg_button_download.png") no-repeat center/contain;
  will-change: filter;
}
@media screen and (min-width: 1281px) {
  .index-Download_Modal .download-content a.button {
    width: max(317px, 16.5104166667vw);
    padding: max(16px, 0.8333333333vw) 0 0 max(40px, 2.0833333333vw);
    border-radius: max(100px, 5.2083333333vw);
    -webkit-filter: drop-shadow(0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 max(4px, 0.2083333333vw) max(20px, 1.0416666667vw) rgba(205, 119, 93, 0.5));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content a.button {
    width: 24.765625vw;
    padding: 1.25vw 0 0 3.125vw;
    border-radius: 7.8125vw;
    -webkit-filter: drop-shadow(0 0.3125vw 1.5625vw rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 0.3125vw 1.5625vw rgba(205, 119, 93, 0.5));
  }
}
@media screen and (max-width: 1024px) {
  .index-Download_Modal .download-content a.button {
    width: 70.0520833333vw;
    padding: 3.3854166667vw 0 0 9.1145833333vw;
    border-radius: 14.3229166667vw;
    -webkit-filter: drop-shadow(0 0.5208333333vw 2.6041666667vw rgba(205, 119, 93, 0.5));
    filter: drop-shadow(0 0.5208333333vw 2.6041666667vw rgba(205, 119, 93, 0.5));
  }
}
.index-Download_Modal .download-content a.button span.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  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(24px, 1.25vw);
    right: max(24px, 1.25vw);
    width: max(18px, 0.9375vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Download_Modal .download-content a.button span.svg.external {
    top: 1.875vw;
    right: 1.875vw;
    width: 1.40625vw;
  }
}
@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 (any-hover: hover) {
  .index-Download_Modal .download-content a.button:hover::before {
    opacity: 1;
  }
}