@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Oswald:wght@500&display=swap");
/*! destyle.css v4.0.1 | 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;
  min-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*/
}

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

/* 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 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  vertical-align: top;
  padding: 0;
}

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

.u-hidden {
  display: none !important;
}

.u-flex {
  display: flex !important;
}

.u-inline-block {
  display: inline-block;
}

.u-text-center {
  text-align: center;
}

.u-weight-500 {
  font-weight: 500;
}

:lang(en) .c-logo img.c-logo__main {
  width: 34.4444444444vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .c-logo img.c-logo__main {
    width: 124px;
  }
}
@media screen and (min-width: 1110px) {
  :lang(en) .p-hero {
    height: 810px;
  }
}
:lang(en) .c-app .c-app-google img {
  width: 44.7222222222vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .c-app .c-app-google img {
    width: 161px;
  }
}
:lang(en) .c-app .c-app-apple img {
  width: 39.7222222222vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .c-app .c-app-apple img {
    width: 143px;
  }
}
:lang(en) .p-hero__button__text {
  left: -6.6666666667vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .p-hero__button__text {
    left: -32px;
  }
}
:lang(en) .is-present .c-heading-secondary-title {
  font-size: 7.2222222222vw;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  :lang(en) .is-present .c-heading-secondary-title {
    font-size: 2.6rem;
  }
}
:lang(en) .p-present__text {
  height: 41.6666666667vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .p-present__text {
    height: 150px;
  }
}
:lang(en) .l-caution .l-caution__text, :lang(en) .l-caution p {
  text-indent: -1em;
  padding-left: 1em;
}
:lang(en) .l-caution .l-caution__text:before, :lang(en) .l-caution p:before {
  content: "*";
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .l-caution .l-caution__text:before, :lang(en) .l-caution p:before {
    margin-right: 4px;
  }
}
:lang(en) .p-notice .c-app img {
  height: 13.3333333333vw;
  width: auto;
}
@media screen and (min-width: 640px) {
  :lang(en) .p-notice .c-app img {
    height: 48px;
  }
}
:lang(en) .c-modal__text img {
  width: 41.6666666667vw;
}
@media screen and (min-width: 1110px) {
  :lang(en) .c-modal__text img {
    width: 150px;
  }
}
:lang(en) .c-modal__head-title__text img {
  width: 61.9444444444vw;
}
@media screen and (min-width: 1110px) {
  :lang(en) .c-modal__head-title__text img {
    width: 501px;
  }
}
:lang(en) .c-material__caution .c-material__caution-text {
  text-indent: -1em;
  padding-left: 1em;
}
:lang(en) .c-material__caution .c-material__caution-text:before {
  content: "*";
}
:lang(en) .l-action .l-action__type_wrapper {
  width: 6.1111111111vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .l-action .l-action__type_wrapper {
    width: 22px;
  }
}
:lang(en) .l-action .l-action__type {
  position: absolute;
  top: 0;
  left: 10.8333333333vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .l-action .l-action__type {
    left: 39px;
  }
}
:lang(en) .l-action .l-select__item {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .l-action .l-select__item {
    margin-top: 40px;
  }
}
:lang(en) .l-action .l-select__item.is-selected {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .l-action .l-select__item.is-selected {
    margin-top: 24px;
  }
}
:lang(en) .p-stream__date-text img {
  width: 41.6666666667vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .p-stream__date-text img {
    width: 150px;
  }
}
:lang(en) .p-stream__text img {
  width: 61.9444444444vw;
}

@media screen and (min-width: 640px) {
  :lang(en) .p-stream__text img {
    width: 223px;
  }
}
:lang(en) .p-stream__date-text {
  left: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  :lang(en) .p-stream__date-text {
    left: 50px;
  }
}

body, html {
  font-size: 62.5%;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  margin: 0;
  line-height: 1.5;
}

body {
  background-size: cover;
  background-attachment: fixed;
  display: grid;
  grid-template-rows: 1fr auto;
}
@media screen and (min-width: 640px) {
  body {
    background-image: url("/11th-video-maker/assets/images/bg_hero-pc-daima.png");
  }
}
@media screen and (min-width: 1110px) {
  body {
    background-image: url("/11th-video-maker/assets/images/bg_main-blur-daima.png");
  }
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.6666666667vw 4.4444444444vw 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .l-header {
    padding: 24px 16px 0;
  }
}
@media screen and (min-width: 1110px) {
  .l-header {
    display: none;
  }
}
.l-header.is-common {
  background: url(/11th-video-maker/assets/images/bg_header-daima.png) no-repeat center/cover;
  padding-bottom: 20vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.7777777778vw), calc(100% - 8.8888888889vw) calc(100% - 8.8888888889vw), 8.8888888889vw calc(100% - 8.8888888889vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) calc(100% - 32px), 32px calc(100% - 32px), 0 100%);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .l-header.is-common {
    padding-bottom: 72px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) calc(100% - 32px), 32px calc(100% - 32px), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) calc(100% - 32px), 32px calc(100% - 32px), 0 100%);
  }
}
@media screen and (min-width: 1110px) {
  .l-header.is-common {
    display: flex;
  }
}

#footer {
  position: relative;
  z-index: 2;
}

.l-content {
  display: grid;
  grid-template-rows: 1fr;
  position: relative;
}

.l-content__fixed {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 50vw;
  height: 100%;
  will-change: transform, opacity;
}
@media screen and (min-width: 1110px) {
  .l-content__fixed {
    opacity: 1;
    visibility: visible;
    display: block;
    width: 54.5454545455vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-content__fixed {
    width: 60.4166666667vw;
  }
}

.c-fixed__top {
  position: absolute;
  display: flex;
  top: 16px;
  left: 16px;
  gap: 8px;
}

.l-header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.6666666667vw;
}
@media screen and (min-width: 640px) {
  .l-header-logo {
    top: 6px;
  }
}

.l-header-logo img {
  width: 22.7777777778vw;
}
@media screen and (min-width: 640px) {
  .l-header-logo img {
    width: 82px;
  }
}

.c-auth {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  gap: 0.8333333333vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .c-auth {
    font-size: 1.2rem;
    gap: 3px;
  }
}
.c-auth:hover {
  opacity: 0.7;
}

.c-language {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-bottom: 0.5555555556vw solid #FBFB00;
  font-weight: 700;
  line-height: 1.3;
  background-image: url("/11th-video-maker/assets/images/icon/arrow_down.svg");
  background-repeat: no-repeat;
  transition: all 0.3s;
  padding: 2.2222222222vw 4.4444444444vw;
  font-size: 4.4444444444vw;
  background-position: center right 8px;
  cursor: pointer;
  width: 20.2777777778vw;
}
@media screen and (min-width: 640px) {
  .c-language {
    font-size: 1.6rem;
    width: 73px;
    padding: 8px 16px;
    border-bottom: 2px solid #FBFB00;
  }
}
.c-language:hover {
  opacity: 0.7;
}

.c-fixed__image {
  width: 50vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 1110px) {
  .c-fixed__image {
    width: 54.5454545455vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-fixed__image {
    width: 60.4166666667vw;
  }
}

.c-fixed__bottom {
  background-image: url("/11th-video-maker/assets/images/bg_fixed-shadow.png");
  background-size: cover;
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  padding: 0 0 16px 16px;
  gap: 15px;
  align-items: flex-end;
  width: 100%;
}

.c-logo {
  display: flex;
  align-items: flex-end;
}
.c-logo img {
  width: 28.0555555556vw;
}
@media screen and (min-width: 1110px) {
  .c-logo img {
    width: 101px;
  }
}

.l-content__main {
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #050C1B url("/11th-video-maker/assets/images/bg_grid.png") repeat center center;
}
@media screen and (min-width: 640px) {
  .l-content__main {
    width: 432px;
    margin-left: calc(100% - 432px)/2;
  }
}
@media screen and (min-width: 1110px) {
  .l-content__main {
    margin-left: 54.5454545455vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-content__main {
    margin-left: 60.4166666667vw;
  }
}

.l-content__main__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.p-hero {
  position: relative;
  background: url("/11th-video-maker/assets/images/bg_hero-sp-daima.png") no-repeat top center/cover;
  aspect-ratio: 360/748;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .p-hero {
    height: 765px;
    background: url("/11th-video-maker/assets/images/bg_hero-tablet-daima.png") no-repeat top center/cover;
    aspect-ratio: 432/765;
  }
}
@media screen and (min-width: 1110px) {
  .p-hero {
    background: url("/11th-video-maker/assets/images/bg_hero-pc-daima.png") no-repeat center/cover;
    height: 810px;
    aspect-ratio: auto;
  }
}
.p-hero::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -105px;
  background: url("/11th-video-maker/assets/images/bg_hero__shadow.png") no-repeat center bottom/cover;
  height: 58.3333333333vw;
  display: block;
}
@media screen and (min-width: 640px) {
  .p-hero::after {
    height: 245px;
    bottom: -135px;
    width: 432px;
  }
}

.p-hero__title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 83.3333333333vw;
}
@media screen and (min-width: 640px) {
  .p-hero__title {
    top: 350px;
  }
}
@media screen and (min-width: 1110px) {
  .p-hero__title {
    top: 194px;
  }
}
.p-hero__title img {
  width: 100vw;
  animation: fadeIn 0.5s cubic-bezier(0.85, 0.2, 1, 0.5) 1s both;
}
@media screen and (min-width: 640px) {
  .p-hero__title img {
    width: 480px;
  }
}
@media screen and (min-width: 1110px) {
  .p-hero__title img {
    width: 714px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.p-hero__button {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 166.6666666667vw;
}
@media screen and (min-width: 640px) {
  .p-hero__button {
    padding-top: 630px;
  }
}
@media screen and (min-width: 1110px) {
  .p-hero__button {
    padding-top: 648px;
  }
}
.p-hero__button a {
  position: relative;
  display: inline-block;
}
.p-hero__button img {
  width: 86.3888888889vw;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .p-hero__button img {
    width: 300px;
  }
}
@media screen and (min-width: 1110px) {
  .p-hero__button img {
    width: 394px;
  }
}
.p-hero__button img:hover {
  transform: scale(1.05);
}

.p-hero__button__text {
  position: absolute;
  pointer-events: none;
  left: -5.5555555556vw;
  top: -15.2777777778vw;
}
@media screen and (min-width: 640px) {
  .p-hero__button__text {
    left: -30px;
    top: -56px;
  }
}
@media screen and (min-width: 1110px) {
  .p-hero__button__text {
    left: -22px;
    top: -46px;
  }
}
.p-hero__button__text img {
  width: 56.6666666667vw;
}
@media screen and (min-width: 640px) {
  .p-hero__button__text img {
    width: 204px;
  }
}

.c-heading-secondary {
  text-align: center;
  position: relative;
  padding-top: 18.3333333333vw;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary {
    padding-top: 66px;
  }
}
.c-heading-secondary.is-howto:after {
  background: url("/11th-video-maker/assets/images/text_howtomake.svg") repeat-x;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 432/55;
  background-size: 87.27vw 12.73vw;
  animation: titleMarquee-howto 10s linear infinite;
  bottom: 2.2222222222vw;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary.is-howto:after {
    width: 432px;
    height: 55px;
    background-size: 377px 55px;
    bottom: 8px;
  }
}
.c-heading-secondary.is-present:after {
  background: url("/11th-video-maker/assets/images/text_present.svg") repeat-x;
  width: 100%;
  aspect-ratio: 432/55;
  background-size: 52.31vw 12.5vw;
  animation: titleMarquee-present 6s linear infinite;
  bottom: 7.7777777778vw;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary.is-present:after {
    width: 432px;
    height: 55px;
    background-size: 226px 54px;
    bottom: 28px;
  }
}
@keyframes titleMarquee-howto {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -377px 0;
  }
}
@keyframes titleMarquee-present {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -226px 0;
  }
}
.c-heading-secondary:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 8px;
}
.c-heading-secondary .c-heading-secondary-title {
  filter: drop-shadow(0 0 4.1666666667vw #050C1B) drop-shadow(0 0 2.7777777778vw #050C1B) drop-shadow(0 0 2.7777777778vw #050C1B);
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  font-size: 8.8888888889vw;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary .c-heading-secondary-title {
    font-size: 3.2rem;
    filter: drop-shadow(0 0 15px #050C1B) drop-shadow(0 0 10px #050C1B) drop-shadow(0 0 10px #050C1B);
  }
}
.c-heading-secondary .c-heading-secondary-title > span:first-of-type {
  position: relative;
}
.c-heading-secondary .c-heading-secondary-title > span:first-of-type::before {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-left: 0.5555555556vw solid #fff;
  border-bottom: 0.5555555556vw solid #fff;
  transform: rotate(90deg);
  display: block;
  position: relative;
  left: -1.3888888889vw;
  top: 0;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary .c-heading-secondary-title > span:first-of-type::before {
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: -5px;
  }
}
.c-heading-secondary .c-heading-secondary-title > span:first-of-type::after {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-left: 0.5555555556vw solid #fff;
  border-bottom: 0.5555555556vw solid #fff;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  right: -1.3888888889vw;
  top: 0;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary .c-heading-secondary-title > span:first-of-type::after {
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: -5px;
  }
}
.c-heading-secondary .c-heading-secondary-title > span:nth-of-type(n+2) {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary .c-heading-secondary-title > span:nth-of-type(n+2) {
    margin-top: 4px;
  }
}
.c-heading-secondary .c-heading-secondary-title span {
  background: linear-gradient(180deg, #FFF 32.29%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-heading-secondary .c-heading-secondary-title .is-small {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .c-heading-secondary .c-heading-secondary-title .is-small {
    font-size: 2rem;
  }
}

.c-link {
  position: relative;
  z-index: 1;
  color: #FBFB00;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .c-link {
    font-size: 1.6rem;
  }
}

.p-hero__link {
  margin-top: 2.7777777778vw;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  justify-content: center;
  text-decoration: underline;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .p-hero__link {
    margin-top: 10px;
    gap: 4px;
  }
}
.p-hero__link:before {
  content: "";
  background: #FBFB00;
  height: 3.3333333333vw;
  width: 1.6666666667vw;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 640px) {
  .p-hero__link:before {
    height: 16.9704px;
    width: 8.4852px;
  }
}
.p-hero__link:after {
  content: "";
  background: #FBFB00;
  height: 3.3333333333vw;
  width: 1.6666666667vw;
  display: inline-block;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (min-width: 640px) {
  .p-hero__link:after {
    height: 16.9704px;
    width: 8.4852px;
  }
}
.p-hero__link:hover {
  opacity: 0.7;
}

.p-howto {
  position: relative;
  padding-bottom: 18.8888888889vw;
}
@media screen and (min-width: 640px) {
  .p-howto {
    padding-bottom: 68px;
  }
}
.p-howto:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 72.2222222222vw solid #EB3323;
  border-right: 72.2222222222vw solid transparent;
  border-bottom: 0;
  border-left: 0;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .p-howto:before {
    border-top: 260px solid #EB3323;
    border-right: 260px solid transparent;
  }
}

.p-howto__inner {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 640px) {
  .p-howto__inner {
    margin-top: 30px;
  }
}
.p-howto__inner .p-howto__item:last-of-type:after {
  content: none;
}

.p-howto__item {
  filter: drop-shadow(0 0 20px #EB3323);
  margin: 0 auto;
  width: 83.3333333333vw;
}
@media screen and (min-width: 640px) {
  .p-howto__item {
    width: 300px;
  }
}
.p-howto__item:after {
  content: "";
  background: url("/11th-video-maker/assets/images/icon/arrow_flow.svg") no-repeat center center/cover;
  display: block;
  width: 11.1111111111vw;
  height: 7.7777777778vw;
  margin: 4.4444444444vw auto;
}
@media screen and (min-width: 640px) {
  .p-howto__item:after {
    width: 40px;
    height: 28px;
    margin: 16px auto;
  }
}

.p-howto__item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  -webkit-clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  color: #fff;
  height: 16.6666666667vw;
  background: #050C1B;
  position: relative;
  border-bottom: 0.2777777778vw solid #EB3323;
  color: #FFFFFF;
  font-size: 5.5555555556vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .p-howto__item__inner {
    font-size: 2rem;
    border-bottom: 1px solid #EB3323;
    height: 60px;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    -webkit-clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }
}
.p-howto__item__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background: #EB3323;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 640px) {
  .p-howto__item__inner:before {
    width: 14px;
    height: 14px;
  }
}
.p-howto__item__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.7777777778vw;
  height: 0.8333333333vw;
  background: #EB3323;
  clip-path: polygon(0 0, calc(100% - 1.1111111111vw) 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 1.1111111111vw) 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 640px) {
  .p-howto__item__inner:after {
    width: 64px;
    height: 3px;
    clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 100%, 0 100%);
  }
}

.l-section {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .l-section {
    margin: 0 20px;
  }
}

.p-present {
  position: relative;
  padding-bottom: 20vw;
}
@media screen and (min-width: 640px) {
  .p-present {
    padding-bottom: 72px;
  }
}
.p-present:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 69.4444444444vw;
  height: 69.4444444444vw;
  background-color: #0099FF;
}
@media screen and (min-width: 640px) {
  .p-present:before {
    width: 250px;
    height: 250px;
  }
}

.p-present__bg {
  position: absolute;
  inset: 0;
  background: url(/11th-video-maker/assets/images/bg_present-daima.png) #00003E 50%/cover;
  clip-path: polygon(69.4444444444vw 0, 100% 0, 100% 100%, 0 100%, 0 69.4444444444vw);
  -webkit-clip-path: polygon(69.4444444444vw 0, 100% 0, 100% 100%, 0 100%, 0 69.4444444444vw);
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .p-present__bg {
    clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%, 0 250px);
    -webkit-clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%, 0 250px);
  }
}

.p-present__text {
  height: 17.5vw;
  width: auto;
}
@media screen and (min-width: 640px) {
  .p-present__text {
    height: 63px;
  }
}

.p-present__content {
  position: relative;
  z-index: 2;
}

.p-present__inner {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .p-present__inner {
    margin-top: 16px;
  }
}

.p-present__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-text__gradient {
  text-align: center;
  font-size: 12.7777777778vw;
  font-weight: 900;
  filter: drop-shadow(0.2777777778vw 0.2777777778vw 1.1111111111vw #FFF) drop-shadow(-0.2777777778vw -0.2777777778vw 1.1111111111vw #FFF);
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .c-text__gradient {
    font-size: 4.6rem;
    filter: drop-shadow(1px 1px 4px #FFF) drop-shadow(-1px -1px 4px #FFF);
  }
}
.c-text__gradient .is-small {
  font-size: 7.2222222222vw;
}
@media screen and (min-width: 640px) {
  .c-text__gradient .is-small {
    font-size: 2.6rem;
  }
}
.c-text__gradient .is-cross {
  font-size: 11.6666666667vw;
}
@media screen and (min-width: 640px) {
  .c-text__gradient .is-cross {
    font-size: 4.2rem;
  }
}
.c-text__gradient .is-number {
  font-size: 13.8888888889vw;
}
@media screen and (min-width: 640px) {
  .c-text__gradient .is-number {
    font-size: 5rem;
  }
}

.c-text__gradient-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.c-text__gradient-fill {
  background: linear-gradient(181deg, #FDFF00 40.8%, #E17F00 100.33%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.c-text__gradient-stroke {
  position: absolute;
  top: 0px;
  left: 50%;
  color: transparent;
  z-index: 0;
  -webkit-text-stroke: 2.2222222222vw rgb(0, 0, 0);
  font-size: inherit;
  font-weight: 900;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-text__gradient-stroke {
    font-size: inherit;
    -webkit-text-stroke: 8px rgb(0, 0, 0);
  }
}

.p-present__box {
  margin-top: 8.8888888889vw;
}
@media screen and (min-width: 640px) {
  .p-present__box {
    margin-top: 32px;
  }
}
.p-present__box + .p-present__box {
  margin-top: 3.8888888889vw;
}
@media screen and (min-width: 640px) {
  .p-present__box + .p-present__box {
    margin-top: 14px;
  }
}

.p-present__box-header {
  background: linear-gradient(90deg, #133B93 0%, #007FFD 100%);
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  -webkit-clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  color: #FFF;
  text-align: center;
  font-size: 4.4444444444vw;
  font-weight: 800;
  line-height: 1.5;
  padding: 2.2222222222vw 1.3888888889vw;
  text-shadow: 0 0.5555555556vw 0.5555555556vw rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 640px) {
  .p-present__box-header {
    padding: 8px 5px;
    font-size: 1.6rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  }
}
.p-present__box-header .is-xsmall {
  font-weight: 700;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 640px) {
  .p-present__box-header .is-xsmall {
    font-size: 1rem;
  }
}
.p-present__box-header .is-small {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 640px) {
  .p-present__box-header .is-small {
    font-size: 1.3rem;
  }
}

.p-present__box-content {
  background: url(/11th-video-maker/assets/images/bg_present-border.png) repeat;
  padding: 2.7777777778vw 5.5555555556vw 4.1666666667vw;
  background-color: rgba(67, 0, 222, 0.4);
  background-blend-mode: color-burn;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .p-present__box-content {
    padding: 10px 20px 15px;
  }
}
.p-present__box-content .p-present__image {
  width: 19.4444444444vw;
}
@media screen and (min-width: 640px) {
  .p-present__box-content .p-present__image {
    width: 70px;
  }
}
.p-present__box-content .c-text__gradient {
  font-size: 7.7777777778vw;
}
@media screen and (min-width: 640px) {
  .p-present__box-content .c-text__gradient {
    font-size: 2.8rem;
  }
}
.p-present__box-content .c-text__gradient .is-cross {
  font-size: 7.7777777778vw;
}
@media screen and (min-width: 640px) {
  .p-present__box-content .c-text__gradient .is-cross {
    font-size: 2.8rem;
  }
}
.p-present__box-content .c-text__gradient .is-number {
  font-size: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-present__box-content .c-text__gradient .is-number {
    font-size: 4rem;
  }
}

.l-caution {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-caution {
    margin-top: 40px;
  }
}
.l-caution .l-caution__text {
  font-size: 3.3333333333vw;
  letter-spacing: -0.01em;
  color: #ffffff;
  line-height: 1.5;
  text-indent: -1.4em;
  padding-left: 1.4em;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .l-caution .l-caution__text {
    font-size: 1.2rem;
  }
}
.l-caution .l-caution__text:before {
  content: "※";
  margin-right: 1.9444444444vw;
}
@media screen and (min-width: 640px) {
  .l-caution .l-caution__text:before {
    margin-right: 7px;
  }
}
.l-caution .l-caution__text:not(:first-of-type) {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-caution .l-caution__text:not(:first-of-type) {
    margin-top: 8px;
  }
}
.l-caution .has-margin {
  margin-top: 2.2222222222vw;
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  .l-caution .has-margin {
    margin-top: 8px;
  }
}

.p-stream {
  background: linear-gradient(180deg, rgba(248, 63, 24, 0.8) 0%, rgba(234, 201, 57, 0.8) 100%);
  padding: 20vw 6.6666666667vw 16.6666666667vw;
  position: relative;
  margin-top: -8.8888888889vw;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 8.8888888889vw, 50% 8.8888888889vw);
  -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 8.8888888889vw, 50% 8.8888888889vw);
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .p-stream {
    margin-top: -58px;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 58px, 50% 58px);
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 58px, 50% 58px);
    padding: 86px 24px 60px;
  }
}
@media screen and (min-width: 1110px) {
  .p-stream {
    margin-top: -38px;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 38px, 50% 38px);
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 38px, 50% 38px);
    padding: 72px 24px 60px;
  }
}
.p-stream .l-movie__wrapper {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 640px) {
  .p-stream .l-movie__wrapper {
    margin-top: 24px;
  }
}

.p-stream__text {
  text-align: center;
  margin-top: -5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .p-stream__text {
    margin-top: -20px;
  }
}
.p-stream__text img {
  width: 91.6666666667vw;
  height: auto;
}
@media screen and (min-width: 640px) {
  .p-stream__text img {
    width: 330px;
  }
}

.p-stream__logo {
  text-align: center;
}
.p-stream__logo img {
  width: 36.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-stream__logo img {
    width: 130px;
  }
}

.p-stream__content {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 640px) {
  .p-stream__content {
    margin-top: 24px;
  }
}

.p-stream__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  position: relative;
}
.p-stream__date .c-text__gradient {
  font-size: 19.4444444444vw;
  letter-spacing: 0.9722222222vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient {
    font-size: 7rem;
    letter-spacing: 3.5px;
  }
}
.p-stream__date .c-text__gradient .is-date {
  font-size: 10vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .is-date {
    font-size: 3.6rem;
  }
}
.p-stream__date .c-text__gradient .is-small {
  font-size: 10vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .is-small {
    font-size: 3.6rem;
  }
}
.p-stream__date .c-text__gradient .is-schedule {
  font-size: 7.7777777778vw;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .is-schedule {
    font-size: 2.8rem;
    margin-left: 5px;
  }
}
.p-stream__date .c-text__gradient .c-text__gradient-container.is-small .c-text__gradient-stroke {
  -webkit-text-stroke: 1.6666666667vw rgb(0, 0, 0);
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .c-text__gradient-container.is-small .c-text__gradient-stroke {
    -webkit-text-stroke: 6px rgb(0, 0, 0);
  }
}
.p-stream__date .c-text__gradient .c-text__gradient-container.is-name {
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .c-text__gradient-container.is-name {
    font-size: 2.6rem;
  }
}
.p-stream__date .c-text__gradient .c-text__gradient-container.is-name .c-text__gradient-stroke {
  -webkit-text-stroke: 1.6666666667vw rgb(0, 0, 0);
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .c-text__gradient-container.is-name .c-text__gradient-stroke {
    -webkit-text-stroke: 6px rgb(0, 0, 0);
  }
}
.p-stream__date .c-text__gradient .c-text__gradient-container.is-name .is-small {
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date .c-text__gradient .c-text__gradient-container.is-name .is-small {
    font-size: 1.6rem;
  }
}

.p-stream__date-text {
  position: relative;
  left: 2.7777777778vw;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .p-stream__date-text {
    left: 10px;
  }
}
.p-stream__date-text img {
  width: 37.7777777778vw;
}
@media screen and (min-width: 640px) {
  .p-stream__date-text img {
    width: 136px;
  }
}

.l-movie__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  box-shadow: 0 0 1.9763888889vw 0 #FFF, 0 0 0.5647222222vw 0 #FFF, 0 0 0.2822222222vw 0 #FFF;
}
@media screen and (min-width: 640px) {
  .l-movie__wrapper {
    box-shadow: 0 0 7.115px 0 #FFF, 0 0 2.033px 0 #FFF, 0 0 1.016px 0 #FFF;
  }
}
.l-movie__wrapper .live__movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.l-movie__wrapper .live__movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-notice {
  padding: 18.8888888889vw 5.5555555556vw 20vw;
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-notice {
    padding: 68px 20px 72px;
  }
}
.p-notice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 51.9444444444vw solid #44BB44;
  border-right: 51.9444444444vw solid transparent;
  border-bottom: 0;
  border-left: 0;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .p-notice:before {
    border-top: 187px solid #44BB44;
    border-right: 187px solid transparent;
  }
}

.p-notice__section + .p-notice__section {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 640px) {
  .p-notice__section + .p-notice__section {
    margin-top: 15px;
  }
}
.p-notice__section a {
  text-decoration: underline;
  word-wrap: break-word;
}

.p-notice__box__wrapper {
  filter: drop-shadow(0 0 1.9444444444vw #44BB44);
}
@media screen and (min-width: 640px) {
  .p-notice__box__wrapper {
    filter: drop-shadow(0 0 7px #44BB44);
  }
}

.p-notice__box + .p-notice__box {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-notice__box + .p-notice__box {
    margin-top: 40px;
  }
}

.p-notice__box {
  clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 14px);
  -webkit-clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 14px);
  color: #fff;
  background: #050C1B;
  position: relative;
  border-bottom: 1px solid #44BB44;
  color: #FFFFFF;
  padding: 5.5555555556vw 0 0;
}
@media screen and (min-width: 640px) {
  .p-notice__box {
    padding: 20px 0 0;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    -webkit-clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }
}
.p-notice__box.is-large .p-notice__box__content {
  max-height: none;
}
.p-notice__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.7777777778vw;
  height: 0.8333333333vw;
  background: #44BB44;
  clip-path: polygon(0 0, calc(100% - 1.1111111111vw) 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 1.1111111111vw) 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 640px) {
  .p-notice__box:after {
    clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 100%, 0 100%);
    width: 64px;
    height: 3px;
  }
}

.p-notice__title {
  color: #44BB44;
  text-align: center;
  font-size: 5.5555555556vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .p-notice__title {
    font-size: 2rem;
  }
}

.simplebar-scrollbar::before {
  background: #44BB44 !important;
  width: 4px !important;
  opacity: 1 !important;
  left: 0 !important;
}

.simplebar-track.simplebar-vertical {
  width: 4px;
}

.simplebar-track {
  background: #050C1B !important;
  width: 4px !important;
  margin: 6px 0 !important;
  right: 6px !important;
}

.p-notice__box__content {
  max-height: 67.2222222222vw;
  margin-top: 5.5555555556vw;
  overflow: auto;
  padding: 0 2.7777777778vw 12.5vw;
}
@media screen and (min-width: 640px) {
  .p-notice__box__content {
    margin-top: 20px;
    max-height: 242px;
    padding: 0 10px 45px;
  }
}
.p-notice__box__content p {
  font-size: 3.3333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .p-notice__box__content p {
    font-size: 1.2rem;
  }
}

.p-notice__button {
  margin: 27.7777777778vw auto 0;
}
@media screen and (min-width: 640px) {
  .p-notice__button {
    margin: 100px auto 0;
  }
}

.c-button-primary {
  background: linear-gradient(90deg, #8E08C0 0.89%, #3B3DDE 25.66%, #57F7F8 50.44%, #2DEF2C 75.22%, #F7F92A 100%);
  display: block;
  height: 17.5vw;
  padding: 0.2777777778vw;
  margin: 0 4px;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .c-button-primary {
    padding: 1px;
    height: 63px;
  }
}
.c-button-primary:hover {
  opacity: 0.7;
}
.c-button-primary span {
  background: #000;
  display: flex;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .c-button-primary span {
    font-size: 2rem;
  }
}

.c-app {
  display: flex;
  margin: 8.8888888889vw 1.1111111111vw 0;
  gap: 3.3333333333vw;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .c-app {
    margin: 32px 4px 0;
    gap: 12px;
  }
}
.c-app a {
  transition: all 0.3s;
}
.c-app a:hover {
  opacity: 0.7;
}
.c-app .c-app-apple img {
  width: 36.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-app .c-app-apple img {
    width: 160px;
  }
}
.c-app .c-app-google img {
  width: 44.7222222222vw;
}
@media screen and (min-width: 640px) {
  .c-app .c-app-google img {
    width: 198px;
  }
}

.l-copyright {
  margin-top: 8.8888888889vw;
}
@media screen and (min-width: 640px) {
  .l-copyright {
    margin-top: 32px;
  }
}
.l-copyright p {
  font-size: 3.3333333333vw;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .l-copyright p {
    font-size: 1.2rem;
  }
}
.l-copyright p + p {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-copyright p + p {
    margin-top: 8px;
  }
}

.l-caution {
  margin-top: 8.8888888889vw;
}
@media screen and (min-width: 640px) {
  .l-caution {
    margin-top: 32px;
  }
}
.l-caution p {
  font-size: 3.3333333333vw;
  line-height: 1.5;
  text-indent: -1.4em;
  padding-left: 1.4em;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .l-caution p {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}
.l-caution p:before {
  content: "※";
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-caution p:before {
    margin-right: 4px;
  }
}
.l-caution p:not(:first-child) {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-caution p:not(:first-child) {
    margin-top: 8px;
  }
}
.l-caution p.is-break {
  display: block;
  margin-top: 0.5555555556vw;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  .l-caution p.is-break {
    margin-top: 2px;
  }
}

.c-modal, .c-modal-video {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.c-modal.is-active, .c-modal-video.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-modal .c-modal__inner, .c-modal-video .c-modal__inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__inner, .c-modal-video .c-modal__inner {
    width: 960px;
  }
}
.c-modal .c-modal__inner.is-select, .c-modal-video .c-modal__inner.is-select {
  filter: drop-shadow(0 0 10px #EB3323);
  width: calc(100% - 13.3333333333vw);
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__inner.is-select, .c-modal-video .c-modal__inner.is-select {
    width: 720px;
  }
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__inner.is-select, .c-modal-video .c-modal__inner.is-select {
    filter: drop-shadow(0 0 10px #EB3323);
  }
}
.c-modal .c-modal__inner.is-select .c-modal__content, .c-modal-video .c-modal__inner.is-select .c-modal__content {
  background: #050C1B;
  padding: 9.7222222222vw 4.4444444444vw;
  clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  -webkit-clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__inner.is-select .c-modal__content, .c-modal-video .c-modal__inner.is-select .c-modal__content {
    padding: 35px 16px;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    -webkit-clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__inner.is-select .c-modal__content, .c-modal-video .c-modal__inner.is-select .c-modal__content {
    width: 720px;
  }
}
.c-modal .c-modal__inner.is-select .c-modal__content-title, .c-modal-video .c-modal__inner.is-select .c-modal__content-title {
  color: #FFF;
  text-align: center;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__inner.is-select .c-modal__content-title, .c-modal-video .c-modal__inner.is-select .c-modal__content-title {
    font-size: 1.6rem;
  }
}
.c-modal .c-modal__close, .c-modal-video .c-modal__close {
  position: absolute;
  top: -11.1111111111vw;
  right: 0;
  width: 11.1111111111vw;
  height: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__close, .c-modal-video .c-modal__close {
    top: -40px;
    width: 40px;
    height: 40px;
  }
}
.c-modal .c-modal__content, .c-modal-video .c-modal__content {
  background: url("/11th-video-maker/assets/images/bg-modal.svg") no-repeat center center/cover;
  width: 100%;
  padding: 6.6666666667vw 4.1666666667vw 11.1111111111vw;
  max-height: 75vh;
  overflow-y: auto;
  display: none;
}
.c-modal .c-modal__content.is-open, .c-modal-video .c-modal__content.is-open {
  display: block;
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__content, .c-modal-video .c-modal__content {
    padding: 40px;
  }
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__content, .c-modal-video .c-modal__content {
    width: 960px;
  }
}
.c-modal .c-modal__content.is-step, .c-modal-video .c-modal__content.is-step {
  background: url(/video-generator/img/bg-white.png);
  padding: 8.8888888889vw 4.4444444444vw;
  width: calc(100% - 8.8888888889vw);
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__content.is-step, .c-modal-video .c-modal__content.is-step {
    width: calc(100% - 16px);
  }
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__content.is-step, .c-modal-video .c-modal__content.is-step {
    padding: 32px 16px;
  }
}
.c-modal .c-modal__head, .c-modal-video .c-modal__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5555555556vw;
  flex-direction: column;
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__head, .c-modal-video .c-modal__head {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 55px;
  }
}
.c-modal .c-modal__head-logo img, .c-modal-video .c-modal__head-logo img {
  width: 28.0555555556vw;
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__head-logo img, .c-modal-video .c-modal__head-logo img {
    width: 167px;
  }
}
.c-modal .c-text__gradient, .c-modal-video .c-text__gradient {
  display: flex;
  font-size: 19.4444444444vw;
  letter-spacing: 0.9722222222vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .c-modal .c-text__gradient, .c-modal-video .c-text__gradient {
    font-size: 7rem;
    letter-spacing: 3.5px;
    align-items: flex-end;
  }
}
.c-modal .c-text__gradient .is-date, .c-modal-video .c-text__gradient .is-date {
  font-size: 10vw;
}
@media screen and (min-width: 640px) {
  .c-modal .c-text__gradient .is-date, .c-modal-video .c-text__gradient .is-date {
    font-size: 3.6rem;
  }
}
.c-modal .c-text__gradient .c-text__gradient-container.is-small, .c-modal-video .c-text__gradient .c-text__gradient-container.is-small {
  font-size: 11.6666666667vw;
}
@media screen and (min-width: 640px) {
  .c-modal .c-text__gradient .c-text__gradient-container.is-small, .c-modal-video .c-text__gradient .c-text__gradient-container.is-small {
    font-size: 4.2rem;
  }
}
.c-modal .c-text__gradient .c-text__gradient-stroke .is-schedule, .c-modal-video .c-text__gradient .c-text__gradient-stroke .is-schedule {
  -webkit-text-stroke: 5px rgb(0, 0, 0);
}
.c-modal .c-text__gradient .is-schedule, .c-modal-video .c-text__gradient .is-schedule {
  font-size: 6.6666666667vw;
  margin-left: 2.7777777778vw;
}
@media screen and (min-width: 640px) {
  .c-modal .c-text__gradient .is-schedule, .c-modal-video .c-text__gradient .is-schedule {
    font-size: 2.4rem;
    margin-left: 10px;
  }
}
.c-modal .c-modal__movie__wrapper, .c-modal-video .c-modal__movie__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 0 0 5.0677777778vw 0 #FFF, 0 0 1.4480555556vw 0 #FFF, 0 0 0.7238888889vw 0 #FFF;
  margin: 6.6666666667vw auto 0;
}
@media screen and (min-width: 640px) {
  .c-modal .c-modal__movie__wrapper, .c-modal-video .c-modal__movie__wrapper {
    margin: 40px auto 0;
    box-shadow: 0 0 18.244px 0 #FFF, 0 0 5.213px 0 #FFF, 0 0 2.606px 0 #FFF;
  }
}
@media screen and (min-width: 1110px) {
  .c-modal .c-modal__movie__wrapper, .c-modal-video .c-modal__movie__wrapper {
    width: 800px;
  }
}
.c-modal .c-modal__movie, .c-modal-video .c-modal__movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal .c-modal__movie iframe, .c-modal-video .c-modal__movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1110px) {
  .c-modal__text {
    position: absolute;
    left: -45px;
    top: -10px;
  }
}
.c-modal__text img {
  width: 37.7777777778vw;
}
@media screen and (min-width: 1110px) {
  .c-modal__text img {
    width: 163px;
  }
}

.c-modal__head-title__text img {
  position: relative;
  width: 81.6666666667vw;
  height: auto;
  top: -4.1666666667vw;
}
@media screen and (min-width: 1110px) {
  .c-modal__head-title__text img {
    top: 25px;
    width: 585px;
  }
}

.c-modal__head-title {
  position: relative;
}

.c-modal__head-title__flex {
  display: flex;
  gap: 2.2222222222vw;
  font-style: italic;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1110px) {
  .c-modal__head-title__flex {
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
  }
}
.c-modal__head-title__flex .c-text__gradient.is-2line {
  font-size: 6.6666666667vw;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .c-modal__head-title__flex .c-text__gradient.is-2line {
    font-size: 2.6rem;
  }
}
.c-modal__head-title__flex .c-text__gradient.is-2line .c-text__gradient-container {
  justify-content: flex-start;
}
.c-modal__head-title__flex .c-text__gradient.is-2line .c-text__gradient-stroke {
  -webkit-text-stroke: 1.6666666667vw rgb(0, 0, 0);
}
@media screen and (min-width: 640px) {
  .c-modal__head-title__flex .c-text__gradient.is-2line .c-text__gradient-stroke {
    -webkit-text-stroke: 8px rgb(0, 0, 0);
  }
}
.c-modal__head-title__flex .c-text__gradient.is-2line .is-small {
  font-size: 3.8888888889vw;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 640px) {
  .c-modal__head-title__flex .c-text__gradient.is-2line .is-small {
    font-size: 1.6rem;
  }
}
.c-modal__head-title__flex .c-text__gradient.is-1line {
  font-size: 11.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .c-modal__head-title__flex .c-text__gradient.is-1line {
    font-size: 6rem;
    text-align: left;
  }
}

.p-common {
  position: relative;
  margin-top: -8.8888888889vw;
  padding-bottom: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-common {
    margin-top: -32px;
    padding-bottom: 40px;
  }
}
.p-common:before {
  content: "";
  width: 60.2777777778vw;
  height: 60.2777777778vw;
  position: absolute;
  background-color: #EB3323;
  opacity: 0.6;
  clip-path: polygon(8.8888888889vw 0, 100% 0, 0 100%, 0 8.8888888889vw);
  -webkit-clip-path: polygon(8.8888888889vw 0, 100% 0, 0 100%, 0 8.8888888889vw);
}
@media screen and (min-width: 640px) {
  .p-common:before {
    width: 217px;
    height: 217px;
    clip-path: polygon(32px 0, 100% 0, 0 100%, 0 32px);
    -webkit-clip-path: polygon(32px 0, 100% 0, 0 100%, 0 32px);
  }
}
.p-common .l-copyright {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-common .l-copyright {
    margin-top: 40px;
  }
}

.p-flow__title {
  padding-top: 6.9444444444vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-flow__title {
    padding-top: 25px;
  }
}
.p-flow__title img {
  width: calc(100vw - 2.7777777778vw);
}
@media screen and (min-width: 640px) {
  .p-flow__title img {
    width: 422px;
  }
}

.p-flow {
  margin-top: 9.4444444444vw;
  padding: 0 5.5555555556vw;
  background-image: url("/11th-video-maker/assets/images/flow_dot-daima.png");
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (min-width: 640px) {
  .p-flow {
    margin-top: 34px;
    padding: 0 20px;
  }
}
.p-flow .p-flow__item {
  filter: drop-shadow(0 0 10px #EB3323);
  margin: 0 auto;
  width: 100%;
}
.p-flow .p-flow__item:not(:last-of-type) {
  margin-bottom: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .p-flow .p-flow__item:not(:last-of-type) {
    margin-bottom: 16px;
    filter: drop-shadow(0 0 10px #EB3323);
  }
}
.p-flow .p-flow__item__inner {
  display: flex;
  align-items: center;
  clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  -webkit-clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  color: #fff;
  height: 16.6666666667vw;
  background: #050C1B;
  position: relative;
  border-bottom: 0.2777777778vw solid #EB3323;
  color: #FFFFFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  padding: 3.0555555556vw;
}
@media screen and (min-width: 640px) {
  .p-flow .p-flow__item__inner {
    padding: 11px;
    font-size: 1.4rem;
    border-bottom: 1px solid #EB3323;
    height: 60px;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    -webkit-clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }
}
.p-flow .p-flow__item__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background: #EB3323;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 640px) {
  .p-flow .p-flow__item__inner:before {
    width: 14px;
    height: 14px;
  }
}
.p-flow .p-flow__item__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.7777777778vw;
  height: 0.8333333333vw;
  background: #EB3323;
  clip-path: polygon(0 0, calc(100% - 1.1111111111vw) 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 1.1111111111vw) 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 640px) {
  .p-flow .p-flow__item__inner:after {
    width: 64px;
    height: 3px;
    clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 100%, 0 100%);
  }
}
.p-flow .p-flow__number {
  background: var(--text-grd_white, linear-gradient(180deg, #FFF 32.29%, #999 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.6666666667vw;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  padding: 0.8333333333vw;
}
@media screen and (min-width: 640px) {
  .p-flow .p-flow__number {
    font-size: 2.4rem;
    padding: 3px;
  }
}
.p-flow .p-flow__text {
  margin-left: 4.4444444444vw;
  font-size: 3.8888888889vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .p-flow .p-flow__text {
    margin-left: 16px;
    font-size: 14px;
  }
}

.c-button__wrapper {
  margin: 11.1111111111vw auto 0;
}
@media screen and (min-width: 640px) {
  .c-button__wrapper {
    margin: 40px auto 0;
  }
}

.c-button-next {
  margin: 0 auto;
  background: #fff;
  display: block;
  height: 15.2777777778vw;
  width: 77.7777777778vw;
  padding: 0.2777777778vw;
  border-radius: 27.7777777778vw;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .c-button-next {
    padding: 1px;
    height: 55px;
    width: 280px;
    border-radius: 100px;
  }
}
.c-button-next span {
  background: url("/11th-video-maker/assets/images/bg_button-next.svg") no-repeat center right 2.7777777778vw, linear-gradient(92deg, #F80000 2.38%, #FB9520 97.62%);
  display: flex;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 4.4444444444vw;
  border-radius: 27.7777777778vw;
  text-shadow: 0 0.5555555556vw 0.5555555556vw rgba(0, 0, 0, 0.8);
  gap: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-button-next span {
    gap: 4px;
    font-size: 1.6rem;
    border-radius: 100px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    background: url("/11th-video-maker/assets/images/bg_button-next.svg") no-repeat center right 10px, linear-gradient(92deg, #F80000 2.38%, #FB9520 97.62%);
  }
}
.c-button-next.is-disabled, .c-button-next.is-disabled span, .c-button-next:disabled, .c-button-next:disabled span {
  background: #393F4C;
  color: #7A7E8A;
  pointer-events: none;
  text-shadow: none;
}
.c-button-next + .c-button-prev {
  margin-top: 3.8888888889vw;
}
@media screen and (min-width: 640px) {
  .c-button-next + .c-button-prev {
    margin-top: 14px;
  }
}
.c-button-next.is-download span {
  background: url("/11th-video-maker/assets/images/icon/download-bg.png") no-repeat center right 4.1666666667vw, linear-gradient(92deg, #F80000 2.38%, #FB9520 97.62%);
}
@media screen and (min-width: 640px) {
  .c-button-next.is-download span {
    background: url("/11th-video-maker/assets/images/icon/download-bg.png") no-repeat center right 15px, linear-gradient(92deg, #F80000 2.38%, #FB9520 97.62%);
  }
}
.c-button-next:hover {
  opacity: 0.7;
}

.c-button-prev {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 15.2777777778vw;
  width: 77.7777777778vw;
  padding: 0.2777777778vw;
  border-radius: 27.7777777778vw;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .c-button-prev {
    padding: 1px;
    height: 55px;
    width: 280px;
    border-radius: 100px;
  }
}
.c-button-prev span {
  background: url("/11th-video-maker/assets/images/bg_button-prev.svg") no-repeat center left 2.7777777778vw, #050C1B;
  display: flex;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 4.4444444444vw;
  border-radius: 27.7777777778vw;
  text-shadow: 0 0.5555555556vw 0.5555555556vw rgba(0, 0, 0, 0.8);
  gap: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-button-prev span {
    font-size: 1.6rem;
    border-radius: 100px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    background: url("/11th-video-maker/assets/images/bg_button-prev.svg") no-repeat center left 10px, #050C1B;
    gap: 4px;
  }
}
.c-button-prev:hover {
  opacity: 0.7;
}
.c-button-prev.is-reload span {
  background-image: none;
}

.p-page {
  position: relative;
  z-index: 2;
}
.p-page.is-error .p-page__inner {
  padding-top: 36.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-page.is-error .p-page__inner {
    padding-top: 130px;
  }
}
.p-page.is-error .p-loading {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .p-page.is-error .p-loading {
    margin-top: 40px;
  }
}

.p-page__inner {
  padding-top: 9.7222222222vw;
}
@media screen and (min-width: 640px) {
  .p-page__inner {
    padding-top: 35px;
  }
}

.p-page__title {
  text-align: center;
}
.p-page__title span {
  color: #FFF;
  text-align: center;
  font-size: 5.5555555556vw;
  font-weight: 700;
  position: relative;
  filter: drop-shadow(0px 0.5555555556vw 0.5555555556vw #050C1B);
}
@media screen and (min-width: 640px) {
  .p-page__title span {
    font-size: 20px;
    filter: drop-shadow(0px 2px 2px #050C1B);
  }
}
.p-page__title span:first-of-type:before {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-left: 0.5555555556vw solid #fff;
  border-bottom: 0.5555555556vw solid #fff;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  left: -2.7777777778vw;
  top: 0;
  filter: drop-shadow(0px 0.5555555556vw 0.5555555556vw #050C1B);
}
@media screen and (min-width: 640px) {
  .p-page__title span:first-of-type:before {
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: -10px;
    filter: drop-shadow(0px 2px 2px #050C1B);
  }
}
.p-page__title span:first-of-type:after {
  filter: drop-shadow(0px 0.5555555556vw 0.5555555556vw #050C1B);
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-left: 0.5555555556vw solid #fff;
  border-bottom: 0.5555555556vw solid #fff;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  right: -2.7777777778vw;
  top: 0;
}
@media screen and (min-width: 640px) {
  .p-page__title span:first-of-type:after {
    filter: drop-shadow(0px 2px 2px #050C1B);
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: -10px;
  }
}

.p-page__content {
  padding: 11.1111111111vw 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .p-page__content {
    padding: 40px 20px 0;
  }
}

.p-page__text {
  color: #FFF;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 640px) {
  .p-page__text {
    font-size: 14px;
  }
}
.p-page__text + .p-page__text {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .p-page__text + .p-page__text {
    margin-top: 12px;
  }
}

.p-bnid {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .p-bnid {
    margin-top: 20px;
  }
}

.p-bnid__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-bnid__error {
  position: relative;
  z-index: 0;
  padding: 8.3333333333vw 5.5555555556vw;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 0 2.7777777778vw rgba(251, 251, 0, 0.5));
}
@media screen and (min-width: 640px) {
  .p-bnid__error {
    padding: 30px 20px;
    filter: drop-shadow(0 0 10px rgba(251, 251, 0, 0.5));
  }
}
.p-bnid__error::before, .p-bnid__error::after {
  content: "";
  position: absolute;
  clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  -webkit-clip-path: polygon(3.8888888889vw 0, 100% 0, 100% calc(100% - 3.8888888889vw), calc(100% - 3.8888888889vw) 100%, 0 100%, 0 3.8888888889vw);
  pointer-events: none;
}
@media screen and (min-width: 640px) {
  .p-bnid__error::before, .p-bnid__error::after {
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    -webkit-clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }
}
.p-bnid__error::before {
  inset: 0;
  background: #FBFB00;
  filter: drop-shadow(0 0 2.7777777778vw rgba(251, 251, 0, 0.5));
  z-index: -2;
}
@media screen and (min-width: 640px) {
  .p-bnid__error::before {
    filter: drop-shadow(0 0 10px rgba(251, 251, 0, 0.5));
  }
}
.p-bnid__error::after {
  inset: 0.2777777778vw;
  background: #050C1B;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .p-bnid__error::after {
    inset: 1px;
  }
}
.p-bnid__error .p-bnid__error__icon {
  text-align: center;
}
.p-bnid__error .p-bnid__error__icon img {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
}
@media screen and (min-width: 640px) {
  .p-bnid__error .p-bnid__error__icon img {
    width: 32px;
    height: 32px;
  }
}
.p-bnid__error .p-bnid__error__content {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .p-bnid__error .p-bnid__error__content {
    margin-top: 20px;
  }
}
.p-bnid__error .p-bnid__error__text {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  letter-spacing: 0.1944444444vw;
}
@media screen and (min-width: 640px) {
  .p-bnid__error .p-bnid__error__text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.p-bnid__error .p-bnid__error__text a {
  color: #FBFB00;
  text-decoration: underline;
}
.p-bnid__error .p-bnid__error__text + .p-bnid__error__text {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .p-bnid__error .p-bnid__error__text + .p-bnid__error__text {
    margin-top: 12px;
  }
}

.p-step {
  position: relative;
}
.p-step:before {
  filter: drop-shadow(0 1.1111111111vw 4.1666666667vw #050C1B);
  content: attr(data-step);
  position: absolute;
  top: 19.4444444444vw;
  left: 1.3888888889vw;
  display: block;
  font-size: 13.8888888889vw;
  font-weight: 700;
  background: linear-gradient(180deg, #FFF 32.29%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  padding: 0 1.9444444444vw;
  z-index: 4;
}
@media screen and (min-width: 640px) {
  .p-step:before {
    filter: drop-shadow(0 4px 15px #050C1B);
    font-size: 50px;
    padding: 0 7px;
    top: 70px;
    left: 5px;
  }
}

.l-select {
  margin-top: 12.2222222222vw;
  padding: 0 11.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-select {
    margin-top: 44px;
    padding: 0 40px;
  }
}

.l-select__item {
  background: #D1D7DF;
  border-radius: 1.1111111111vw;
  padding: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-select__item {
    padding: 12px;
    border-radius: 4px;
  }
}
.l-select__item.is-selected {
  background: transparent;
  padding: 0;
}
.l-select__item.is-selected:nth-of-type(n+2) {
  border-top: 1px solid #585E69;
  padding-top: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .l-select__item.is-selected:nth-of-type(n+2) {
    padding-top: 16px;
  }
}
.l-select__item + .l-select__item {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .l-select__item + .l-select__item {
    margin-top: 16px;
  }
}

.c-select__button {
  background: #585E69;
  display: flex;
  width: 100%;
  color: #FFF;
  font-size: 4.4444444444vw;
  font-weight: 700;
  padding: 13.3333333333vw 8.3333333333vw;
  gap: 2.2222222222vw;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1.1111111111vw;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .c-select__button {
    font-size: 16px;
    padding: 48px 30px;
    gap: 8px;
    border-radius: 4px;
  }
}
.c-select__button:hover {
  opacity: 0.7;
}
.c-select__button::before {
  content: "";
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url("/11th-video-maker/assets/images/icon/plus.svg") no-repeat center center;
  display: block;
}
@media screen and (min-width: 640px) {
  .c-select__button::before {
    width: 24px;
    height: 24px;
  }
}

.l-material .l-material__item {
  display: flex;
  gap: 3.8888888889vw;
  align-items: center;
  padding: 4.4444444444vw 0;
  border-top: 1px solid #585E69;
}
@media screen and (min-width: 640px) {
  .l-material .l-material__item {
    gap: 14px;
    padding: 16px 0;
  }
}
.l-material .l-material__item:first-child {
  padding-top: 0;
  border-top: none;
}
.l-material .l-material__item .l-material__thumneil {
  width: 33.3333333333vw;
  height: 44.4444444444vw;
  border-radius: 1.1111111111vw;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .l-material .l-material__item .l-material__thumneil {
    width: 120px;
    height: 160px;
    border-radius: 4px;
  }
}
.l-material .l-material__item.is-hide {
  display: none;
}

.l-material__content {
  width: calc(100% - 33.3333333333vw);
}
@media screen and (min-width: 640px) {
  .l-material__content {
    width: calc(100% - 120px);
  }
}

.c-button--modal {
  background: #EB3323;
  display: flex;
  width: 100%;
  color: #FFF;
  font-size: 4.4444444444vw;
  font-weight: 700;
  width: 40.5555555556vw;
  height: 13.3333333333vw;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 1.1111111111vw 0 0 #AD1508;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-button--modal {
    font-size: 16px;
    width: 146px;
    height: 48px;
    box-shadow: 0 4px 0 0 #AD1508;
    border-radius: 4px;
  }
}
.c-button--modal:hover {
  background: #AD1508;
  box-shadow: 0 0 0 0 #AD1508;
  transform: translateY(1.1111111111vw);
}
@media screen and (min-width: 640px) {
  .c-button--modal:hover {
    transform: translateY(4px);
  }
}

.c-button--play {
  background: #585E69;
  display: flex;
  width: 100%;
  color: #FFF;
  font-size: 4.4444444444vw;
  font-weight: 700;
  width: 40.5555555556vw;
  height: 13.3333333333vw;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 1.1111111111vw 0 0 #393F4C;
  border-radius: 1.1111111111vw;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 640px) {
  .c-button--play {
    margin-bottom: 8px;
    font-size: 16px;
    width: 146px;
    height: 48px;
    box-shadow: 0 4px 0 0 #393F4C;
    border-radius: 4px;
  }
}
.c-button--play:hover {
  background: #393F4C;
  box-shadow: 0 0 0 0 #393F4C;
  transform: translateY(1.1111111111vw);
}
@media screen and (min-width: 640px) {
  .c-button--play:hover {
    transform: translateY(4px);
  }
}
.c-button--play .c-button--play__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556vw;
}
@media screen and (min-width: 640px) {
  .c-button--play .c-button--play__inner {
    gap: 2px;
  }
}

.c-button--reselect {
  border: 1px solid #7A7E8A;
  background: #fff;
  display: flex;
  width: 100%;
  color: #7A7E8A;
  font-size: 4.4444444444vw;
  font-weight: 700;
  width: 40.5555555556vw;
  height: 13.3333333333vw;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1.1111111111vw;
  transform: translateZ(0);
}
@media screen and (min-width: 640px) {
  .c-button--reselect {
    font-size: 16px;
    width: 146px;
    height: 48px;
    border-radius: 4px;
  }
}
.c-button--reselect:hover {
  opacity: 0.7;
}

.l-material__title {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1944444444vw;
}
@media screen and (min-width: 640px) {
  .l-material__title {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.select-character.is-selected .l-material-image__item {
  display: block;
}

.l-material-image .l-material-image__wrapper {
  display: flex;
  gap: 3.8888888889vw;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image__wrapper {
    gap: 14px;
  }
}
.l-material-image .l-material-image__character {
  color: #D1D7DF;
  font-size: 3.8888888889vw;
  margin-top: 2.7777777778vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image__character {
    font-size: 14px;
    margin-top: 10px;
  }
}
.l-material-image .l-material-image__item {
  display: flex;
  gap: 3.8888888889vw;
  align-items: center;
  border-bottom: 1px solid #585E69;
  padding-bottom: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image__item {
    gap: 14px;
    padding-bottom: 16px;
  }
}
.l-material-image .l-material-image-img {
  width: 33.3333333333vw;
  height: 44.4444444444vw;
  object-fit: cover;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image-img {
    width: 120px;
    height: 160px;
    border-radius: 4px;
  }
}
.l-material-image .l-material-image__info {
  width: calc(100% - 33.3333333333vw);
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image__info {
    width: calc(100% - 120px);
  }
}
.l-material-image .l-material-image__title {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1944444444vw;
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image__title {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.l-material-image .l-material-image__button {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .l-material-image .l-material-image__button {
    margin-top: 16px;
  }
}

.c-material__caution {
  margin: 8.3333333333vw 5.5555555556vw 0;
}
@media screen and (min-width: 640px) {
  .c-material__caution {
    margin: 30px 20px 0;
  }
}
.c-material__caution .c-material__caution-text {
  font-size: 3.8888888889vw;
  color: #fff;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media screen and (min-width: 640px) {
  .c-material__caution .c-material__caution-text {
    font-size: 14px;
  }
}
.c-material__caution .c-material__caution-text:before {
  content: "※";
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .c-material__caution .c-material__caution-text:before {
    margin-right: 4px;
  }
}
.c-material__caution .has-margin {
  margin-top: 2.2222222222vw;
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  .c-material__caution .has-margin {
    margin-top: 8px;
  }
}

.l-material__button {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 640px) {
  .l-material__button {
    margin-top: 16px;
    display: flex;
    gap: 14px;
  }
  .l-material__button button {
    margin-bottom: 0;
  }
}

#js-videoPlayer {
  margin: 0 auto;
  display: block;
  max-width: calc(100% - 8.8888888889vw);
  max-height: 75vh;
}
@media screen and (min-width: 1110px) {
  #js-videoPlayer {
    max-width: 960px;
  }
}

.c-select__wrapper {
  position: relative;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 640px) {
  .c-select__wrapper {
    margin-bottom: 30px;
  }
}
.c-select__wrapper::after {
  content: "";
  display: block;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  mask-image: url("/11th-video-maker/assets/images/icon/down.svg");
  mask-size: contain;
  -webkit-mask-image: url("/11th-video-maker/assets/images/icon/down.svg");
  -webkit-mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.6666666667vw;
  pointer-events: none;
}
@media screen and (min-width: 640px) {
  .c-select__wrapper::after {
    width: 16px;
    height: 16px;
    right: 24px;
  }
}

.c-select {
  color: #fff;
  font-size: 3.8888888889vw;
  font-weight: 700;
  padding: 4.4444444444vw 6.6666666667vw;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #393F4C;
  position: relative;
}
@media screen and (min-width: 640px) {
  .c-select {
    font-size: 1.4rem;
    padding: 16px 24px;
  }
}

.l-action .l-action__item {
  border-bottom: 1px solid #585E69;
  display: flex;
  gap: 4.7222222222vw;
  padding: 4.4444444444vw 0 6.6666666667vw;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item {
    gap: 17px;
    padding: 16px 0 24px;
  }
}
.l-action .l-action__item:first-of-type {
  padding-top: 0;
}
.l-action .l-action__item:nth-of-type(2) .l-action__sort.is-up {
  display: none;
}
.l-action .l-action__item:nth-of-type(4) .l-action__sort.is-down {
  display: none;
}
.l-action .l-action__item .l-select__item.is-selected {
  border: none;
}
.l-action .l-action__item .l-action__material {
  display: flex;
  gap: 3.8888888889vw;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item .l-action__material {
    gap: 14px;
  }
}
.l-action .l-action__item .l-action__material-img {
  width: 33.3333333333vw;
  height: 44.4444444444vw;
  object-fit: cover;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item .l-action__material-img {
    width: 120px;
    height: 160px;
    border-radius: 4px;
  }
}
.l-action .l-action__item .l-action__material__info {
  width: calc(100% - 33.3333333333vw);
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item .l-action__material__info {
    width: calc(100% - 120px);
  }
}
.l-action .l-action__item .l-action__material__title {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1944444444vw;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item .l-action__material__title {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.l-action .l-action__item .l-action__material__button .c-button--reselect {
  width: 33.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item .l-action__material__button .c-button--reselect {
    width: 100%;
  }
}
.l-action .l-action__item .l-action__material__text {
  color: #D1D7DF;
  font-size: 3.8888888889vw;
  margin-top: 2.7777777778vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__item .l-action__material__text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.l-action .l-action__type {
  color: #FFF;
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__type {
    font-size: 20px;
  }
}
.l-action .l-select__item {
  width: calc(100% - (1em + 4.7222222222vw));
}
@media screen and (min-width: 640px) {
  .l-action .l-select__item {
    width: calc(100% - (1em + 17px));
  }
}
.l-action .l-action__type_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.l-action .l-action__type_wrapper .l-action__sort {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.l-action .l-action__type_wrapper .l-action__sort.is-up {
  top: 0;
}
.l-action .l-action__type_wrapper .l-action__sort.is-down {
  bottom: 0;
}
.l-action .l-action__type_wrapper .l-action__sort:hover {
  opacity: 0.7;
}
.l-action .l-action__type_wrapper .l-action__sort img {
  width: 6.1111111111vw;
  height: 6.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-action .l-action__type_wrapper .l-action__sort img {
    width: 22px;
    height: 22px;
  }
}

.l-material__text {
  color: #D1D7DF;
  font-size: 3.8888888889vw;
  margin-top: 2.2222222222vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .l-material__text {
    font-size: 14px;
    margin-top: 8px;
  }
}

.l-material__action {
  padding: 4.4444444444vw 0;
  border-top: 1px solid #585E69;
}
@media screen and (min-width: 640px) {
  .l-material__action {
    padding: 16px 0;
  }
}
.l-material__action.is-hide {
  display: none;
}
.l-material__action:first-of-type {
  border-top: none;
  padding-top: 0;
}
.l-material__action .l-material__item {
  padding: 0;
}

.l-material-text__item .c-button--reselect {
  width: 33.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-material-text__item .c-button--reselect {
    width: 120px;
  }
}

.l-material-text {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-material-text {
    margin-top: 30px;
  }
}
.l-material-text .l-material-text__item {
  display: flex;
  gap: 3.8888888889vw;
  align-items: center;
  padding: 4.4444444444vw 0;
  border-top: 1px solid #585E69;
}
@media screen and (min-width: 640px) {
  .l-material-text .l-material-text__item {
    gap: 14px;
    padding: 16px 0;
  }
}
.l-material-text .l-material-text__item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.l-material-text .l-material-text__title {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1944444444vw;
  width: calc(100% - 33.3333333333vw);
}
@media screen and (min-width: 640px) {
  .l-material-text .l-material-text__title {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: calc(100% - 120px);
  }
}
.l-material-text .c-button--modal {
  width: 33.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-material-text .c-button--modal {
    width: 120px;
  }
}

.l-material-text__item {
  display: flex;
  gap: 3.8888888889vw;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .l-material-text__item {
    gap: 14px;
  }
}
.l-material-text__item .l-material-text__title {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1944444444vw;
  width: calc(100% - 37.5vw);
}
@media screen and (min-width: 640px) {
  .l-material-text__item .l-material-text__title {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: calc(100% - 135px);
  }
}

.l-confirm {
  margin: 12.2222222222vw 5.5555555556vw 0;
}
@media screen and (min-width: 640px) {
  .l-confirm {
    margin: 44px 20px 0;
  }
}
.l-confirm .l-confirm__item {
  filter: drop-shadow(0 0 1.9444444444vw #EB3323);
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__item {
    filter: drop-shadow(0 0 7px #EB3323);
  }
}
.l-confirm .l-confirm__item + .l-confirm__item {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__item + .l-confirm__item {
    margin-top: 20px;
  }
}
.l-confirm .l-confirm__item__inner {
  clip-path: polygon(0 0, calc(100% - 3.8888888889vw) 0, 100% 3.8888888889vw, 100% 100%, 3.8888888889vw 100%, 0 calc(100% - 3.8888888889vw));
  -webkit-clip-path: polygon(0 0, calc(100% - 3.8888888889vw) 0, 100% 3.8888888889vw, 100% 100%, 3.8888888889vw 100%, 0 calc(100% - 3.8888888889vw));
  color: #fff;
  background: #050C1B;
  position: relative;
  padding: 6.6666666667vw 5.5555555556vw 8.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__item__inner {
    padding: 24px 20px 30px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }
}
.l-confirm .l-confirm__item__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16.1111111111vw;
  height: 16.1111111111vw;
  background: #EB3323;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__item__inner:before {
    width: 58px;
    height: 58px;
  }
}
.l-confirm .l-confirm__number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  font-size: 10vw;
  font-weight: 700;
  background: linear-gradient(180deg, #FFF 32.29%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  z-index: 4;
  width: 16.1111111111vw;
  height: 16.1111111111vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__number {
    width: 58px;
    height: 58px;
    font-size: 36px;
  }
}
.l-confirm .l-confirm__title {
  color: #FFF;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2222222222vw;
  margin-left: 12.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__title {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-left: 44px;
  }
}
.l-confirm .l-confirm__content {
  margin-top: 6.3888888889vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content {
    margin-top: 23px;
  }
}
.l-confirm .l-confirm__content__item {
  border-radius: 1.1111111111vw;
  background: #272D39;
  min-height: 18.3333333333vw;
  display: flex;
  align-items: center;
  padding: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content__item {
    border-radius: 4px;
    min-height: 66px;
    padding: 12px;
  }
}
.l-confirm .l-confirm__content__item + .l-confirm__content__item {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content__item + .l-confirm__content__item {
    margin-top: 8px;
  }
}
.l-confirm .l-confirm__content__title {
  color: rgba(255, 255, 255, 0.75);
  font-size: 3.8888888889vw;
  font-weight: 700;
  word-break: break-all;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content__title {
    font-size: 14px;
  }
}
.l-confirm .l-confirm__content__button {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content__button {
    margin-top: 20px;
  }
}
.l-confirm .l-confirm__content--video {
  padding: 0;
  align-items: stretch;
  flex: 1 1fr;
}
.l-confirm .l-confirm__content--video .l-confirm__content__title {
  display: flex;
  align-items: center;
  padding: 3.3333333333vw;
  width: calc(100% - 14.4444444444vw);
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content--video .l-confirm__content__title {
    padding: 12px;
    width: calc(100% - 52px);
  }
}
.l-confirm .l-confirm__content__number {
  border-radius: 1.1111111111vw 0 0 1.1111111111vw;
  color: #FFF;
  text-align: center;
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 1;
  background-color: #393F4C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.4444444444vw;
}
@media screen and (min-width: 640px) {
  .l-confirm .l-confirm__content__number {
    font-size: 20px;
    border-radius: 4px 0 0 4px;
    width: 52px;
  }
}

.p-loading {
  margin: 5.5555555556vw 5.5555555556vw 0;
}
@media screen and (min-width: 640px) {
  .p-loading {
    margin: 20px 20px 0;
  }
}
.p-loading .p-loading__note {
  color: #FFF;
  text-align: center;
  font-size: 3.8888888889vw;
  font-weight: 700;
  letter-spacing: 0.1944444444vw;
}
@media screen and (min-width: 640px) {
  .p-loading .p-loading__note {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.p-loading .p-loading__content {
  padding: 16.6666666667vw 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .p-loading .p-loading__content {
    padding: 60px 0;
  }
}
.p-loading .p-loading__content .p-loading__image {
  width: 22.2222222222vw;
  height: 22.2222222222vw;
}
@media screen and (min-width: 640px) {
  .p-loading .p-loading__content .p-loading__image {
    width: 80px;
    height: 80px;
  }
}
.p-loading .p-loading__content .p-loading__text {
  color: #FFF;
  text-align: center;
  font-size: 4.4444444444vw;
  font-weight: 700;
  letter-spacing: 0.2222222222vw;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .p-loading .p-loading__content .p-loading__text {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 20px;
  }
}

.l-completed {
  margin-top: 12.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-completed {
    margin-top: 44px;
  }
}
.l-completed .l-completed__thumbnail__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.6666666667vw;
  height: 16.6666666667vw;
}
@media screen and (min-width: 640px) {
  .l-completed .l-completed__thumbnail__play {
    width: 60px;
    height: 60px;
  }
}
.l-completed .l-completed__thumbnail {
  position: relative;
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 640px) {
  .l-completed .l-completed__thumbnail {
    margin: 0 20px;
  }
}
.l-completed .l-completed__thumbnail button {
  display: block;
  width: 100%;
}
.l-completed .l-completed__thumbnail .l-completed__image {
  width: 100%;
  height: auto;
}
.l-completed .l-completed__text {
  color: #CBD2E0;
  text-align: center;
  font-size: 3.8888888889vw;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-completed .l-completed__text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}

.l-share {
  margin: 11.1111111111vw 0 0;
  padding-top: 11.1111111111vw;
  position: relative;
}
@media screen and (min-width: 640px) {
  .l-share {
    margin: 40px 0 0;
    padding-top: 40px;
  }
}
.l-share:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 11.1111111111vw);
  height: 1px;
  background-color: #585E69;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .l-share:before {
    width: calc(100% - 40px);
  }
}
.l-share .l-share__title {
  text-align: center;
}
.l-share .l-share__title img {
  width: calc(100% - 7.7777777778vw);
}
@media screen and (min-width: 640px) {
  .l-share .l-share__title img {
    width: calc(100% - 28px);
  }
}
.l-share .l-share__content {
  margin: 8.8888888889vw 11.1111111111vw 0;
}
@media screen and (min-width: 640px) {
  .l-share .l-share__content {
    margin: 32px 40px 0;
  }
}
.l-share .l-share__content .l-share__x {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.2222222222vw;
  gap: 6.6666666667vw;
  border: 2px solid #fff;
  font-size: 5.5555555556vw;
  font-weight: 700;
  background-color: #050C1B;
  transition: all 0.3s;
  color: #fff;
  width: 77.7777777778vw;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .l-share .l-share__content .l-share__x {
    height: 80px;
    gap: 24px;
    font-size: 20px;
    width: 280px;
  }
}
.l-share .l-share__content .l-share__x:hover {
  opacity: 0.7;
}
.l-share .l-share__other {
  margin-top: 12.2222222222vw;
}
@media screen and (min-width: 640px) {
  .l-share .l-share__other {
    margin-top: 44px;
  }
}
.l-share .l-share__other__item {
  transition: all 0.3s;
}
.l-share .l-share__other__item:hover {
  opacity: 0.7;
}
.l-share .l-share__other__title {
  color: #FFF;
  font-size: 4.4444444444vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .l-share .l-share__other__title {
    font-size: 16px;
  }
}
.l-share .l-share__other__list {
  margin-top: 4.4444444444vw;
  display: flex;
  justify-content: center;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 640px) {
  .l-share .l-share__other__list {
    margin-top: 16px;
    gap: 24px;
  }
}
.l-share .l-share__other__list img {
  width: 18.8888888889vw;
  height: 18.8888888889vw;
}
@media screen and (min-width: 640px) {
  .l-share .l-share__other__list img {
    width: 68px;
    height: 68px;
  }
}
.l-share .l-copy {
  display: flex;
  align-items: center;
  gap: 2.2222222222vw;
  margin: 4.4444444444vw auto 0;
  background: #272D39;
  padding: 2.2222222222vw 4.4444444444vw;
  border-radius: 100px;
  width: 77.7777777778vw;
}
@media screen and (min-width: 640px) {
  .l-share .l-copy {
    margin: 16px auto 0;
    padding: 8px 16px;
    width: 280px;
    gap: 8px;
  }
}
.l-share .l-copy__link {
  text-overflow: ellipsis;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  flex: 1;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .l-share .l-copy__link {
    font-size: 12px;
  }
}
.l-share .l-copy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1111111111vw;
  border-radius: 100px;
  background: #585E69;
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: 700;
  padding: 1.1111111111vw 3.3333333333vw;
  flex: 0 0 auto;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .l-share .l-copy__button {
    font-size: 12px;
    padding: 4px 12px;
    gap: 4px;
  }
}
.l-share .l-copy__button:hover {
  opacity: 0.7;
}
.l-share .l-copy__button img {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media screen and (min-width: 640px) {
  .l-share .l-copy__button img {
    width: 12px;
    height: 12px;
  }
}

.p-present__end {
  position: relative;
}
.p-present__end .p-present__box {
  opacity: 0.3;
}
.p-present__end .p-present__end-title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0.5555555556vw 0.5555555556vw rgba(0, 0, 0, 0.5);
  font-size: 4.4444444444vw;
  font-weight: 800;
  line-height: 1.5;
  background: linear-gradient(90deg, #133B93 0%, #007FFD 100%);
  padding: 2.2222222222vw 11.1111111111vw;
  clip-path: polygon(5.5555555556vw 0, 100% 0, calc(100% - 5.5555555556vw) 100%, 0 100%);
}
@media screen and (min-width: 640px) {
  .p-present__end .p-present__end-title {
    font-size: 16px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    padding: 8px 40px;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
}

.p-error__title {
  color: #FFF;
  text-align: center;
  font-size: 27.7777777778vw;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .p-error__title {
    font-size: 100px;
  }
}
.p-error__title .p-error__title__sub {
  display: block;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3333333333vw;
}
@media screen and (min-width: 640px) {
  .p-error__title .p-error__title__sub {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

/*# sourceMappingURL=style.css.map */
