/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-size: 62.5%;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  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;
  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;
  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;
}

/* add_user */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --designwidth: 390;
  --designwidth_pc: 1440;
  --lp_font_jp: "ryo-gothic-plusn", sans-serif;
  --lp_font_en: "gotham", sans-serif;
  --anime_duration: 0.4s;
  --color_base:#2B4698;
  --color_main:#2B4698;
  --color_deepblue:#041F45;
  --color_yellow:#F4B94E;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: var(--lp_font_jp);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: var(--color_main);
}
body.is-modal-open {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width:599px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (min-width:1025px) {
  .u-show-tab {
    display: none !important;
  }
}

@media screen and (min-width:600px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:599px) {
  .u-block {
    padding-left: calc(20 / var(--designwidth) * 100vw);
    padding-right: calc(20 / var(--designwidth) * 100vw);
  }
}

@media screen and (min-width:600px) {
  .u-hover {
    transition: ease opacity 0.3s;
  }
  .u-hover:hover {
    opacity: 0.8;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-color-blue {
  color: var(--color_base) !important;
}

.u-color-yellow {
  color: var(--color_yellow) !important;
}

.u-mark {
  margin: 0 5px;
  padding: 3px 2px;
  background: #F4B94E;
  color: #5172A8;
}

.u-text-center {
  text-align: center !important;
}

@media screen and (min-width:600px) {
  .u-text-center--pc {
    text-align: center !important;
  }
}

.u-denim-hr--top {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 2880/64;
  background: url("../image/common/bg_wall01_01.webp") no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width:599px) {
  .u-denim-hr--top {
    aspect-ratio: 780/32;
    background: url("../image/common/bg_wall01_01_sp.webp") no-repeat center center;
    background-size: 100% auto;
  }
}

.u-bg-denim {
  position: relative;
  background: #fff url("../image/common/bg_wall01.webp") repeat center center/cover;
  background-size: 250px auto;
}
@media screen and (max-width:599px) {
  .u-bg-denim {
    background-size: calc(210 / var(--designwidth) * 100vw) auto;
  }
}
.u-bg-denim--first:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2880/64;
  background: url("../image/common/bg_wall01_01.webp") no-repeat center center;
  background-size: 100% auto;
  transform: translateY(-98%);
}
@media screen and (max-width:599px) {
  .u-bg-denim--first:before {
    aspect-ratio: 780/32;
    background: url("../image/common/bg_wall01_01_sp.webp") no-repeat center center;
    background-size: 100% auto;
  }
}

.u-bg-denim2 {
  position: relative;
  background: #fff url("../image/common/bg_wall02.webp") repeat center center/cover;
  background-size: 250px auto;
}
@media screen and (max-width:599px) {
  .u-bg-denim2 {
    background-size: calc(210 / var(--designwidth) * 100vw) auto;
  }
}

.u-bg-white {
  position: relative;
  background: #fff url("../image/common/bg_wall03.webp") repeat center center/cover;
  background-size: 250px auto;
}
@media screen and (max-width:599px) {
  .u-bg-white {
    padding: calc(50 / var(--designwidth) * 100vw) 0 calc(50 / var(--designwidth) * 100vw);
    background-size: calc(210 / var(--designwidth) * 100vw) auto;
  }
}

.l-wrapper img,
.l-wrapper video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.l-wrapper {
  display: grid;
  grid-template-columns: 208px 1fr;
}
@media screen and (max-width:599px) {
  .l-wrapper {
    display: block;
    overflow: clip;
  }
}

.l-maincontents {
  min-width: 0;
  overflow: hidden;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff url("../image/common/bg_wall03.webp") repeat center center/cover;
  background-size: 250px auto;
  border-right: 2px solid var(--color_main);
}
@media screen and (max-width:599px) {
  .l-header {
    position: static;
    border: none;
    height: auto;
    background: none;
  }
}

@media screen and (max-width:599px) {
  .l-header-head {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: calc(15 / var(--designwidth) * 100vw) calc(15 / var(--designwidth) * 100vw) calc(15 / var(--designwidth) * 100vw) calc(5 / var(--designwidth) * 100vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.c-header__logo {
  margin: 0 auto;
  padding: 22px 0 0;
  width: 149px;
}
@media screen and (max-width:599px) {
  .c-header__logo {
    margin: 0;
    padding: 0;
    width: calc(118 / var(--designwidth) * 100vw);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .is-maincontents .c-header__logo {
    opacity: 1;
  }
}

.l-gnav {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 114px;
}
@media screen and (max-width:599px) {
  .l-gnav {
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    padding: 0;
    background-color: var(--color_main);
    transform: translateX(100%);
    transition: ease transform 0.3s;
    display: block;
    overflow-y: auto;
  }
}

@media screen and (max-width:599px) {
  .l-gnav__inner {
    padding: calc(100 / var(--designwidth) * 100vw) calc(50 / var(--designwidth) * 100vw) calc(40 / var(--designwidth) * 100vw);
  }
}

.c-gnav-list {
  display: grid;
  gap: 20px 0;
  padding: 0 35px;
  line-height: 1;
}
@media screen and (max-width:599px) {
  .c-gnav-list {
    gap: calc(30 / var(--designwidth) * 100vw) 0;
    padding: 0;
  }
}

.c-gnav-list__item {
  display: grid;
  gap: 5px 0;
}
@media screen and (max-width:599px) {
  .c-gnav-list__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 0 calc(10 / var(--designwidth) * 100vw);
  }
}

.c-gnav-list__item__en {
  display: block;
  color: var(--color_main);
  font-family: var(--lp_font_en);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width:599px) {
  .c-gnav-list__item__en {
    color: #FFF;
    font-size: calc(22 / var(--designwidth) * 100vw);
    line-height: 120%;
  }
}

.c-gnav-list__item__ja {
  margin: 0 0 0.3em;
  display: block;
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color_main);
}
@media screen and (max-width:599px) {
  .c-gnav-list__item__ja {
    margin: 0;
    color: #FFF;
    font-size: calc(12 / var(--designwidth) * 100vw);
    font-weight: 700;
  }
}
.c-gnav-list__item__ja:before {
  content: "(";
  padding-right: 0.5em;
}
@media screen and (max-width:599px) {
  .c-gnav-list__item__ja:before {
    padding-right: 0.2em;
  }
}
.c-gnav-list__item__ja:after {
  content: ")";
  padding-left: 0.5em;
}
@media screen and (max-width:599px) {
  .c-gnav-list__item__ja:after {
    padding-left: 0.2em;
  }
}

.c-gnav-bottom {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  padding: 20px 20px 0;
  width: 100%;
}
@media screen and (max-width:599px) {
  .c-gnav-bottom {
    position: static;
    padding: 0;
  }
}

.c-gnav-bnr-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  margin: 0 0 10px;
  text-align: center;
  color: var(--color_base);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (max-width:599px) {
  .c-gnav-bnr-aside {
    gap: calc(20 / var(--designwidth) * 100vw);
    margin: calc(60 / var(--designwidth) * 100vw) 0 calc(10 / var(--designwidth) * 100vw);
    font-size: calc(13 / var(--designwidth) * 100vw);
    color: #fff;
  }
}
.c-gnav-bnr-aside:before, .c-gnav-bnr-aside:after {
  position: relative;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 15px;
  width: 1px;
  background-color: currentColor;
}
.c-gnav-bnr-aside:before {
  transform: skewX(25deg);
}
.c-gnav-bnr-aside:after {
  transform: skewX(-25deg);
}

.c-gnav-bnr {
  display: block;
  width: 100%;
}

.c-gnav-ticket {
  display: block;
  width: 100%;
  border-radius: 6px;
  margin: 20px 0 0;
  padding: 4px;
  background: var(--color_main);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.c-gnav-ticket:hover .c-gnav-ticket__inner:after {
  transform: translateY(-55%) translateX(5%);
}
@media screen and (max-width:599px) {
  .c-gnav-ticket {
    position: static;
    width: 100%;
    margin: calc(20 / var(--designwidth) * 100vw) 0 0;
    padding: calc(4 / var(--designwidth) * 100vw);
    font-size: calc(17 / var(--designwidth) * 100vw);
    background-color: #fff;
    color: var(--color_base);
  }
}

.c-gnav-ticket__inner {
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 79px;
  padding: 20px;
  border: 1px solid #fff;
}
@media screen and (max-width:599px) {
  .c-gnav-ticket__inner {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 0 calc(10 / var(--designwidth) * 100vw);
    border-color: var(--color_main);
  }
}
.c-gnav-ticket__inner:after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../image/common/ico_arrow03.svg") no-repeat center center/contain;
  width: 28px;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}
@media screen and (max-width:599px) {
  .c-gnav-ticket__inner:after {
    background: url("../image/common/ico_arrow04.svg") no-repeat center center/contain;
    background-size: contain;
    width: calc(27 / var(--designwidth) * 100vw);
  }
}

.c-gnav-ticket__ja {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  opacity: 0.7;
  line-height: 1;
}
@media screen and (max-width:599px) {
  .c-gnav-ticket__ja {
    color: var(--color_base);
    font-size: calc(10 / var(--designwidth) * 100vw);
  }
}

.c-gnav-ticket__en {
  margin-top: 0.2em;
  display: block;
  line-height: 1;
  font-family: var(--lp_font_en);
  text-transform: uppercase;
  font-size: 2rem;
}
@media screen and (max-width:599px) {
  .c-gnav-ticket__en {
    margin: 0;
    font-size: calc(20 / var(--designwidth) * 100vw);
  }
}

.c-hamburger-menu {
  position: relative;
  display: block;
  z-index: 5;
  width: calc(52 / var(--designwidth) * 100vw);
  padding: calc(5 / var(--designwidth) * 100vw) 0 0;
  border: none;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
}

.c-hamburger-menu__icon {
  position: relative;
  display: block;
  height: calc(9 / var(--designwidth) * 100vw);
  width: calc(32 / var(--designwidth) * 100vw);
}
.c-hamburger-menu__icon > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--color_main);
  border-radius: 0;
  transition: all 0.3s ease;
}
.c-hamburger-menu__icon > span:nth-child(1) {
  top: 0;
}
.c-hamburger-menu__icon > span:nth-child(2) {
  bottom: 0;
}

.c-hamburger-menu__label {
  margin: calc(7 / var(--designwidth) * 100vw) 0 0;
  text-align: center;
  font-size: calc(11 / var(--designwidth) * 100vw);
  font-weight: 700;
  font-family: var(--lp_font_en);
  line-height: 1;
  color: var(--color_main);
}

.c-hamburger-menu__label--close {
  display: none;
}

body.is-gnav-open .c-hamburger-menu__label--menu {
  display: none;
}
body.is-gnav-open .c-hamburger-menu__label--close {
  display: block;
}
body.is-gnav-open .c-hamburger-menu__icon > span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
}
body.is-gnav-open .c-hamburger-menu__icon > span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-20deg);
}
body.is-gnav-open .l-gnav {
  transform: translateX(0%);
}

.lp-c-inlinelink {
  text-decoration: underline;
  color: inherit;
}
.lp-c-inlinelink:hover {
  text-decoration: none;
}

.c-headline-v1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 90px auto 0;
  text-align: center;
}
@media screen and (max-width:599px) {
  .c-headline-v1 {
    margin: calc(60 / var(--designwidth) * 100vw) auto 0;
  }
}

.c-headline-v1__title {
  margin-bottom: -0.8em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  color: var(--color_yellow);
}
@media screen and (max-width:599px) {
  .c-headline-v1__title {
    font-size: calc(15 / var(--designwidth) * 100vw);
    margin-bottom: -0.3em;
  }
}
.c-headline-v1__title:before {
  content: "(";
  padding-right: 1.2em;
}
.c-headline-v1__title:after {
  content: ")";
  padding-left: 1.2em;
}

.c-headline-v1__img {
  position: relative;
  margin: 0 auto;
  max-width: 480px;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
.is-show .c-headline-v1__img {
  transition: -webkit-clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out, -webkit-clip-path 0.6s ease-out;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.c-headline-v1__bgset {
  position: absolute;
  z-index: 5;
}
.c-headline-v1__bgset img {
  display: block;
}

#schedule .c-headline-v1 {
  margin: 0 auto 30px;
}
#schedule .c-headline-v1__title {
  margin-bottom: -0.8em;
}
@media screen and (max-width:599px) {
  #schedule .c-headline-v1__title {
    margin-bottom: -0.4em;
  }
}
#schedule .c-headline-v1__img {
  max-width: 335px;
}
@media screen and (max-width:599px) {
  #schedule .c-headline-v1__img {
    max-width: calc(240 / var(--designwidth) * 100vw);
  }
}
#schedule .c-headline-v1__bgset.is-pos01 {
  top: 72%;
  left: 93%;
  width: 36px;
}
@media screen and (max-width:599px) {
  #schedule .c-headline-v1__bgset.is-pos01 {
    top: 20%;
    left: -15%;
    width: calc(33 / var(--designwidth) * 100vw);
  }
}
#schedule .c-headline-v1__bgset.is-pos02 {
  top: 10%;
  left: -23%;
  width: 60px;
}
@media screen and (max-width:599px) {
  #schedule .c-headline-v1__bgset.is-pos02 {
    top: 60%;
    left: 100%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #schedule .c-headline-v1__bgset.is-pos02 img {
    transform: rotate(90deg) rotateY(180deg);
  }
}
#schedule .c-headline-v1__bgset.is-pos03 {
  top: 12%;
  right: -20%;
  width: 60px;
}
#schedule .c-headline-v1__bgset.is-pos03 img {
  transform: rotate(180deg);
}

#giveaway .c-headline-v1__img {
  max-width: 334px;
}
@media screen and (max-width:599px) {
  #giveaway .c-headline-v1__img {
    max-width: calc(240 / var(--designwidth) * 100vw);
  }
}
#giveaway .c-headline-v1__bgset.is-pos01 {
  top: 76%;
  left: 9%;
  width: 36px;
}
@media screen and (max-width:599px) {
  #giveaway .c-headline-v1__bgset.is-pos01 {
    top: 25%;
    left: 100%;
    width: calc(33 / var(--designwidth) * 100vw);
  }
}
#giveaway .c-headline-v1__bgset.is-pos02 {
  top: 4%;
  left: -17%;
  width: 60px;
}
#giveaway .c-headline-v1__bgset.is-pos02 img {
  transform: rotateX(180deg);
}
@media screen and (max-width:599px) {
  #giveaway .c-headline-v1__bgset.is-pos02 {
    top: 70%;
    left: -15%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #giveaway .c-headline-v1__bgset.is-pos02 img {
    transform: rotate(90deg);
  }
}
#giveaway .c-headline-v1__bgset.is-pos03 {
  top: 21%;
  right: -13%;
  width: 60px;
  transform: rotateY(180deg);
}

#event .c-headline-v1__title {
  margin-bottom: 0;
}
#event .c-headline-v1__img {
  max-width: 303px;
}
@media screen and (max-width:599px) {
  #event .c-headline-v1__img {
    max-width: calc(219 / var(--designwidth) * 100vw);
  }
}
#event .c-headline-v1__bgset.is-pos01 {
  top: 11%;
  left: 0%;
  width: 36px;
}
#event .c-headline-v1__bgset.is-pos02 {
  top: 65%;
  left: -14%;
  width: 60px;
}
#event .c-headline-v1__bgset.is-pos02 img {
  transform: rotate(180deg);
}
@media screen and (max-width:599px) {
  #event .c-headline-v1__bgset.is-pos02 {
    top: -5%;
    left: -8%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #event .c-headline-v1__bgset.is-pos02 img {
    transform: rotate(90deg) rotateX(180deg);
  }
}
#event .c-headline-v1__bgset.is-pos03 {
  top: 34%;
  right: -14%;
  width: 60px;
}
#event .c-headline-v1__bgset.is-pos03 img {
  transform: rotateX(180deg);
}
@media screen and (max-width:599px) {
  #event .c-headline-v1__bgset.is-pos03 {
    top: 30%;
    left: 95%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #event .c-headline-v1__bgset.is-pos03 img {
    transform: rotate(180deg);
  }
}

#goods .c-headline-v1__img {
  max-width: 478px;
}
@media screen and (max-width:599px) {
  #goods .c-headline-v1__img {
    max-width: calc(209 / var(--designwidth) * 100vw);
  }
}
#goods .c-headline-v1__bgset.is-pos01 {
  top: 19%;
  left: -3%;
  width: 36px;
}
#goods .c-headline-v1__bgset.is-pos02 {
  top: 35%;
  left: -15%;
  width: 60px;
}
#goods .c-headline-v1__bgset.is-pos02 img {
  transform: rotate(-90deg) rotateX(180deg);
}
@media screen and (max-width:599px) {
  #goods .c-headline-v1__bgset.is-pos02 {
    top: 27%;
    left: -22%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #goods .c-headline-v1__bgset.is-pos02 img {
    transform: rotate(0deg);
  }
}
#goods .c-headline-v1__bgset.is-pos03 {
  top: 63%;
  right: -10%;
  width: 60px;
}
#goods .c-headline-v1__bgset.is-pos03 img {
  transform: rotateX(180deg);
}
@media screen and (max-width:599px) {
  #goods .c-headline-v1__bgset.is-pos03 {
    top: 55%;
    left: 102%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #goods .c-headline-v1__bgset.is-pos03 img {
    transform: rotate(90deg) rotateY(180deg) rotateX(180deg);
  }
}

@media screen and (max-width:599px) {
  #gourmet .c-headline-v1 {
    margin-bottom: calc(30 / var(--designwidth) * 100vw);
  }
}
#gourmet .c-headline-v1__img {
  max-width: 300px;
}
@media screen and (max-width:599px) {
  #gourmet .c-headline-v1__img {
    max-width: calc(216 / var(--designwidth) * 100vw);
  }
}
#gourmet .c-headline-v1__bgset.is-pos01 {
  top: 84%;
  left: -3%;
  width: 36px;
}
#gourmet .c-headline-v1__bgset.is-pos02 {
  top: 54%;
  left: -21%;
  width: 60px;
}
#gourmet .c-headline-v1__bgset.is-pos02 img {
  transform: rotate(-90deg);
}
@media screen and (max-width:599px) {
  #gourmet .c-headline-v1__bgset.is-pos02 {
    top: 65%;
    left: -20%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #gourmet .c-headline-v1__bgset.is-pos02 img {
    transform: rotate(180deg) rotateX(180deg);
  }
}
#gourmet .c-headline-v1__bgset.is-pos03 {
  top: 41%;
  right: -21%;
  width: 60px;
}
#gourmet .c-headline-v1__bgset.is-pos03 img {
  transform: rotate(90deg) rotateX(180deg);
}
@media screen and (max-width:599px) {
  #gourmet .c-headline-v1__bgset.is-pos03 {
    top: 40%;
    left: 100%;
    width: calc(40 / var(--designwidth) * 100vw);
  }
  #gourmet .c-headline-v1__bgset.is-pos03 img {
    transform: rotate(0deg) rotateY(180deg) rotateX(180deg);
  }
}

.c-paragraph {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:599px) {
  .c-paragraph {
    font-size: calc(13 / var(--designwidth) * 100vw);
  }
}

.c-paragraph--block--530 {
  margin-inline: auto;
  max-width: 530px;
}

.c-leadtext {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width:599px) {
  .c-leadtext {
    font-feature-settings: "palt" 1;
    font-size: calc(13 / var(--designwidth) * 100vw);
  }
}

.c-notelist {
  display: grid;
  margin-top: 28px;
}
@media screen and (max-width:1024px) {
  .c-notelist {
    margin: 20px auto 0;
    width: 70%;
  }
}
@media screen and (max-width:599px) {
  .c-notelist {
    margin: calc(25 / var(--designwidth) * 100vw) calc(-15 / var(--designwidth) * 100vw) 0;
    width: auto;
  }
}

.c-notelist--center {
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width:599px) {
  .c-notelist--center {
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}

.c-imgbox {
  position: relative;
  margin: 30px auto 20px;
  padding: 12px;
  max-width: 798px;
  aspect-ratio: 798/463;
}
@media screen and (max-width:599px) {
  .c-imgbox {
    margin: calc(20 / var(--designwidth) * 100vw) calc(-10 / var(--designwidth) * 100vw) 0;
    padding: calc(8 / var(--designwidth) * 100vw) calc(8 / var(--designwidth) * 100vw);
  }
}
.c-imgbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/common/bg_line01.svg") no-repeat center center/contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width:599px) {
  .c-imgbox:before {
    background: url("../image/common/bg_line01_sp.svg") no-repeat center center/contain;
  }
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}
@media screen and (max-width:599px) {
  .c-button-wrap {
    margin-top: calc(25 / var(--designwidth) * 100vw);
  }
}

.c-button-v1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 56px;
  border-radius: 999px;
  background-color: var(--color_yellow);
  border: 1.5px solid var(--color_main);
  color: var(--color_main);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width:599px) {
  .c-button-v1 {
    width: calc(260 / var(--designwidth) * 100vw);
    height: calc(53 / var(--designwidth) * 100vw);
    font-size: calc(15 / var(--designwidth) * 100vw);
  }
}
.c-button-v1:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../image/common/ico_arrow02.svg") no-repeat center center/contain;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media screen and (max-width:599px) {
  .c-button-v1:after {
    right: calc(18 / var(--designwidth) * 100vw);
    width: calc(27 / var(--designwidth) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-v1 {
    transition: ease opacity 0.3s;
  }
  .c-button-v1:hover {
    opacity: 0.8;
  }
  .c-button-v1:hover:after {
    transform: translateY(-55%) translateX(5%);
  }
}

.top-pupuptitle {
  position: relative;
  padding: 3px;
  border-radius: 5px;
  font-size: 2rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1.84;
  background-color: var(--color_base);
  text-align: center;
}
@media screen and (max-width:599px) {
  .top-pupuptitle {
    padding: calc(5 / var(--designwidth) * 100vw) calc(12 / var(--designwidth) * 100vw);
    font-size: calc(18 / var(--designwidth) * 100vw);
  }
}
.top-pupuptitle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  aspect-ratio: 16/18;
  background: url("../image/common/bg_popup01.svg") no-repeat center center/contain;
}
@media screen and (max-width:599px) {
  .top-pupuptitle:after {
    top: calc(100% - 8px);
    width: calc(16 / var(--designwidth) * 100vw);
  }
}

.top-pupuptitle--small {
  padding: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width:599px) {
  .top-pupuptitle--small {
    padding: calc(5 / var(--designwidth) * 100vw) calc(12 / var(--designwidth) * 100vw);
    font-size: calc(18 / var(--designwidth) * 100vw);
  }
}

@media screen and (min-width:600px) {
  .top-pupuptitle--right:after {
    left: 25%;
  }
}

@media screen and (min-width:600px) {
  .top-pupuptitle--left:after {
    left: 65%;
    transform: translateX(-50%) rotateY(180deg);
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url("../image/common/bg_wall03.webp") repeat center center/250px auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.l-loading__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-loading__logo {
  margin: 0 auto;
  width: 205px;
}
@media screen and (max-width:599px) {
  .c-loading__logo {
    width: calc(180 / var(--designwidth) * 100vw);
  }
}

.c-loading__text {
  margin: 20px 0 0;
  font-size: 2rem;
  font-family: var(--lp_font_en);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--color_deepblue);
}
@media screen and (max-width:599px) {
  .c-loading__text {
    font-size: calc(18 / var(--designwidth) * 100vw);
  }
}

.c-loading__ball {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 88px;
  opacity: 0;
}
@media screen and (max-width:599px) {
  .c-loading__ball {
    width: calc(60 / var(--designwidth) * 100vw);
  }
}

.top-kv {
  position: relative;
}

.top-kv__inner {
  position: relative;
  height: 200vh;
}

.top-kv-first {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.top-kv-about {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
  will-change: clip-path, backdrop-filter;
}

.top-kv-about__contents {
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0 auto;
  min-height: 100vh;
  max-width: 1322px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width:1024px) {
  .top-kv-about__contents {
    padding: 0 20px;
  }
}
@media screen and (max-width:599px) {
  .top-kv-about__contents {
    padding: calc(60 / var(--designwidth) * 100vw) 0 0;
  }
}

.top-kv-about__paragraph {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2; /* 220.476% */
}
@media screen and (max-width:599px) {
  .top-kv-about__paragraph {
    font-size: calc(13 / var(--designwidth) * 100vw);
  }
}

.top-kv-about__catch {
  margin-top: 0.8em;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.89; /* 189.019% */
}
@media screen and (max-width:599px) {
  .top-kv-about__catch {
    font-size: calc(22 / var(--designwidth) * 100vw);
    font-weight: 500;
  }
}

.top-kv-main {
  position: relative;
  width: 100%;
  min-height: 100lvh;
}
.top-kv-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:1024px) {
  .top-kv-main img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width:599px) {
  .top-kv-main img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-kv-main__panel {
  height: 100lvh;
}

.top-kv-main__panel--layer2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.top-kv-main__panel--layer3 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}

.top-kv-about__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5%;
  background: url("../image/index/bg_about01.svg") no-repeat center center/830px auto;
}
@media screen and (max-width:599px) {
  .top-kv-about__text {
    justify-content: center;
    padding-top: 0;
    background: url("../image/index/bg_about01_sp.svg") no-repeat center center/100% auto;
  }
}

.top-stitchbox {
  position: relative;
  margin: 25px 0 0;
  border-radius: 8px;
}
@media screen and (max-width:599px) {
  .top-stitchbox {
    margin-top: calc(25 / var(--designwidth) * 100vw);
  }
}
.top-stitchbox:before, .top-stitchbox:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1810/100;
  background: url("../image/common/bg_box01_01.webp") no-repeat center top/100% auto;
  pointer-events: none;
}
@media screen and (max-width:599px) {
  .top-stitchbox:before, .top-stitchbox:after {
    aspect-ratio: 780/60;
    background: url("../image/common/bg_box01_01_sp.webp") no-repeat center top/100% auto;
  }
}
.top-stitchbox:before {
  margin-bottom: -0.5px;
}
.top-stitchbox:after {
  margin-top: -0.5px;
  background: url("../image/common/bg_box01_03.webp") no-repeat center bottom/100% auto;
}
@media screen and (max-width:599px) {
  .top-stitchbox:after {
    aspect-ratio: 780/52;
    background: url("../image/common/bg_box01_03_sp.webp") no-repeat center bottom/100% auto;
  }
}

.top-stitchbox__contents {
  background: url("../image/common/bg_box01_02.webp") repeat-y center top/100% auto;
}
@media screen and (max-width:599px) {
  .top-stitchbox__contents {
    padding: 0 calc(40 / var(--designwidth) * 100vw);
    background: url("../image/common/bg_box01_02_sp.webp") repeat-y center top/100% auto;
  }
}

.svg-box__border {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 20px);
  overflow: visible;
  pointer-events: none;
}
@media screen and (max-width:599px) {
  .svg-box__border {
    display: none;
  }
}
.svg-box__border path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.top-schedule {
  padding: 100px 0 0;
}
@media screen and (max-width:599px) {
  .top-schedule {
    padding: calc(60 / var(--designwidth) * 100vw) 0 0;
  }
}

.top-schedule__inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 910px;
}
@media screen and (max-width:599px) {
  .top-schedule__inner {
    width: auto;
  }
}

.top-schedule-ball {
  position: absolute;
  z-index: 5;
  top: 265px;
  left: -105px;
  width: 60px;
}
@media screen and (max-width:599px) {
  .top-schedule-ball {
    top: calc(120 / var(--designwidth) * 100vw);
    left: calc(-10 / var(--designwidth) * 100vw);
    width: calc(60 / var(--designwidth) * 100vw);
    transform: rotate(-45deg);
  }
}

.top-schedule-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 28px 38px 20px;
}
@media screen and (max-width:1024px) {
  .top-schedule-layout {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width:599px) {
  .top-schedule-layout {
    grid-template-columns: 100%;
    padding: calc(15 / var(--designwidth) * 100vw) 0 0;
  }
}

.top-schedule__grid {
  padding: 0 36px;
  min-width: 0;
}
@media screen and (max-width:1024px) {
  .top-schedule__grid {
    padding: 0;
  }
}
@media screen and (max-width:599px) {
  .top-schedule__grid {
    padding: 0;
  }
}
.top-schedule__grid:nth-child(2) {
  border-left: 1.5px dashed var(--color_base);
}
@media screen and (max-width:1024px) {
  .top-schedule__grid:nth-child(2) {
    border-left: none;
    margin-top: 20px;
  }
}
@media screen and (max-width:599px) {
  .top-schedule__grid:nth-child(2) {
    margin-top: calc(20 / var(--designwidth) * 100vw);
    padding: 0;
    border-left: none;
  }
}

.top-calendar {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .top-calendar {
    margin: 0 auto;
    max-width: 450px;
  }
}
@media screen and (max-width:599px) {
  .top-calendar {
    margin: calc(20 / var(--designwidth) * 100vw) 0 0;
  }
}

.top-calendar__item {
  display: flex;
  align-items: center;
  font-family: var(--lp_font_en);
  padding: 0 18px;
}
@media screen and (max-width:599px) {
  .top-calendar__item {
    padding: 0;
  }
}
.top-calendar__item + .top-calendar__item {
  border-top: 1px solid var(--color_main);
}
.top-calendar__item.is-past {
  filter: grayscale(100%);
  opacity: 0.5;
}

.top-calendar__icon {
  --color_icon: var(--color_main);
  flex-shrink: 0;
  position: relative;
  margin-right: 10px;
  width: 27px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../image/common/ico_calander01.svg") no-repeat center center/13px auto;
  background-color: var(--color_icon);
}
@media screen and (max-width:599px) {
  .top-calendar__icon {
    background-size: calc(12 / var(--designwidth) * 100vw) auto;
    width: calc(25 / var(--designwidth) * 100vw);
  }
}
.top-calendar__icon:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--color_icon);
  border-radius: 50%;
  scale: 1.2;
  opacity: 0;
}
.is-today .top-calendar__icon:before {
  opacity: 1;
}
.is-satday .top-calendar__icon {
  --color_icon: #4A75E4;
}
.is-sunday .top-calendar__icon {
  --color_icon: #EC5757;
}

.top-calendar__day,
.top-calendar__time {
  color: var(--main, #2B4698);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width:599px) {
  .top-calendar__day,
  .top-calendar__time {
    font-size: calc(36 / var(--designwidth) * 100vw);
  }
}

.top-calendar__day {
  margin-right: 0.2em;
  min-width: 2.2em;
}

.top-calendar__label {
  font-size: 1.1rem;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width:599px) {
  .top-calendar__label {
    font-size: calc(11 / var(--designwidth) * 100vw);
  }
}

.top-calendar__time {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.top-calendar__time:before {
  margin: 0 15px;
  content: "";
  display: block;
  z-index: 2;
  width: 11px;
  aspect-ratio: 11/12;
  background: url("../image/common/ico_arrow05.svg") no-repeat center center/contain;
}
@media screen and (max-width:599px) {
  .top-calendar__time:before {
    margin: 0 calc(15 / var(--designwidth) * 100vw);
    width: calc(11 / var(--designwidth) * 100vw);
  }
}

.top-giveaway {
  padding: 0 0 160px;
}
@media screen and (max-width:599px) {
  .top-giveaway {
    padding: 0 0 calc(100 / var(--designwidth) * 100vw);
  }
}

.top-giveaway__inner {
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .top-giveaway__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width:599px) {
  .top-giveaway__inner {
    width: auto;
  }
}

.top-giveaway-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin: 0 90px;
  padding: 0 30px;
}
@media screen and (max-width:1024px) {
  .top-giveaway-section {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-section {
    margin: 0;
    padding: 0;
    display: block;
  }
}
@media screen and (min-width:600px) {
  .top-giveaway-section + .top-giveaway-section {
    border-top: 1px dashed var(--color_base);
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-section + .top-giveaway-section {
    margin-top: calc(40 / var(--designwidth) * 100vw);
  }
}
.top-giveaway-section.is-reverse {
  flex-direction: row-reverse;
}
.top-giveaway-section--first {
  padding-top: 30px;
}
@media screen and (max-width:599px) {
  .top-giveaway-section--first {
    padding-top: calc(20 / var(--designwidth) * 100vw);
  }
}
.top-giveaway-section--option {
  margin: 0;
  padding: 0;
}

.top-giveaway-section__image {
  flex-shrink: 0;
  width: 310px;
}
@media screen and (max-width:1024px) {
  .top-giveaway-section__image {
    margin: 0 auto;
    width: 350px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-section__image {
    margin: 0;
    width: auto;
  }
}

.top-giveaway-section__image__slider {
  position: relative;
}

.top-giveaway-section__date {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--color_base);
  line-height: 1;
  font-family: var(--lp_font_en);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #fff;
  transform: rotate(-17.5deg) translate(-30%, -25%);
}
@media screen and (max-width:599px) {
  .top-giveaway-section__date {
    top: calc(0 / var(--designwidth) * 100vw);
    left: calc(0 / var(--designwidth) * 100vw);
    width: calc(90 / var(--designwidth) * 100vw);
  }
}
.is-reverse .top-giveaway-section__date {
  left: auto;
  right: 0;
  transform: rotate(17.5deg) translate(30%, -25%);
}
.top-giveaway-section__date:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  aspect-ratio: 1/1;
  border: 1px solid var(--color_base);
  border-radius: 50%;
}

.top-giveaway-section__date__day {
  font-size: 2.8rem;
  font-weight: 350;
}
@media screen and (max-width:599px) {
  .top-giveaway-section__date__day {
    font-size: calc(25 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-section__date__label {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:599px) {
  .top-giveaway-section__date__label {
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-section__detail {
  flex-grow: 1;
}
@media screen and (max-width:1024px) {
  .top-giveaway-section__detail .top-giveaway-section__detail__header {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .top-giveaway-section__detail__header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-section__detail__header {
    margin-bottom: calc(10 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-title-v1 {
  margin-top: 25px;
  font-weight: 700;
  line-height: 1.9;
  font-size: 1.7rem;
}
@media screen and (max-width:599px) {
  .top-giveaway-title-v1 {
    margin-top: calc(20 / var(--designwidth) * 100vw);
    font-size: calc(16 / var(--designwidth) * 100vw);
    text-align: center;
  }
}

.top-giveaway-title-v1__large {
  line-height: 1.2;
  font-size: 2.2rem;
}
@media screen and (max-width:599px) {
  .top-giveaway-title-v1__large {
    font-size: calc(21 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-lead {
  border-top: 1px solid var(--color_base);
  border-bottom: 1px solid var(--color_base);
  margin: 20px 0 0;
  padding: 15px 6px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.6471;
}
@media screen and (max-width:599px) {
  .top-giveaway-lead {
    margin-top: calc(12 / var(--designwidth) * 100vw);
    padding: 0;
    border-top: none;
    border-bottom: none;
    font-size: calc(16 / var(--designwidth) * 100vw);
    text-align: center;
  }
}

.top-giveaway-spec {
  display: grid;
  grid-template-columns: auto auto;
  margin: 30px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7143;
}
@media screen and (max-width:599px) {
  .top-giveaway-spec {
    border-top: 1px solid var(--color_base);
    border-bottom: 1px solid var(--color_base);
    width: 100%;
    padding: calc(10 / var(--designwidth) * 100vw) calc(15 / var(--designwidth) * 100vw);
    margin-top: calc(20 / var(--designwidth) * 100vw);
    grid-template-columns: auto 1fr;
  }
}
.top-giveaway-spec dt {
  font-weight: 500;
}
.top-giveaway-spec dd {
  padding-left: 1em;
  font-weight: 500;
}
@media screen and (max-width:599px) {
  .top-giveaway-spec dd {
    padding-left: 0.5em;
  }
}
.top-giveaway-spec dd:before {
  content: ":";
  margin-right: 5px;
}

.top-giveaway-paragraph {
  border-top: 1px solid var(--color_base);
  margin-top: 15px;
  padding-top: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7692;
}
@media screen and (max-width:599px) {
  .top-giveaway-paragraph {
    border-top: none;
    margin-top: calc(15 / var(--designwidth) * 100vw);
    padding-top: 0;
    font-size: calc(13 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-option {
  margin: 30px auto 0;
  max-width: 862px;
  padding: 40px 0 20px;
  background: url("../image/common/bg_box02_01.webp") no-repeat center top/100% auto;
}
@media screen and (max-width:1024px) {
  .top-giveaway-option {
    margin: 50px auto 0;
    padding: 40px 0 10px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-option {
    margin: calc(34 / var(--designwidth) * 100vw) calc(-10 / var(--designwidth) * 100vw) 0;
    padding: calc(22 / var(--designwidth) * 100vw) 0 0;
    background: url("../image/common/bg_box02_01_sp.webp") no-repeat center top/100% auto;
  }
}
.top-giveaway-option:after {
  position: relative;
  margin-top: -20px;
  content: "";
  display: block;
  z-index: 2;
  width: 100%;
  aspect-ratio: 862/60;
  background: url("../image/common/bg_box02_03.webp") no-repeat center top/100% auto;
}
@media screen and (max-width:1024px) {
  .top-giveaway-option:after {
    margin-top: -0.5px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-option:after {
    aspect-ratio: 648/50;
    background: url("../image/common/bg_box02_03_sp.webp") no-repeat center top/100% auto;
  }
}

.top-giveaway-option__contents {
  position: relative;
  z-index: 5;
  padding: 10px 90px 0;
  background: url("../image/common/bg_box02_02.webp") repeat-y center top/100% auto;
}
@media screen and (max-width:1024px) {
  .top-giveaway-option__contents {
    padding: 20px 90px 20px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-option__contents {
    padding: calc(10 / var(--designwidth) * 100vw) calc(24 / var(--designwidth) * 100vw);
    background: url("../image/common/bg_box02_02_sp.webp") repeat-y center top/100% auto;
  }
}

.top-giveaway-option__title {
  margin: 0 auto 24px;
  max-width: 343px;
}
@media screen and (max-width:599px) {
  .top-giveaway-option__title {
    margin: 0 auto calc(20 / var(--designwidth) * 100vw);
    max-width: calc(236 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-table {
  margin-top: 15px;
  background-color: #fff;
  border-top: 1px solid var(--color_base);
  background: #ECEEF3;
}
@media screen and (max-width:599px) {
  .top-giveaway-table {
    margin-top: calc(20 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-table__tr {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid var(--color_base);
  padding: 8px 0;
}
@media screen and (max-width:599px) {
  .top-giveaway-table__tr {
    grid-template-columns: calc(90 / var(--designwidth) * 100vw) 1fr;
  }
}

.top-giveaway-table__th {
  padding: 4px 16px;
  border-right: 1px solid var(--color_base);
}
@media screen and (max-width:599px) {
  .top-giveaway-table__th {
    padding: calc(4 / var(--designwidth) * 100vw) calc(8 / var(--designwidth) * 100vw);
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-table__td {
  padding: 0 22px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width:599px) {
  .top-giveaway-table__td {
    padding: calc(4 / var(--designwidth) * 100vw) calc(8 / var(--designwidth) * 100vw);
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}

.top-giveaway-illust {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.top-giveaway-illust.is-pos01 {
  top: 80px;
  right: -60px;
  width: 122px;
}
@media screen and (max-width:1024px) {
  .top-giveaway-illust.is-pos01 {
    width: 102px;
    right: -40px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-illust.is-pos01 {
    top: calc(750 / var(--designwidth) * 100vw);
    right: calc(-40 / var(--designwidth) * 100vw);
    width: calc(84 / var(--designwidth) * 100vw);
  }
}
.top-giveaway-illust.is-pos02 {
  top: 1135px;
  left: -60px;
  width: 222px;
}
@media screen and (max-width:1024px) {
  .top-giveaway-illust.is-pos02 {
    width: 162px;
    left: -70px;
  }
}
@media screen and (max-width:599px) {
  .top-giveaway-illust.is-pos02 {
    top: calc(1600 / var(--designwidth) * 100vw);
    left: calc(-50 / var(--designwidth) * 100vw);
    width: calc(153 / var(--designwidth) * 100vw);
  }
}

.top-slider {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--color_base);
  --swiper-pagination-color: var(--color_base);
  --swiper-navigation-color: var(--color_base);
  --swiper-pagination-bullet-inactive-color:transparent;
  --swiper-pagination-bullet-height: 7px;
  --swiper-pagination-bullet-width: 7px;
  --swiper-navigation-size:21px;
}
.top-slider .swiper-pagination {
  display: flex;
  justify-content: center;
}
.top-slider .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid var(--color_base);
}
.top-slider .swiper.is-single .swiper-button-next,
.top-slider .swiper.is-single .swiper-button-prev,
.top-slider .swiper.is-single .swiper-pagination {
  display: none;
}

.top-jeanist {
  padding: 0;
  color: #fff;
}

.top-jeanist__inner {
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width:1024px) {
  .top-jeanist__inner {
    margin-top: -10px;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__inner {
    margin-top: calc(-10 / var(--designwidth) * 100vw);
  }
}

.top-jeanist__headline {
  margin: 0 auto -25px;
  width: calc(100% - 40px);
  max-width: 917px;
}
@media screen and (max-width:1024px) {
  .top-jeanist__headline {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__headline {
    max-width: 100%;
    width: auto;
    margin: 0 0 calc(36 / var(--designwidth) * 100vw);
  }
}

.top-jeanist__actor {
  position: absolute;
  z-index: 5;
}
.top-jeanist__actor.is-pos01 {
  top: 300px;
  left: calc(50% - 570px);
  width: 196px;
}
@media screen and (max-width:1024px) {
  .top-jeanist__actor.is-pos01 {
    top: 15%;
    left: 3%;
    width: 120px;
  }
}
@media screen and (max-width:939px) {
  .top-jeanist__actor.is-pos01 {
    width: 12%;
    left: 1%;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__actor.is-pos01 {
    top: calc(45 / var(--designwidth) * 100vw);
    left: calc(284 / var(--designwidth) * 100vw);
    width: calc(100 / var(--designwidth) * 100vw);
  }
}
.top-jeanist__actor.is-pos02 {
  top: 230px;
  right: calc(50% - 560px);
  width: 242px;
}
@media screen and (max-width:1024px) {
  .top-jeanist__actor.is-pos02 {
    top: 15%;
    right: 3%;
    width: 150px;
  }
}
@media screen and (max-width:939px) {
  .top-jeanist__actor.is-pos02 {
    top: 12%;
    width: 18%;
    right: 1%;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__actor.is-pos02 {
    top: calc(-10 / var(--designwidth) * 100vw);
    right: calc(250 / var(--designwidth) * 100vw);
    width: calc(158 / var(--designwidth) * 100vw);
  }
}
.top-jeanist__actor.is-pos03 {
  top: 500px;
  right: calc(50% - 500px);
  width: 119px;
}
@media screen and (max-width:1024px) {
  .top-jeanist__actor.is-pos03 {
    top: 25%;
    right: 3%;
    width: 80px;
  }
}
@media screen and (max-width:939px) {
  .top-jeanist__actor.is-pos03 {
    width: 9%;
    right: 2%;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__actor.is-pos03 {
    display: none;
  }
}

.top-jeanist-line {
  margin: 30px auto 0;
  padding: 38px 0 38px;
  max-width: 590px;
  background: url("../image/common/bg_box03_01.webp") no-repeat center top/100% auto, url("../image/common/bg_box03_03.webp") no-repeat center bottom/100% auto;
}
@media screen and (max-width:599px) {
  .top-jeanist-line {
    background: url("../image/common/bg_box03_01_sp.webp") no-repeat center top/100% auto, url("../image/common/bg_box03_03_sp.webp") no-repeat center bottom/100% auto;
    padding: calc(34 / var(--designwidth) * 100vw) 0;
    max-width: 100%;
    margin: calc(20 / var(--designwidth) * 100vw) auto 0;
  }
}

.top-jeanist-line__inner {
  padding: 5px 40px;
  background: url("../image/common/bg_box03_02.webp") repeat-y center top/100% auto;
}
@media screen and (max-width:599px) {
  .top-jeanist-line__inner {
    padding: calc(10 / var(--designwidth) * 100vw) calc(50 / var(--designwidth) * 100vw);
    background: url("../image/common/bg_box03_02_sp.webp") repeat-y center top/100% auto;
  }
}

.top-jeanist-line__title {
  display: grid;
  justify-content: center;
  grid-template-columns: 55px 318px;
  gap: 0 5px;
}
@media screen and (max-width:599px) {
  .top-jeanist-line__title {
    grid-template-columns: calc(51 / var(--designwidth) * 100vw) calc(225 / var(--designwidth) * 100vw);
    gap: 0 calc(5 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-line__title__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 2px solid var(--color_main);
  border-bottom: 2px solid var(--color_main);
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--color_main);
}
@media screen and (max-width:599px) {
  .top-jeanist-line__title__label {
    padding: calc(6 / var(--designwidth) * 100vw) calc(5 / var(--designwidth) * 100vw);
    font-size: calc(22 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-line__lead {
  margin: 1em 0 0;
  color: var(--color_main);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.82;
}
@media screen and (max-width:599px) {
  .top-jeanist-line__lead {
    line-height: 1.75;
    font-size: calc(15 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-line__note {
  margin: 1em 0 0;
  color: var(--color_main);
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width:599px) {
  .top-jeanist-line__note {
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-lineup {
  position: relative;
  margin: 90px 0 0;
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup {
    margin-top: calc(50 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-lineup__ticker {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.top-jeanist-lineup__ticker > img {
  flex-shrink: 0;
  display: block;
  padding: 30px;
  width: 1162px;
  opacity: 0.3;
  will-change: transform;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top-jeanist-lineup-slider-container {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.top-jeanist-lineup-slider-wrapper {
  display: flex;
  gap: 0 60px;
  will-change: transform;
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider-wrapper {
    gap: 0 calc(20 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-lineup-slider {
  position: relative;
  width: 2340px;
  aspect-ratio: 2340/740;
  flex-shrink: 0;
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider {
    width: calc(1167 / var(--designwidth) * 100vw);
    aspect-ratio: 1167/622;
  }
}

.top-jeanist-lineup-slider__item {
  position: absolute;
  z-index: 5;
  display: block;
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos01 {
    top: calc(88 / 740 * 100%);
    left: calc(0 / 2340 * 100%);
    width: calc(234 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos01 {
    top: calc(0 / 622 * 100%);
    left: calc(0 / 1167 * 100%);
    width: calc(156 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos02 {
    bottom: calc(0 / 740 * 100%);
    left: calc(180 / 2340 * 100%);
    width: calc(160 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos02 {
    bottom: calc(0 / 740 * 100%);
    left: calc(46 / 1167 * 100%);
    width: calc(127 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos03 {
    top: calc(0 / 740 * 100%);
    left: calc(352 / 2340 * 100%);
    width: calc(190 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos03 {
    top: calc(255 / 622 * 100%);
    left: calc(127 / 1167 * 100%);
    width: calc(115 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos04 {
    top: calc(352 / 740 * 100%);
    left: calc(463 / 2340 * 100%);
    width: calc(204 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos04 {
    top: calc(75 / 622 * 100%);
    left: calc(212 / 1167 * 100%);
    width: calc(115 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos05 {
    top: calc(78 / 740 * 100%);
    left: calc(728 / 2340 * 100%);
    width: calc(269 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos05 {
    top: calc(328 / 622 * 100%);
    left: calc(275 / 1167 * 100%);
    width: calc(163 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos06 {
    top: calc(507 / 740 * 100%);
    left: calc(926 / 2340 * 100%);
    width: calc(160 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos06 {
    top: calc(120 / 622 * 100%);
    left: calc(368 / 1167 * 100%);
    width: calc(115 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos07 {
    top: calc(322 / 740 * 100%);
    left: calc(1165 / 2340 * 100%);
    width: calc(238 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos07 {
    top: calc(0 / 622 * 100%);
    left: calc(530 / 1167 * 100%);
    width: calc(157 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos08 {
    top: calc(167 / 740 * 100%);
    left: calc(1438 / 2340 * 100%);
    width: calc(187 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos08 {
    top: calc(438 / 622 * 100%);
    left: calc(640 / 1167 * 100%);
    width: calc(126 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos09 {
    top: calc(350 / 740 * 100%);
    left: calc(1688 / 2340 * 100%);
    width: calc(269 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos09 {
    top: calc(178 / 622 * 100%);
    left: calc(702 / 1167 * 100%);
    width: calc(156 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos10 {
    top: calc(38 / 740 * 100%);
    left: calc(1103 / 2340 * 100%);
    width: calc(170 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos10 {
    top: calc(304 / 622 * 100%);
    left: calc(490 / 1167 * 100%);
    width: calc(115 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos11 {
    top: calc(0 / 740 * 100%);
    left: calc(1826 / 2340 * 100%);
    width: calc(160 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos11 {
    top: calc(30 / 622 * 100%);
    left: calc(874 / 1167 * 100%);
    width: calc(120 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos12 {
    top: calc(105 / 740 * 100%);
    left: calc(2028 / 2340 * 100%);
    width: calc(160 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos12 {
    top: calc(370 / 622 * 100%);
    left: calc(917 / 1167 * 100%);
    width: calc(140 / 1167 * 100%);
  }
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__item.is-pos13 {
    top: calc(390 / 740 * 100%);
    left: calc(2137 / 2340 * 100%);
    width: calc(204 / 2340 * 100%);
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__item.is-pos13 {
    top: calc(120 / 622 * 100%);
    left: calc(1010 / 1167 * 100%);
    width: calc(157 / 1167 * 100%);
  }
}
.top-jeanist-lineup-slider__item img {
  border-radius: 10px;
}

.top-jeanist-lineup-slider__item:before,
.top-jeanist-lineup-slider__item:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #616F9B;
  pointer-events: none;
  z-index: 5;
}

.top-jeanist-lineup-slider__item:before {
  opacity: 0;
  animation: pals 2s ease infinite;
}

.top-jeanist-lineup-slider__item:after {
  transform: scale(0.5);
}

@keyframes pals {
  0% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  13% {
    opacity: 0.5;
  }
  60%, 100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.top-jeanist-lineup-slider__title {
  position: absolute;
  z-index: 5;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__title {
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}
.top-jeanist-lineup-slider__title > span {
  display: block;
}
.top-jeanist-lineup-slider__title em {
  font-family: var(--lp_font_en);
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width:600px) {
  .top-jeanist-lineup-slider__title.is-bottom--right--pc {
    right: 0;
  }
  .top-jeanist-lineup-slider__title.is-top--left--pc {
    bottom: 100%;
    left: 0;
  }
  .top-jeanist-lineup-slider__title.is-top--left--pc {
    bottom: 100%;
    right: 0;
  }
  .top-jeanist-lineup-slider__title.is-right--top--pc {
    left: 100%;
    top: 0;
  }
  .top-jeanist-lineup-slider__title.is-right--top--pc > span {
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
  }
  .top-jeanist-lineup-slider__title.is-right--bottom--pc {
    left: 100%;
    bottom: 0;
  }
  .top-jeanist-lineup-slider__title.is-right--bottom--pc > span {
    transform: rotate(90deg) translateY(0%) translateX(-100%);
    transform-origin: left bottom;
  }
  .top-jeanist-lineup-slider__title.is-left--top--pc {
    right: 100%;
    top: 0;
  }
  .top-jeanist-lineup-slider__title.is-left--top--pc > span {
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
  }
  .top-jeanist-lineup-slider__title.is-left--bottom--pc {
    right: 100%;
    bottom: 0;
  }
  .top-jeanist-lineup-slider__title.is-left--bottom--pc > span {
    transform: rotate(90deg) translateX(30%);
    transform-origin: right top;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist-lineup-slider__title.is-bottom--right--sp {
    right: 0;
  }
  .top-jeanist-lineup-slider__title.is-top--left--sp {
    bottom: 100%;
    left: 0;
  }
  .top-jeanist-lineup-slider__title.is-top--right--sp {
    bottom: 100%;
    right: 0;
  }
  .top-jeanist-lineup-slider__title.is-right--top--sp {
    left: 100%;
    top: 0;
  }
  .top-jeanist-lineup-slider__title.is-right--top--sp > span {
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
  }
  .top-jeanist-lineup-slider__title.is-right--bottom--sp {
    left: 100%;
    bottom: 0;
  }
  .top-jeanist-lineup-slider__title.is-right--bottom--sp > span {
    transform: rotate(90deg) translateY(0%) translateX(-100%);
    transform-origin: left bottom;
  }
  .top-jeanist-lineup-slider__title.is-left--top--sp {
    right: 100%;
    top: 0;
  }
  .top-jeanist-lineup-slider__title.is-left--top--sp > span {
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
  }
  .top-jeanist-lineup-slider__title.is-left--bottom--sp {
    right: 100%;
    bottom: 0;
  }
  .top-jeanist-lineup-slider__title.is-left--bottom--sp > span {
    transform: rotate(90deg) translateX(30%);
    transform-origin: right top;
  }
}

.top-jeanist-first {
  position: relative;
  width: 100%;
  aspect-ratio: 2464/344;
}

.top-jeanist-first__ball {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  transform: translateY(-80%);
  width: 89px;
}
@media screen and (max-width:599px) {
  .top-jeanist-first__ball {
    width: calc(60 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-first__mask {
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff url("../image/common/bg_wall01.webp") repeat 50% 0%;
  background-size: 250px auto;
  -webkit-mask: url("../image/index/bg_jeanist03.webp") no-repeat center 0%/contain;
          mask: url("../image/index/bg_jeanist03.webp") no-repeat center 0%/contain;
}
@media screen and (max-width:599px) {
  .top-jeanist-first__mask {
    background-size: calc(210 / var(--designwidth) * 100vw) auto;
  }
}

.top-jeanist-last {
  position: relative;
  width: 100%;
  aspect-ratio: 2464/344;
  background: url("../image/common/bg_wall01.webp") repeat 50% 50%;
  background-size: 250px auto;
  margin-top: 110px;
}

.top-jeanist-last__ball {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  transform: translateY(-80%);
  width: 89px;
}
@media screen and (max-width:599px) {
  .top-jeanist-last__ball {
    width: calc(60 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-last__mask {
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff url("../image/common/bg_wall02.webp") repeat 50% 50%;
  background-size: 250px auto;
  -webkit-mask: url("../image/index/bg_jeanist02.webp") no-repeat center 100%/contain;
          mask: url("../image/index/bg_jeanist02.webp") no-repeat center 100%/contain;
}

@keyframes down {
  0% {
    top: 0%;
    right: 0%;
  }
  100% {
    top: 70%;
    right: 100%;
  }
}
@keyframes down2 {
  0% {
    top: 0%;
    left: 0%;
  }
  100% {
    top: 70%;
    left: 100%;
  }
}
.top-event {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 0 0 60px;
}
@media screen and (max-width:1024px) {
  .top-event {
    margin-top: -1px;
  }
}
@media screen and (max-width:599px) {
  .top-event {
    margin-top: calc(0 / var(--designwidth) * 100vw);
    padding: calc(40 / var(--designwidth) * 100vw) 0 calc(70 / var(--designwidth) * 100vw);
  }
}
.top-event .c-button-wrap {
  margin-top: 60px;
}
@media screen and (max-width:599px) {
  .top-event .c-button-wrap {
    margin-top: calc(40 / var(--designwidth) * 100vw);
  }
}
.top-event:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 99.5%;
  left: 0;
  width: 100%;
  aspect-ratio: 2880/68;
  background: url("../image/common/bg_wall01_02.webp") no-repeat center 100%/cover;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width:599px) {
  .top-event:after {
    top: 100%;
    aspect-ratio: 780/32;
    background: url("../image/common/bg_wall01_02_sp.webp") no-repeat center 100%/cover;
  }
}

.top-event__inner {
  padding: 0 80px;
}
@media screen and (max-width:599px) {
  .top-event__inner {
    padding: 0;
  }
}

.top-event-layout-wrapper {
  position: relative;
  margin: 40px auto;
  max-width: 1070px;
}
@media screen and (max-width:599px) {
  .top-event-layout-wrapper {
    margin: calc(40 / var(--designwidth) * 100vw) 0 0;
    max-width: 100%;
  }
}

.top-event-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width:1024px) {
  .top-event-box-wrap {
    justify-content: center;
    grid-template-columns: 340px;
  }
}
@media screen and (max-width:599px) {
  .top-event-box-wrap {
    grid-template-columns: 100%;
    gap: calc(20 / var(--designwidth) * 100vw) 0;
  }
}

@media screen and (min-width:600px) {
  .top-event-box {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
  }
}
.top-event-box .c-paragraph {
  line-height: 1.71;
}
.top-event-box:before {
  margin-bottom: -0.5px;
  content: "";
  display: block;
  aspect-ratio: 688/90;
  background: url("../image/common/bg_box04_01.webp") no-repeat center 0%/100% auto;
}
@media screen and (max-width:599px) {
  .top-event-box:before {
    aspect-ratio: 390/43;
    background: url("../image/common/bg_box04_01_sp.webp") no-repeat center 0%/100% auto;
  }
}
.top-event-box:after {
  margin-top: -0.5px;
  content: "";
  display: block;
  aspect-ratio: 688/80;
  background: url("../image/common/bg_box04_03.webp") no-repeat center 0/100% auto;
}
@media screen and (max-width:599px) {
  .top-event-box:after {
    aspect-ratio: 390/37;
    background: url("../image/common/bg_box04_03_sp.webp") no-repeat center 100%/100% auto;
  }
}

@media screen and (min-width:600px) {
  .top-event-box__inner {
    padding: 0 30px 0;
    background: url("../image/common/bg_box04_02.webp") repeat-y center center/100% auto;
  }
}
@media screen and (max-width:599px) {
  .top-event-box__inner {
    margin: calc(-15 / var(--designwidth) * 100vw) 0 0;
    padding: 0 calc(50 / var(--designwidth) * 100vw);
    background: url("../image/common/bg_box04_02_sp.webp") repeat-y center center/100% auto;
  }
}

.top-event-box__image {
  margin: 0 0 15px;
}
.top-event-box__image img {
  aspect-ratio: 288/240;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.top-event-box__title {
  color: var(--color_main);
  text-align: justify;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.64;
}

.top-event-illust {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.top-event-illust--01 {
  width: 151px;
  top: 0;
  right: 0;
  transform: translate(40%, -50%);
}
@media screen and (max-width:599px) {
  .top-event-illust--01 {
    top: calc(420 / var(--designwidth) * 100vw);
    left: calc(-20 / var(--designwidth) * 100vw);
    right: auto;
    transform: rotate(45deg);
    width: calc(74 / var(--designwidth) * 100vw);
  }
}

.top-event-illust--02 {
  bottom: -80px;
  left: 10%;
  width: 201px;
}
@media screen and (max-width:1024px) {
  .top-event-illust--02 {
    left: -10%;
    width: 150px;
  }
}
@media screen and (max-width:599px) {
  .top-event-illust--02 {
    bottom: calc(40 / var(--designwidth) * 100vw);
    left: auto;
    right: calc(-30 / var(--designwidth) * 100vw);
    width: calc(131 / var(--designwidth) * 100vw);
    transform: rotate(-45deg);
  }
}

.top-lastsection {
  padding: 96px 0 100px;
}
@media screen and (max-width:599px) {
  .top-lastsection {
    padding: calc(50 / var(--designwidth) * 100vw) 0 calc(60 / var(--designwidth) * 100vw);
  }
}

.top-official {
  margin: 80px auto 0;
  max-width: 820px;
  width: calc(100% - 40px);
  container-type: inline-size;
}
@media screen and (max-width:599px) {
  .top-official {
    margin: calc(66 / var(--designwidth) * 100vw) auto 0;
    width: auto;
    max-width: calc(372 / var(--designwidth) * 100vw);
  }
}

.top-official__btn {
  position: relative;
  display: block;
}
.top-official__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.1463414634cqw;
  width: 8.0487804878cqw;
  aspect-ratio: 1/1;
  background: url("../image/common/ico_arrow01.svg") no-repeat center center/contain;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media screen and (max-width:599px) {
  .top-official__btn:after {
    right: 7.2580645161cqw;
    width: 12.6344086022cqw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-official__btn {
    transition: ease opacity 0.3s;
  }
  .top-official__btn:hover {
    opacity: 0.8;
  }
  .top-official__btn:hover:after {
    transform: translateY(-55%) translateX(5%);
  }
}

.top-official__btn__text {
  position: absolute;
  top: 50%;
  left: 41.2195121951cqw;
  transform: translateY(-50%);
  font-size: 3.5365853659cqw;
  font-weight: 700;
  line-height: 1.4483;
  color: var(--color_deepblue);
  white-space: nowrap;
}
@media screen and (max-width:599px) {
  .top-official__btn__text {
    left: 39.247311828cqw;
    font-size: 4.0322580645cqw;
  }
}

.l-footer {
  position: relative;
  padding: 60px 65px 60px;
  background: #fff url("../image/common/bg_wall01.webp") repeat center center/cover;
  background-size: 250px auto;
  color: #FFF;
}
@media screen and (max-width:1024px) {
  .l-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width:599px) {
  .l-footer {
    background-size: calc(210 / var(--designwidth) * 100vw) auto;
    padding: calc(60 / var(--designwidth) * 100vw) calc(20 / var(--designwidth) * 100vw) calc(70 / var(--designwidth) * 100vw);
  }
}

.l-footer__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .l-footer__contents {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px;
  }
}
@media screen and (max-width:599px) {
  .l-footer__contents {
    display: block;
  }
}

.c-footer-logolist-label {
  margin: 0 0 10px;
  opacity: 0.5;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.81;
}
@media screen and (max-width:1024px) {
  .c-footer-logolist-label {
    text-align: center;
  }
}
@media screen and (max-width:599px) {
  .c-footer-logolist-label {
    margin: 0 0 calc(15 / var(--designwidth) * 100vw);
    text-align: center;
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.c-footer-logolist {
  display: grid;
  grid-template-columns: 58px 71px 66px 78px;
  gap: 0 28px;
}
@media screen and (max-width:1024px) {
  .c-footer-logolist {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:599px) {
  .c-footer-logolist {
    align-items: center;
    justify-content: center;
    grid-template-columns: calc(128 / var(--designwidth) * 100vw) calc(128 / var(--designwidth) * 100vw);
    gap: calc(30 / var(--designwidth) * 100vw);
  }
  .c-footer-logolist img {
    margin: 0 auto;
  }
  .c-footer-logolist li:nth-child(1) img {
    width: calc(94 / var(--designwidth) * 100vw);
  }
  .c-footer-logolist li:nth-child(2) img {
    width: calc(116 / var(--designwidth) * 100vw);
  }
  .c-footer-logolist li:nth-child(3) img {
    width: calc(110 / var(--designwidth) * 100vw);
  }
  .c-footer-logolist li:nth-child(4) img {
    width: calc(128 / var(--designwidth) * 100vw);
  }
}

.c-footer-pagetitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.28;
}
@media screen and (max-width:599px) {
  .c-footer-pagetitle {
    font-size: calc(24 / var(--designwidth) * 100vw);
    line-height: 1;
    text-align: center;
  }
}

.c-footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 0;
  max-width: 450px;
  color: #FFF;
  font-family: var(--lp_font_en);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width:1024px) {
  .c-footer-nav {
    max-width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width:599px) {
  .c-footer-nav {
    margin-top: calc(50 / var(--designwidth) * 100vw);
    gap: calc(22 / var(--designwidth) * 100vw) 0;
    line-height: 1.1;
    width: 90%;
    justify-content: center;
  }
}

.c-footer-nav__item a {
  display: block;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  font-family: var(--lp_font_en);
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .c-footer-nav__item a {
    padding: 0 10px;
  }
}
@media screen and (max-width:599px) {
  .c-footer-nav__item a {
    padding: 0 calc(20 / var(--designwidth) * 100vw);
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}
@media screen and (min-width:600px) {
  .c-footer-nav__item:nth-child(3) a, .c-footer-nav__item:last-child a {
    padding-right: 0;
    border-right: none;
  }
}

.c-footer-copyright {
  margin: 40px 0 0;
  text-align: right;
  font-size: 11px;
  font-family: var(--lp_font_en);
  font-weight: 600;
}
@media screen and (max-width:1024px) {
  .c-footer-copyright {
    text-align: center;
  }
}
@media screen and (max-width:599px) {
  .c-footer-copyright {
    margin: calc(40 / var(--designwidth) * 100vw) 0 0;
    text-align: center;
    font-size: calc(12 / var(--designwidth) * 100vw);
    font-weight: 600;
    line-height: 1.87;
  }
}
.c-footer-copyright small {
  font-size: 100%;
}

.c-footer-illst {
  position: absolute;
  z-index: 2;
}
.c-footer-illst.is-item01 {
  top: calc(30 / var(--designwidth) * 100vw);
  right: calc(-20 / var(--designwidth) * 100vw);
  width: calc(60 / var(--designwidth) * 100vw);
  transform: rotate(45deg);
}
.c-footer-illst.is-item02 {
  bottom: calc(50 / var(--designwidth) * 100vw);
  left: calc(-35 / var(--designwidth) * 100vw);
  width: calc(100 / var(--designwidth) * 100vw);
  transform: rotate(90deg);
}

.l-fixbtn {
  display: none;
}
@media screen and (max-width:599px) {
  .l-fixbtn {
    position: fixed;
    z-index: 100;
    bottom: calc(12 / var(--designwidth) * 100vw);
    right: calc(12 / var(--designwidth) * 100vw);
    display: block;
  }
}

.c-button--ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(160 / var(--designwidth) * 100vw);
  height: calc(50 / var(--designwidth) * 100vw);
  border-radius: 5px;
  background: var(--color_main);
  color: #FFF;
  text-align: center;
  font-size: calc(15 / var(--designwidth) * 100vw);
  font-style: normal;
  font-weight: 700;
}
.c-button--ticket:before {
  border: 1px solid #fff;
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 3px;
}
.c-button--ticket:after {
  margin-left: calc(10 / var(--designwidth) * 100vw);
  margin-right: calc(-10 / var(--designwidth) * 100vw);
  flex-shrink: 0;
  display: block;
  content: "";
  background: url("../image/common/ico_arrow03.svg") no-repeat center center/contain;
  width: 23px;
  aspect-ratio: 1/1;
}

[data-modal-id] {
  cursor: pointer;
}

.c-modal-list {
  display: none;
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view__contents {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 60px);
  max-height: 90%;
  display: flex;
  margin: 0 auto;
  padding: 0 85px;
  max-width: 696px;
}
@media screen and (max-width:599px) {
  .c-modal-view__contents {
    padding: 0 calc(30 / var(--designwidth) * 100vw);
  }
}
.c-modal-view__contents > :first-child {
  margin-top: 0;
}
.c-modal-view__contents {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.is-active .c-modal-view__contents {
  opacity: 1;
  transform: translateY(0);
}

.c-modal-view__block {
  padding: 46px 0;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width:599px) {
  .c-modal-view__block {
    padding: calc(25 / var(--designwidth) * 100vw) 0;
  }
}
.c-modal-view__block::-webkit-scrollbar {
  display: none;
}

.c-modal__close {
  position: absolute;
  z-index: 5;
  top: 13px;
  right: 13px;
  cursor: pointer;
  display: block;
  width: 33px;
  aspect-ratio: 1/1;
}
@media screen and (max-width:599px) {
  .c-modal__close {
    top: calc(6 / var(--designwidth) * 100vw);
    right: calc(6 / var(--designwidth) * 100vw);
    width: calc(45 / var(--designwidth) * 100vw);
  }
}
.c-modal__close {
  background: url("../image/common/ico_close01.svg") no-repeat center center/contain;
}

.c-modal__close--sp {
  display: flex;
  justify-content: center;
  margin: calc(20 / var(--designwidth) * 100vw) auto 0;
}
@media screen and (min-width:600px) {
  .c-modal__close--sp {
    display: none;
  }
}

.top-jeanist-detail {
  display: grid;
  align-items: center;
  grid-template-columns: 325px 1fr;
  gap: 0 30px;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail {
    display: block;
  }
}

.top-jeanist-detail__image {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 10px;
  min-width: 0;
  --swiper-pagination-color: var(--color_base);
  --swiper-navigation-color: var(--color_base);
  --swiper-pagination-bullet-inactive-color:transparent;
  --swiper-pagination-bullet-height: 7px;
  --swiper-pagination-bullet-width: 7px;
  --swiper-navigation-size:21px;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail__image {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(20 / var(--designwidth) * 100vw) 0;
    --swiper-navigation-size:15px;
  }
}

.top-jeanist__thumbs {
  display: grid;
  gap: 6px;
}
@media screen and (max-width:599px) {
  .top-jeanist__thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(6 / var(--designwidth) * 100vw);
    padding: 0 calc(30 / var(--designwidth) * 100vw);
  }
}
.top-jeanist__thumbs img {
  border-radius: 6px;
}

.top-jeanist__thumbs__item {
  filter: grayscale(100%);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .top-jeanist__thumbs__item:hover {
    filter: grayscale(0%);
  }
}
.top-jeanist__thumbs__item.is-active {
  filter: grayscale(0%);
  pointer-events: none;
}

.top-jeanist__slider-wrapper {
  position: relative;
  min-width: 0;
}
@media screen and (max-width:599px) {
  .top-jeanist__slider-wrapper {
    position: static;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__slider-wrapper .swiper-button-prev {
    top: 93%;
    left: 0;
  }
}
@media screen and (max-width:599px) {
  .top-jeanist__slider-wrapper .swiper-button-next {
    top: 93%;
    right: 0;
  }
}

.top-jeanist__slider {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width:599px) {
  .top-jeanist-detail__info-wrap {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0;
    margin: 20px 0 0;
  }
}

.top-jeanist-detail__info:nth-child(2) {
  margin-top: 8px;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail__info:nth-child(2) {
    margin: 0;
    border-left: 1px solid var(--color_base);
    padding-left: calc(25 / var(--designwidth) * 100vw);
  }
}
.top-jeanist-detail__info dt {
  color: #7E88A5;
  font-family: var(--lp_font_en);
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail__info dt {
    font-size: calc(10 / var(--designwidth) * 100vw);
  }
}
.top-jeanist-detail__info dd {
  margin-top: 2px;
  color: var(--color_main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.72;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail__info dd {
    margin: 0;
    font-size: calc(16 / var(--designwidth) * 100vw);
  }
}

.top-jeanist-detail__share {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--color_base);
  border-bottom: 1px solid var(--color_base);
  margin: 34px 0 0;
  padding: 20px 0;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail__share {
    margin: calc(12 / var(--designwidth) * 100vw) 0 0;
    padding: calc(16 / var(--designwidth) * 100vw);
  }
}
.top-jeanist-detail__share img {
  width: 146px;
}
@media screen and (max-width:599px) {
  .top-jeanist-detail__share img {
    width: calc(186 / var(--designwidth) * 100vw);
  }
}

.l-singlemodal {
  min-height: 100dvh;
  background: url("../image/common/bg_singlemodal01.webp") repeat center center/cover;
}
.l-singlemodal .c-modal__close,
.l-singlemodal .c-modal__close--sp,
.l-singlemodal .top-jeanist-detail__share {
  display: none !important;
}

.animation-fadein {
  opacity: 0;
  transition: ease-out var(--anime_duration);
  transition-property: opacity, transform;
}
.animation-fadein.is-show {
  opacity: 1 !important;
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(10px);
  transition: ease-out var(--anime_duration);
  transition-property: opacity, transform;
}
.animation-fadeup.is-show {
  opacity: 1 !important;
  transform: translateY(0px);
}

.animation-star1 {
  animation: star_rotate1 1.5s steps(1) infinite;
}

.animation-step {
  animation: poki 1.5s steps(2) infinite;
}

.animation-step2 {
  animation: poki3 1.5s steps(2) 0s infinite;
}

.animation-step3 {
  animation: poki4 1.5s steps(2) 0.5s infinite;
}

.animation-step4 {
  animation: poki5 1.5s steps(2) 1s infinite;
}

.animation-clip-to-top,
.animation-clip-to-bottom,
.animation-clip-to-right,
.animation-clip-to-left {
  opacity: 0;
  scale: 1.3;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}
.animation-clip-to-top.is-show,
.animation-clip-to-bottom.is-show,
.animation-clip-to-right.is-show,
.animation-clip-to-left.is-show {
  opacity: 1;
  scale: 1;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  transition: ease scale 0.4s, ease filter 0.4s;
}

@keyframes poki {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes poki2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@keyframes poki3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes poki4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes poki5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes star_rotate1 {
  0% {
    scale: 0.5;
    rotate: 0deg;
    opacity: 0.5;
  }
  50%, 100% {
    scale: 1;
    rotate: 90deg;
    opacity: 1;
  }
}