/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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*/
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html, body {
  width: 100%;
  font-size: 62.5%;
}

body {
  overflow: hidden auto;
  color: #000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}

img {
  display: block;
  width: 100%;
}

header, nav, footer, small, button, label, picture {
  display: block;
}

a, button {
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  a:hover, a:active {
    transition: color 0.4s;
  }
}

input, button, textarea, select, optgroup {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin: 0 5px 0 0;
}

input[type=submit] {
  text-align: center;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.innerbox {
  padding: 0 5%;
}
.bold {
  font-weight: bold;
}

@media (min-width: 376px) {
  .visible_to_xs {
    display: none;
  }
}

@media (min-width: 751px) {
  .visible_to_s {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible_to_m {
    display: none;
  }
}

@media (min-width: 961px) {
  .visible_to_l {
    display: none;
  }
}

@media (min-width: 1281px) {
  .visible_to_xl {
    display: none;
  }
}

@media (min-width: 1441px) {
  .visible_to_xxl {
    display: none;
  }
}

.visible_s {
  display: none;
}
@media (min-width: 751px) {
  .visible_s {
    display: block;
  }
}

.visible_m {
  display: none;
}
@media (min-width: 768px) {
  .visible_m {
    display: block;
  }
}

.visible_l {
  display: none;
}
@media (min-width: 961px) {
  .visible_l {
    display: block;
  }
}

.visible_xl {
  display: none;
}
@media (min-width: 1281px) {
  .visible_xl {
    display: block;
  }
}

.visible_xxl {
  display: none;
}
@media (min-width: 1441px) {
  .visible_xxl {
    display: block;
  }
}

.inline_block {
  display: inline-block;
  max-width: 100%;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.clickable {
  cursor: pointer;
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}

.l-footer {
  width: 100%;
  padding-bottom: 5.3333333333vw;
  background: #444444;
}
@media (min-width: 961px) {
  .l-footer {
    padding-bottom: 2.7777777778vw;
  }
}
.l-footer__company {
  position: relative;
  top: -4.8vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .l-footer__company {
    top: -2.5vw;
  }
}
.l-footer__copyright {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.l-footer__copyright.is-nav {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 961px) {
  .l-footer__copyright.is-nav {
    margin-bottom: 0;
  }
}
.l-footer__copyright p {
  font-size: 2.6666666667vw;
}
@media (min-width: 961px) {
  .l-footer__copyright p {
    font-size: 0.8333333333vw;
  }
}

body.menu-open {
  overflow: hidden;
}

.l-header {
  z-index: 9999;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 3.2vw;
  padding-right: 5.3333333333vw;
  padding-bottom: 3.2vw;
  padding-left: 5.3333333333vw;
  background-color: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 961px) {
  .l-header {
    height: auto;
    padding-top: 1.6666666667vw;
    padding-right: 5vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 5vw;
  }
}
.l-header__inner {
  display: flex;
  z-index: 9999;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.l-header-logo {
  display: block;
  width: 100%;
  max-width: 21.0666666667vw;
  height: auto;
  margin-bottom: auto;
}
@media (min-width: 961px) {
  .l-header-logo {
    width: 100%;
    max-width: 158px;
    height: auto;
  }
}

.l-header-nav__button-open {
  display: flex;
  z-index: 100;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 6.6666666667vw;
  height: 5.8666666667vw;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 961px) {
  .l-header-nav__button-open {
    display: none;
  }
}
.l-header-nav__button-icon, .l-header-nav__button-icon::before, .l-header-nav__button-icon::after {
  display: block;
  position: absolute;
  width: 6.6666666667vw;
  height: 0.5333333333vw;
  border-radius: 3px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.l-header-nav__button-icon::before {
  bottom: 2.6666666667vw;
}
.l-header-nav__button-icon::after {
  top: 2.6666666667vw;
}
.l-header-nav #l-header-drawer__button.is-active .l-header-nav__button-icon {
  background: rgba(255, 255, 255, 0);
}
.l-header-nav #l-header-drawer__button.is-active .l-header-nav__button-icon::before {
  bottom: 0;
  transform: rotate(45deg);
}
.l-header-nav #l-header-drawer__button.is-active .l-header-nav__button-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (max-width: 960px) {
  .l-header-nav__pc-nav {
    display: none;
  }
}
@media (min-width: 961px) {
  .l-header-nav__pc-nav {
    display: flex;
    align-items: center;
    gap: 2.7777777778vw;
  }
}
@media (min-width: 961px) {
  .l-header-nav__pc-link {
    display: block;
    position: relative;
    width: 150px;
    height: 46px;
    background: url("../img/nav-bg.png") no-repeat center center;
    background-size: contain;
    color: transparent;
    text-decoration: none;
  }
  .l-header-nav__pc-link:hover {
    filter: drop-shadow(0 0 0.5555555556vw rgba(65, 247, 9, 0.6));
  }
}
@media (min-width: 961px) {
  .l-header-nav__pc-text {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.56px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .l-header-nav__content {
    z-index: 50;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #000;
    transition: top 0.5s ease;
  }
  .l-header-nav__content.is-active {
    display: flex;
    top: 12vw;
    flex-direction: column;
    justify-content: space-between;
  }
  .l-header-nav__content.is-active::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-stars.png");
    background-size: 53.3333333333vw 53.3333333333vw;
    background-repeat: repeat;
    content: "";
    animation: movePattern 100s linear infinite;
    opacity: 0.6;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .l-header-nav__content.is-active::before {
    background-size: 27.7777777778vw 27.7777777778vw;
  }
}
@media (max-width: 960px) {
  .l-header-nav__content.is-active::after {
    z-index: 0;
    position: absolute;
    inset: 0;
    background-image: url("../img/bg-stars.png"), url("../img/bg-stars.png");
    background-size: 42.6666666667vw 42.6666666667vw, 69.3333333333vw 69.3333333333vw;
    background-repeat: repeat, repeat;
    content: "";
    animation: twinkleOpacity 2.2s ease-in-out infinite alternate, drift 90s linear infinite;
    mix-blend-mode: screen;
    opacity: 1;
    pointer-events: none;
    will-change: opacity, background-position;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .l-header-nav__content.is-active::after {
    background-size: 22.2222222222vw 22.2222222222vw, 36.1111111111vw 36.1111111111vw;
  }
}
@media (max-width: 960px) {
  .l-header-nav__content.is-active > * {
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 961px) {
  .l-header-nav__content {
    display: none;
  }
}
.l-header-nav__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 8.5333333333vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8vw;
}
@media (min-width: 961px) {
  .l-header-nav__wrap {
    max-width: 69.4444444444vw;
    margin-top: 10.4166666667vw;
    padding-bottom: 2.7777777778vw;
  }
}
.l-header-nav__collection {
  min-width: 91.3333333333vw;
  padding-right: 4.2666666667vw;
  padding-left: 4.2666666667vw;
}
@media (min-width: 961px) {
  .l-header-nav__collection {
    width: 100%;
    min-width: 0;
    max-width: 69.4444444444vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.l-header-nav__collection-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  width: 100%;
  margin-top: 5.3333333333vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
  padding-right: 10.1333333333vw;
  padding-left: 10.1333333333vw;
  gap: 5.3333333333vw 4vw;
}
@media (min-width: 961px) {
  .l-header-nav__collection-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 3.4722222222vw;
    padding-right: 1.6666666667vw;
    padding-left: 1.6666666667vw;
  }
}
.l-header-nav__anchor {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 40.2666666667vw;
  padding-top: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 6.9333333333vw;
  padding-left: 2.6666666667vw;
  background: url("../img/anchor-bg.png") no-repeat center/100% auto;
}
@media (min-width: 961px) {
  .l-header-nav__anchor {
    width: 14.0277777778vw;
    height: 15.1388888889vw;
    padding-top: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: 2.6388888889vw;
    padding-left: 1.25vw;
  }
}
@media (min-width: 961px) {
  .l-header-nav__anchor:hover {
    filter: drop-shadow(0 0 0.5555555556vw rgba(65, 247, 9, 0.6));
  }
}
.l-header-nav__anchor-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 210/170;
  max-width: 28vw;
  max-height: 22.6666666667vw;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 961px) {
  .l-header-nav__anchor-image {
    aspect-ratio: 164/120;
    max-width: 164px;
    max-height: 120px;
  }
}
@media (min-width: 1441px) {
  .l-header-nav__anchor-image {
    aspect-ratio: 164/120;
    max-width: 11.3888888889vw;
    max-height: 8.3333333333vw;
  }
}
.l-header-nav__anchor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}
.l-header-nav__anchor-text {
  padding-top: 2.6666666667vw;
  color: #fff;
  font-weight: 700;
  font-size: 2.6666666667vw;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.56px;
  text-align: center;
}
@media (min-width: 961px) {
  .l-header-nav__anchor-text {
    padding-top: 0.9722222222vw;
    font-size: 0.9722222222vw;
  }
}

.l-inner {
  max-width: calc(750 / 750 * 100%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: min(71.4285714286%, 1000px);
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

.p-starwars {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: #000;
}
.p-starwars::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-stars.png");
  background-size: 64vw 64vw;
  background-repeat: repeat;
  content: "";
  opacity: 0.6;
}
@media (min-width: 961px) {
  .p-starwars::before {
    background-size: 33.3333333333vw 33.3333333333vw;
  }
}
.p-starwars::after {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-image: url("../img/bg-stars.png"), url("../img/bg-stars.png");
  background-size: 53.3333333333vw 53.3333333333vw, 74.6666666667vw 74.6666666667vw;
  background-repeat: repeat, repeat;
  content: "";
  animation: twinkleOpacity 2.2s ease-in-out infinite alternate;
  mix-blend-mode: screen;
  opacity: 1;
  pointer-events: none;
  will-change: opacity, background-position;
}
@media (min-width: 961px) {
  .p-starwars::after {
    background-size: 27.7777777778vw 27.7777777778vw, 38.8888888889vw 38.8888888889vw;
  }
}
.p-starwars > * {
  z-index: 1;
  position: relative;
}
.p-starwars__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.p-starwars__text {
  color: #fff;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 961px) {
  .p-starwars__text {
    font-size: 1.1111111111vw;
  }
}
.p-starwars__text.is-bold {
  font-weight: 700;
}
.p-starwars__text.is-center {
  text-align: center;
}
.p-starwars__text span {
  color: #fff;
  font-weight: 700;
  font-size: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 961px) {
  .p-starwars__text span {
    font-size: 1.6666666667vw;
  }
}
.p-starwars__amazon {
  position: absolute;
  bottom: 4.2666666667vw;
  left: 4.2666666667vw;
  width: 100%;
  max-width: 83.2vw;
  height: 10.6666666667vw;
  background: #fff;
}
@media (min-width: 961px) {
  .p-starwars__amazon {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 27.7777777778vw;
    height: 3.125vw;
  }
}
.p-starwars__amazon img {
  max-width: 25.3333333333vw;
  margin-top: 0.5333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars__amazon img {
    max-width: 7.4305555556vw;
    margin-top: 0.2777777778vw;
  }
}

.p-starwars-kv {
  position: relative;
}
.p-starwars-kv__logo {
  z-index: 2;
  position: relative;
  width: 85.3333333333vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19.7333333333vw;
}
@media (min-width: 961px) {
  .p-starwars-kv__logo {
    width: 31.25vw;
    padding-top: 17.6388888889vw;
  }
}
.p-starwars-kv__logo img {
  z-index: 2;
  width: 100%;
  padding-right: 5.0666666667vw;
  padding-left: 9.0666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-kv__logo img {
    padding-right: 0;
    padding-left: 28px;
  }
}
.p-starwars-kv__image {
  width: 100%;
}
.p-starwars-kv__image-left {
  position: absolute;
  top: 43.7333333333vw;
  left: -15.4666666667vw;
  max-width: 83.2vw;
}
@media (min-width: 961px) {
  .p-starwars-kv__image-left {
    top: 4.1666666667vw;
    left: -1.1111111111vw;
    max-width: 43.3333333333vw;
  }
}
.p-starwars-kv__image-right {
  position: absolute;
  top: 55.2vw;
  right: -7.4666666667vw;
  max-width: 66.6666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-kv__image-right {
    top: 7.6388888889vw;
    right: 4.4444444444vw;
    max-width: 34.7222222222vw;
  }
}
.p-starwars-kv__wrap {
  margin-top: 67.4666666667vw !important;
}
@media (min-width: 961px) {
  .p-starwars-kv__wrap {
    margin-top: 10.4166666667vw !important;
  }
}
.p-starwars-kv__collection-wrap {
  margin-bottom: 0 !important;
}

.p-starwars-section + .p-starwars-section {
  margin-top: 10.6666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-section + .p-starwars-section {
    margin-top: 5.5555555556vw;
  }
}
.p-starwars-section__title {
  position: relative;
  left: -60%;
  width: 220vw;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
@media (min-width: 961px) {
  .p-starwars-section__title {
    left: -10%;
    max-width: 120.9722222222vw;
  }
}
.p-starwars-section__title img {
  display: block;
  height: auto;
}
.p-starwars-section__wrap {
  position: relative;
  margin-top: 7.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-section__wrap {
    margin-top: 2.2222222222vw;
  }
}
.p-starwars-section__subtitle {
  max-width: 92vw;
  height: 14.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-section__subtitle {
    max-width: 38.2638888889vw;
    height: 5.7638888889vw;
  }
}
.p-starwars-section__subtitle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}
.p-starwars-section__ranking {
  position: absolute;
  top: 24vw;
  left: 75.2vw;
  max-width: 20vw;
  height: 20vw;
}
@media (min-width: 961px) {
  .p-starwars-section__ranking {
    top: -2.2222222222vw;
    left: 67.3611111111vw;
    max-width: 9.0277777778vw;
    height: 9.0277777778vw;
  }
}
.p-starwars-section__ranking img {
  width: 100%;
  height: 100%;
}

.p-starwars-logo {
  margin-top: 16vw;
  padding-bottom: 3.2vw;
}
@media (min-width: 961px) {
  .p-starwars-logo {
    margin-top: 8.6111111111vw;
    padding-bottom: 1.3888888889vw;
  }
}
.p-starwars-logo__image {
  display: block;
  width: 100%;
  max-width: 58.6666666667vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 14vw;
}
@media (min-width: 961px) {
  .p-starwars-logo__image {
    max-width: 30.5555555556vw;
    padding-bottom: 5vw;
  }
}

.p-starwars-image {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 3.7333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-image {
    flex-direction: row;
    margin-top: 0.4166666667vw;
    padding-right: 26px;
    padding-left: 88px;
  }
}
.p-starwars-image__logo {
  width: 100%;
  max-width: 74.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-image__logo {
    max-width: 33.4027777778vw;
    margin-top: 8.0555555556vw;
    margin-bottom: 5.6944444444vw;
  }
}
.p-starwars-image__product {
  position: relative;
  left: 1.6vw;
  width: 100%;
  max-width: 87.7333333333vw;
  margin: auto;
}
@media (min-width: 961px) {
  .p-starwars-image__product {
    max-width: 41.9444444444vw;
  }
}

.p-starwars-product {
  margin-top: 8vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4.2666666667vw;
  padding-left: 4.2666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-product {
    margin-top: 1.8055555556vw;
  }
}
.p-starwars-product__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 128vw;
  margin-top: 5.3333333333vw;
  margin-right: auto;
  margin-left: auto;
  gap: 8vw;
}
@media (min-width: 961px) {
  .p-starwars-product__wrap {
    flex-direction: row;
    max-width: 66.6666666667vw;
    margin-top: 2.7777777778vw;
    gap: 5.5555555556vw;
  }
}
.p-starwars-product__image {
  max-width: 46.6666666667vw;
  height: 55.7333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-product__image {
    max-width: 24.3055555556vw;
    height: 25.8333333333vw;
  }
}
.p-starwars-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}
.p-starwars-product__box {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 4.2666666667vw;
  padding-left: 4.2666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-product__box {
    max-width: 41.6666666667vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-starwars-product__title {
  width: 100%;
  max-width: 87.2vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-product__title {
    max-width: 33.0555555556vw;
  }
}
.p-starwars-product__title.is-left {
  margin-left: -1.3888888889vw;
}
.p-starwars-product__text {
  margin-top: 2.6666666667vw;
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.6px;
}
@media (min-width: 961px) {
  .p-starwars-product__text {
    margin-top: 1.1111111111vw;
    font-size: 1.25vw;
    letter-spacing: 0.36px;
  }
}
.p-starwars-product__text.is-center {
  text-align: left;
}
@media (min-width: 961px) {
  .p-starwars-product__text.is-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.p-starwars-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 91.4666666667vw;
  margin-top: 10.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 961px) {
  .p-starwars-video {
    max-width: 48.6111111111vw;
    margin-top: 5.5555555556vw;
  }
}
.p-starwars-video iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.p-starwars-slide {
  position: relative;
  max-width: 91.4666666667vw;
  margin-top: 16vw;
  margin-right: auto;
  margin-left: auto;
  perspective-origin: center;
}
@media (min-width: 961px) {
  .p-starwars-slide {
    max-width: 59.0277777778vw;
    margin-top: 6.9444444444vw;
  }
}
.p-starwars-slide__list {
  display: block;
  position: relative;
  width: 56vw;
  height: 34.6666666667vw;
  margin-right: auto;
  margin-left: auto;
  transform-style: preserve-3d;
  perspective-origin: center;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 961px) {
  .p-starwars-slide__list {
    width: 34.7222222222vw;
    height: 21.5277777778vw;
  }
}
.p-starwars-slide__image {
  position: absolute;
  width: 56vw;
  height: 34.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease-in-out;
  -webkit-backface-visibility: visible;
  border: 1px solid #41F709;
          backface-visibility: visible;
  opacity: 1;
}
@media (min-width: 961px) {
  .p-starwars-slide__image {
    width: 34.7222222222vw;
    height: 21.5277777778vw;
  }
}
.p-starwars-slide__nav {
  display: flex;
  z-index: 100;
  position: absolute;
  top: 44vw;
  align-items: center;
  justify-content: center;
  width: 5.3333333333vw;
  height: 5.8666666667vw;
  transform: translateY(-50%);
  border: none !important;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (min-width: 961px) {
  .p-starwars-slide__nav {
    top: 27.4305555556vw;
    width: 1.9444444444vw;
    height: 2.0833333333vw;
  }
}
@media (min-width: 961px) {
  .p-starwars-slide__nav:hover {
    transform: translateY(-50%) scale(1.15);
    filter: drop-shadow(0 0 0.5555555556vw rgba(65, 247, 9, 0.9));
  }
}
.p-starwars-slide__stop {
  width: 6.4vw;
  height: 6.4vw;
  border: none;
}
@media (min-width: 961px) {
  .p-starwars-slide__stop {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (min-width: 961px) {
  .p-starwars-slide__stop:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 0.5555555556vw rgba(65, 247, 9, 0.9));
  }
}
.p-starwars-slide__progress {
  display: flex;
  position: absolute;
  top: 40.8vw;
  left: 50%;
  align-items: center;
  gap: 4.2666666667vw;
  transform: translateX(-50%);
}
@media (min-width: 961px) {
  .p-starwars-slide__progress {
    top: 26.3888888889vw;
    gap: 1.3888888889vw;
  }
}

.p-starwars-slide__nav.is-before {
  left: 10.6666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-slide__nav.is-before {
    left: 17.7777777778vw;
  }
}

.p-starwars-slide__nav.is-after {
  right: 10.6666666667vw;
}
@media (min-width: 961px) {
  .p-starwars-slide__nav.is-after {
    right: 17.7777777778vw;
  }
}

.pagination-container {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
}
@media (min-width: 961px) {
  .pagination-container {
    gap: 0.6944444444vw;
  }
}

.pagination-dot {
  position: relative;
  width: 6.4vw;
  height: 0.6666666667vw;
  border-radius: 0.6666666667vw;
  border-color: transparent;
  background-color: #41F709;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 961px) {
  .pagination-dot {
    width: 2.0833333333vw;
    height: 0.2777777778vw;
    border-radius: 0.2777777778vw;
  }
}
.pagination-dot:hover {
  transform: scale(1.2);
  box-shadow: 0 0 1.3333333333vw 0.2666666667vw #41F709;
}
@media (min-width: 961px) {
  .pagination-dot:hover {
    box-shadow: 0 0 0.6944444444vw 0.1388888889vw #41F709;
  }
}
.pagination-dot.active {
  background: #fff;
  box-shadow: 0 0 1.3333333333vw 0.2666666667vw #41F709;
}
@media (min-width: 961px) {
  .pagination-dot.active {
    box-shadow: 0 0 0.6944444444vw 0.1388888889vw #41F709;
  }
}
.pagination-dot.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.p-starwars-purchase {
  position: relative;
  aspect-ratio: 686/455;
  width: 100%;
  max-width: 91.4666666667vw;
  margin-top: 28.5333333333vw;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/purchase-bg_sp.png") no-repeat center/100% auto;
}
@media (min-width: 961px) {
  .p-starwars-purchase {
    aspect-ratio: 1000/300;
    max-width: 69.4444444444vw;
    margin-top: 12.5vw;
    background: url("../img/purchase-bg.png") no-repeat center/100% auto;
  }
}
.p-starwars-purchase__title {
  position: absolute;
  top: -4.2666666667vw;
  left: 50%;
  max-width: 38.6666666667vw;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
}
@media (min-width: 961px) {
  .p-starwars-purchase__title {
    top: -0.8333333333vw;
    max-width: 15.1388888889vw;
  }
}
.p-starwars-purchase__wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 8vw;
  padding-right: 4vw;
  padding-bottom: 4.8vw;
  padding-left: 4vw;
  gap: 4vw;
}
@media (min-width: 961px) {
  .p-starwars-purchase__wrap {
    padding-top: 4.8611111111vw;
    padding-right: 11.8055555556vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 8.3333333333vw;
    gap: 4.1666666667vw;
  }
}
@media (min-width: 961px) {
  .p-starwars-purchase__wrap:hover {
    filter: drop-shadow(0 0 0.5555555556vw rgba(65, 247, 9, 0.6));
  }
}
.p-starwars-purchase__image {
  display: flex;
  max-width: 33.6vw;
  height: 29.6vw;
}
@media (min-width: 961px) {
  .p-starwars-purchase__image {
    max-width: 17.5vw;
    height: 13.8888888889vw;
    margin-left: auto;
  }
}
.p-starwars-purchase__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}
.p-starwars-purchase__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 50.6666666667vw;
  gap: 1.6vw;
}
@media (min-width: 961px) {
  .p-starwars-purchase__info {
    max-width: 27.7777777778vw;
    gap: 1.1111111111vw;
  }
}

#vol2 .p-starwars-purchase {
  aspect-ratio: 686/486;
  background: url("../img/purchase-bg_sp2.png") no-repeat top/100% auto;
}
@media (min-width: 961px) {
  #vol2 .p-starwars-purchase {
    aspect-ratio: 1000/300;
    max-width: 69.4444444444vw;
    margin-top: 12.5vw;
    background: url("../img/purchase-bg.png") no-repeat center/100% auto;
  }
}

@keyframes twinkleOpacity {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-starwars::after {
    animation: none;
  }
  .p-starwars-slide__nav:hover, .p-starwars-slide__stop:hover {
    transform: none !important;
    filter: none !important;
  }
}