@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow: auto;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.75;
  font-weight: 400;
  color: #19241e;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

img {
  width: 100%;
  object-fit: cover;
}

.sp {
  display: none;
}

@media screen and (max-width: 499px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@font-face {
  font-family: "Shorai Sans StdN";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ShoraiSansStdN-Demi.ttf") format("truetype");
}
@font-face {
  font-family: "Shorai Sans StdN";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ShoraiSansStdN-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Shorai Sans StdN";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ShoraiSansStdN-Heavy.ttf") format("truetype");
}
@media (min-width: 500px) {
  body {
    overflow: visible;
  }
}
.c-intro {
  padding: 4px 16px 0;
  text-align: center;
}
.c-intro__catch {
  margin: 0 auto;
  width: 100%;
  max-width: 339px;
}
.c-intro__catch img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-intro__desc {
  margin: 8px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 500px) {
  .c-intro__desc {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}
.c-intro__hashtag {
  margin: 8px auto 0;
  width: 100%;
  max-width: 294px;
  padding: 0 2px;
  background: #00a6ff;
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.c-info {
  position: relative;
}
.c-info__label {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: 0 auto -12px;
  padding: 2px 8px;
  background: #00a6ff;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.c-info__card {
  padding: 20px 20px 16px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.c-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.c-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.c-steps__item + .c-steps__item {
  margin-top: 4px;
}
.c-steps__item p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.c-steps__item a {
  color: #00a6ff;
  font-weight: 700;
  text-decoration: underline;
}
.c-steps__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  padding-top: 2px;
  background: #00a6ff;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
}
.c-steps__em {
  color: #ff6b00;
  font-weight: 700;
}
.c-steps__pc {
  display: inline;
}
.c-steps__sp {
  display: none;
}
@media (max-width: 499px) {
  .c-steps__pc {
    display: none;
  }
  .c-steps__sp {
    display: inline;
  }
}

.c-notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
.c-notes li {
  position: relative;
  padding-left: 16px;
}
.c-notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-info__card.c-prize {
  padding: 20px 16px 16px;
}

.c-prize__lead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 0;
  color: #ff6b00;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
}
.c-prize__num {
  font-size: 40px;
  line-height: 1.5;
}
.c-prize__img {
  margin: 0 auto;
}
.c-prize__img img {
  display: block;
  width: 100%;
  height: auto;
}
.c-prize__list {
  margin: 16px auto 0;
  max-width: 294px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.c-prize__list p {
  margin: 0;
}
.c-prize__plus {
  margin: 4px 0 !important;
  line-height: 0;
}
.c-prize__plus img {
  display: block;
  width: 8px;
  height: 8px;
  margin-inline: auto;
}

.u-ls-tight {
  letter-spacing: -7px;
}

.u-ls-tight-s {
  letter-spacing: -4.2px;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-btn--red {
  flex: 1;
  background: #ea1c24;
}
.c-btn--black {
  flex: 1;
  background: #000;
}
.c-btn--blue {
  background: #00a6ff;
}
.c-btn--about {
  flex-direction: column;
  gap: 4px;
  width: 240px;
  max-width: 100%;
  height: 86px;
  padding: 0;
}
.c-btn__main {
  font-weight: 900;
  font-size: 16px;
}
.c-btn__sub {
  font-weight: 600;
  font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn:not(:disabled):hover {
    opacity: 0.7;
  }
  .c-steps a {
    transition: opacity 0.2s ease;
  }
  .c-steps a:hover {
    opacity: 0.7;
  }
}
.c-cardname {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  background: #404538;
  color: #fff;
  font-family: "Shorai Sans StdN", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  word-break: break-word;
}

.p-mt-index {
  position: relative;
  min-height: 100dvh;
  padding-bottom: 40px;
  font-family: "Shorai Sans StdN", "Noto Sans JP", sans-serif;
  color: #000;
  text-align: center;
}
.p-mt-index::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #fdf7f0 url(../images/common/bg-main-sp.webp) center/cover no-repeat;
  z-index: -2;
}
.p-mt-index::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(232, 222, 209, 0.6);
  z-index: -1;
}
.p-mt-index__inner {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}
.p-mt-index__logo {
  margin: 0;
  padding: 24px 36px 0;
}
.p-mt-index__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-mt-index__kv {
  width: 100%;
  height: auto;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}
.p-mt-index__block {
  padding: 0 24px;
}
.p-mt-index__block--how {
  margin-top: 24px;
}
.p-mt-index__block--prize {
  margin-top: 8px;
}
.p-mt-index__block--notes {
  margin-top: 24px;
}
.p-mt-index__banner {
  margin: 70px auto 0;
  width: calc(100% - 33px);
  max-width: 357px;
}
.p-mt-index__banner img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.p-mt-index__about {
  margin-top: 16px;
}
.p-mt-index__about a {
  margin-inline: auto;
}
.p-mt-index__notes-sp {
  margin: 24px 16px 0;
}
.p-mt-index__copy {
  margin: 24px 0 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.p-mt-index__period {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: #ea1c24;
  z-index: 1;
}
.p-mt-index__period p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.c-select {
  position: relative;
  margin-top: 42px;
  padding: 24px 16px 40px;
  background: #404538;
  color: #fff;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(16px, 50vw - 179px);
}
.c-select::before, .c-select::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max(437px, 112vw);
  max-width: 120vw;
  pointer-events: none;
  background: center/100% 100% no-repeat;
}
.c-select::before {
  bottom: calc(100% - 11px);
  height: 53px;
  background-image: url(../images/index/edge-dark-top.svg);
}
.c-select::after {
  top: calc(100% - 9px);
  height: 35px;
  background-image: url(../images/index/edge-dark-bottom.svg);
}
.c-select__head {
  text-align: center;
}
.c-select__title {
  margin: 0;
  color: #ea1c24;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
}
.c-select__note {
  margin: 8px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.c-select__slots {
  display: grid;
  grid-template-columns: repeat(2, 110px);
  justify-content: center;
  gap: 8px;
  position: relative;
  margin: 24px 0 0;
  margin-inline: min(-16px, 179px - 50vw);
  padding: 16px 0;
  background: #ea1c24;
  isolation: isolate;
}
.c-select__slots::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/common/texture-red.webp) center/cover no-repeat;
  mix-blend-mode: multiply;
}
.c-select__slots > * {
  position: relative;
  z-index: 1;
}
.c-select__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.c-select__submit {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.c-slot {
  position: relative;
  width: 110px;
  aspect-ratio: 110/156;
  border: 1px solid #404538;
  overflow: hidden;
}
.c-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slot--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5d1c9;
}
.c-slot--empty span {
  font-family: "Shorai Sans StdN", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
}

.c-char {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  line-break: strict;
  transition: opacity 0.2s ease;
}
.c-char:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.c-char__img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 65/92;
  border: 1px solid #404538;
  overflow: hidden;
}
.c-char__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-char.is-selected .c-char__img {
  outline: 3px solid #ea1c24;
  outline-offset: -3px;
}
.c-char.is-selected .c-char__img::after {
  content: attr(data-order);
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #ea1c24;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}
.c-char.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-char:hover {
    opacity: 0.8;
  }
}
.c-char__name {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
}
.c-char__epithet {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}

.c-btn--assemble {
  width: 240px;
  max-width: 100%;
  height: 40px;
  padding: 0;
  background: #ea1c24;
  border-color: #fff;
  font-size: 16px;
  opacity: 0.3;
  cursor: not-allowed;
}
.c-btn--assemble.is-active {
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 500px) {
  .p-mt-index {
    min-width: fit-content;
  }
  .p-mt-index::before, .p-mt-index::after {
    position: absolute;
  }
  .p-mt-index::before {
    background-image: url(../images/common/bg-main.webp);
  }
  .p-mt-index__inner {
    display: grid;
    grid-template-columns: 373px 640px 373px;
    justify-content: center;
    column-gap: clamp(9px, 9px + (100vw - 1437px) * 0.2283, 72px);
    padding: 0 clamp(8px, 8px + (100vw - 1437px) * 0.2717, 96px);
    min-width: 1420px;
    width: 100%;
    max-width: none;
    min-height: calc(100dvh - 40px);
  }
  .p-mt-index__col--kv {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 40px;
  }
  .p-mt-index__col--select {
    grid-column: 2;
    grid-row: 1;
  }
  .p-mt-index__col--info {
    grid-column: 3;
    grid-row: 1;
    padding-top: 28px;
  }
  .p-mt-index__kv {
    display: block;
  }
  .p-mt-index__about {
    margin-top: 0;
  }
  .p-mt-index__intro {
    padding: 0;
  }
  .p-mt-index__intro .c-intro__desc,
  .p-mt-index__intro .c-intro__hashtag {
    margin-top: 16px;
  }
  .p-mt-index__block {
    width: 342px;
    margin-inline: auto;
    padding: 0;
  }
  .p-mt-index__block--notes {
    margin-bottom: 48px;
  }
  .p-mt-index__copy {
    position: absolute;
    left: 16px;
    bottom: 48px;
    margin: 0;
  }
  .c-select {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    height: 100%;
    padding: 32px 0;
    width: auto;
    margin-inline: 0;
  }
  .c-select::before, .c-select::after {
    content: none;
  }
  .c-select__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: left;
  }
  .c-select__title {
    font-size: 21px;
  }
  .c-select__note {
    margin: 0;
    font-size: 14px;
  }
  .c-select__slots {
    grid-template-columns: repeat(4, 146px);
    margin: 16px 0 0;
    padding: 16px;
  }
  .c-select__grid {
    grid-template-columns: repeat(auto-fit, 70px);
    justify-content: center;
    gap: 8px 16px;
    width: calc(100% - 42px);
    max-width: 844px;
    margin: 16px auto 0;
  }
  .c-select__submit {
    margin-top: 16px;
  }
  .c-slot {
    width: 146px;
  }
  .c-char__epithet {
    font-size: 9px;
  }
}
@media (min-width: 1800px) {
  .p-mt-index__inner {
    grid-template-columns: 373px 714px 373px;
  }
}
@media (min-width: 1950px) {
  .p-mt-index__inner {
    grid-template-columns: 373px 800px 373px;
  }
}
@media (min-width: 2100px) {
  .p-mt-index__inner {
    grid-template-columns: 373px 886px 373px;
  }
}
.p-mt-result {
  position: relative;
  min-height: 100dvh;
  padding-bottom: 40px;
  font-family: "Shorai Sans StdN", "Noto Sans JP", sans-serif;
  color: #000;
  text-align: center;
}
.p-mt-result::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #fdf7f0 url(../images/common/bg-main-sp.webp) center/cover no-repeat;
  z-index: -2;
}
.p-mt-result::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(232, 222, 209, 0.6);
  z-index: -1;
}
.p-mt-result__inner {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}
.p-mt-result__logo {
  margin: 0;
  padding: 24px 36px 0;
}
.p-mt-result__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-mt-result__kv {
  width: 100%;
  height: auto;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}
.p-mt-result__lead {
  margin: 8px 0 0;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.p-mt-result__hashtag {
  margin: 8px auto 0;
  width: calc(100% - 32px);
  max-width: 294px;
  padding: 0 2px;
  background: #00a6ff;
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.p-mt-result__share-note {
  margin: 4px 0 0;
  color: #00a6ff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.p-mt-result__download {
  width: fit-content;
  margin: 16px auto 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-mt-result__download:hover {
    opacity: 0.7;
  }
}
.p-mt-result__note {
  width: fit-content;
  margin: 16px auto 0;
  color: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.p-mt-result__btn-row {
  display: flex;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0 24px;
}
.p-mt-result__about {
  margin-top: 24px;
}
.p-mt-result__about a {
  margin-inline: auto;
}
.p-mt-result__notes-sp {
  margin: 24px 16px 0;
}
.p-mt-result__copy {
  margin: 24px 0 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.p-mt-result__poster-img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 18px;
  -webkit-touch-callout: default;
}
.p-mt-result__period {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: #ea1c24;
  z-index: 1;
}
.p-mt-result__period p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.c-poster {
  position: relative;
  width: 100%;
  margin-top: 18px;
  aspect-ratio: 390/312;
  background-color: #ea1c24;
  overflow: hidden;
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.c-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/common/texture-red.webp) center/cover no-repeat;
  mix-blend-mode: multiply;
}
.c-poster > * {
  position: relative;
  z-index: 1;
}
.c-poster__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
}
.c-poster__logo {
  width: 118px;
  height: auto;
  object-fit: contain;
}
.c-poster__title {
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
  white-space: nowrap;
}
.c-poster__cards {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.c-poster__card {
  flex: none;
  width: 86px;
  aspect-ratio: 86/122;
  border: 1px solid #404538;
}
.c-poster__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-poster__assemble {
  display: block;
  position: relative;
  left: calc(50% + 48px);
  transform: translateX(-50%);
  width: 265px;
  height: auto;
  margin-top: 8px;
}
.c-poster__copy {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 9px;
  line-height: 1.5;
}

@media (min-width: 500px) {
  .p-mt-result {
    min-width: fit-content;
  }
  .p-mt-result::before, .p-mt-result::after {
    position: absolute;
  }
  .p-mt-result::before {
    background-image: url(../images/common/bg-main.webp);
  }
  .p-mt-result__inner {
    display: grid;
    grid-template-columns: 373px 640px 373px;
    justify-content: center;
    column-gap: clamp(9px, 9px + (100vw - 1437px) * 0.2283, 72px);
    padding: 0 clamp(8px, 8px + (100vw - 1437px) * 0.2717, 96px);
    min-width: 1420px;
    width: 100%;
    max-width: none;
    min-height: calc(100dvh - 40px);
  }
  .p-mt-result__col--kv {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 40px;
  }
  .p-mt-result__col--main {
    grid-column: 2;
    grid-row: 1;
  }
  .p-mt-result__col--info {
    grid-column: 3;
    grid-row: 1;
    padding-top: 28px;
  }
  .p-mt-result__kv {
    display: block;
  }
  .p-mt-result__about {
    margin-top: 0;
  }
  .p-mt-result__intro {
    padding: 0;
  }
  .p-mt-result__intro .c-intro__desc,
  .p-mt-result__intro .c-intro__hashtag {
    margin-top: 16px;
  }
  .p-mt-result__block {
    width: 342px;
    margin-inline: auto;
    padding: 0;
  }
  .p-mt-result__block--how {
    margin-top: 24px;
  }
  .p-mt-result__block--prize {
    margin-top: 8px;
  }
  .p-mt-result__block--notes {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  .p-mt-result__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 48px 0;
    background: #404538;
    color: #fff;
  }
  .p-mt-result__lead {
    margin: 0;
    font-size: 16px;
  }
  .p-mt-result__hashtag {
    margin-top: 16px;
    width: 100%;
    max-width: 401px;
    font-size: 28px;
  }
  .p-mt-result__share-note {
    margin-top: 5px;
    font-size: 24px;
  }
  .p-mt-result__poster-img {
    margin-top: 24px;
  }
  .p-mt-result__download, .p-mt-result__note {
    color: #fff;
  }
  .p-mt-result__download {
    font-size: 16px;
  }
  .p-mt-result__btn-row {
    justify-content: center;
    margin-top: 24px;
    padding: 0;
  }
  .p-mt-result__btn-row .c-btn {
    flex: none;
    width: 167px;
  }
  .p-mt-result__copy {
    position: absolute;
    left: 16px;
    bottom: 48px;
    margin: 0;
  }
  .c-poster {
    margin-top: 24px;
  }
  .c-poster__head {
    padding-top: 26px;
    gap: 13px;
  }
  .c-poster__logo {
    width: 194px;
  }
  .c-poster__title {
    font-size: 34px;
  }
  .c-poster__cards {
    gap: 6.5px;
    margin-top: 26px;
  }
  .c-poster__card {
    width: 141px;
    border-width: 1.6px;
  }
  .c-poster__assemble {
    left: calc(50% + 79px);
    width: 436px;
    margin-top: 14px;
  }
  .c-poster__copy {
    right: 13px;
    bottom: 14px;
    font-size: 15px;
  }
}
@media (min-width: 1800px) {
  .p-mt-result__inner {
    grid-template-columns: 373px 714px 373px;
  }
}
@media (min-width: 1950px) {
  .p-mt-result__inner {
    grid-template-columns: 373px 800px 373px;
  }
}
@media (min-width: 2100px) {
  .p-mt-result__inner {
    grid-template-columns: 373px 886px 373px;
  }
}

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