@font-face {
  font-family: "keifont";
  src: url("../fonts/keifont.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    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: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  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;
}

input::-moz-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 {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  background-image: linear-gradient(#a9c8e9 1px, transparent 1px), linear-gradient(90deg, #a9c8e9 1px, transparent 1px);
  background-size: 24px 24px;
  min-height: 100vh;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.main-visual {
  width: min(61.5079%, 100vw - clamp(390px, 37.833vw, 454px));
  flex-shrink: 0;
  padding: 40px;
  padding-bottom: calc(35.449vw + 40px);
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 17px;
}

.logo-toggle {
  width: clamp(0px, 10.317vw, 202.8px);
  height: auto;
}

.logo-collab {
  width: clamp(0px, 18.915vw, 371.8px);
  height: auto;
}

.campaign-title {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.campaign-title img {
  width: clamp(0px, 34.788vw, 683.8px);
  max-width: 100%;
  height: auto;
}

.characters {
  position: absolute;
  right: 40px;
  bottom: calc(16.534vw * -1);
  width: 87.1%;
  text-align: right;
  pointer-events: none;
}
.characters img {
  width: 100%;
  height: auto;
  max-height: 51.984vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.copyright {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 14px;
  line-height: 1.71;
  color: #000;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .main-visual {
    flex: 1;
    width: auto;
    min-height: 100vh;
    padding: 0;
  }
  .main-visual .header-logos,
  .main-visual .campaign-title,
  .main-visual .characters,
  .main-visual .copyright {
    display: none;
  }
}
@media screen and (max-width: 454px) {
  .main-visual {
    display: none;
  }
}
.quiz-area {
  width: clamp(390px, 37.833vw, 454px);
  max-width: 454px;
  min-width: 390px;
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: max(0px, min(61.5079%, 100vw - clamp(390px, 37.833vw, 454px)));
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  background-image: linear-gradient(#a9c8e9 1px, transparent 1px), linear-gradient(90deg, #a9c8e9 1px, transparent 1px);
  background-size: 24px 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.quiz-area::-webkit-scrollbar {
  width: 0;
  display: none;
}

.quiz-area__border {
  position: fixed;
  top: 0;
  left: inherit;
  width: inherit;
  max-width: inherit;
  min-width: inherit;
  height: 100vh;
  border-left: 37px solid #09338e;
  border-right: 37px solid #09338e;
  pointer-events: none;
  z-index: 10;
  box-sizing: border-box;
}

.quiz-area__content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 12;
  position: relative;
}

.quiz-area__band {
  height: 37px;
  background: #09338e;
  flex-shrink: 0;
}

.quiz-area__band--bottom {
  position: relative;
}

.quiz-area__note {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin: 0;
}

.quiz-area__inner {
  padding: 60px 0 100px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.quiz-area__annotation {
  position: absolute;
  bottom: 10px;
  left: 37px;
  right: 37px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

.quiz-area__annotation-mark {
  font-size: 18px;
}

.quiz-area__ruler {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 230px;
  z-index: 20;
  pointer-events: none;
}

.quiz-area--result .quiz-area__inner {
  padding: 77px 0 45px;
}
.quiz-area--result .quiz-area__ruler {
  top: 37px;
  transform: none;
}

.quiz-area__ruler-img {
  width: 100%;
  height: 100%;
}

.quiz-area__header {
  display: none;
}

.quiz-area__header-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 9px;
}

.quiz-area__header-logos img {
  max-width: 100%;
  height: auto;
}

.quiz-area__logo-toggle {
  width: 80px;
}

.quiz-area__logo-collab {
  width: 150px;
}

.quiz-area__campaign-title {
  width: 218px;
  margin: 0 auto;
}

.quiz-area__copyright {
  display: none;
}

.question-header {
  text-align: center;
  margin-bottom: 70px;
}

.question-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  position: relative;
}

.question-label__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.question-label__text {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-family: "keifont", sans-serif;
  font-size: 29px;
  color: #fff;
  text-align: center;
}

.question-text {
  text-align: center;
  margin-bottom: 160px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}

.question-text img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

.question-text--q1 img {
  width: clamp(314px, 314px + (100vw - 390px) * 52 / 64, 366px);
}

.question-text--q2 img {
  width: clamp(278px, 278px + (100vw - 390px) * 46 / 64, 324px);
}

.question-text--q3 img {
  width: clamp(309px, 309px + (100vw - 390px) * 51 / 64, 360px);
}

.question-text--q4 img {
  width: clamp(330px, 330px + (100vw - 390px) * 54 / 64, 384px);
}

.question-text--q5 img {
  width: clamp(351px, 351px + (100vw - 390px) * 58 / 64, 409px);
}

.right-spacer {
  width: 8.4656%;
  flex-shrink: 1;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .quiz-area {
    position: relative;
    left: auto;
    width: 100%;
    max-width: 454px;
    min-width: auto;
    flex-shrink: 0;
    height: auto;
    overflow: visible;
  }
  .quiz-area__border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 37px solid #09338e;
    border-right: 37px solid #09338e;
    pointer-events: none;
    z-index: 10;
    box-sizing: border-box;
  }
  .quiz-area__ruler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 14px;
    height: 200px;
    z-index: 20;
    pointer-events: none;
  }
  .quiz-area__band {
    height: 37px;
    background: #09338e;
    flex-shrink: 0;
  }
  .quiz-area__band--bottom {
    height: auto;
    padding: 10px 0;
  }
  .quiz-area__note {
    position: static;
    transform: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .quiz-area__content {
    min-height: 100svh;
  }
  .quiz-area__inner {
    padding: 53px 0 100px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .quiz-area__annotation {
    font-size: 14px;
    bottom: 10px;
    left: 37px;
    right: 37px;
    text-align: left;
  }
  .quiz-area__annotation-mark {
    font-size: 16px;
  }
  .quiz-area--result .quiz-area__inner {
    padding: 22px 0 12px;
  }
  .quiz-area--result .quiz-area__ruler {
    top: 30px;
    transform: none;
  }
  .quiz-area__header {
    display: block;
    text-align: center;
    margin-bottom: 38px;
  }
  .quiz-area__logo-toggle {
    width: 91px;
  }
  .quiz-area__logo-collab {
    width: 182px;
  }
  .quiz-area__copyright {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .quiz-box {
    padding: 26px 0 0;
  }
  .question-header {
    margin-bottom: 60px;
  }
  .question-label {
    width: 74px;
    height: 74px;
  }
  .question-label__text {
    font-size: 25px;
  }
  .question-text {
    padding: 0 38px;
  }
  .right-spacer {
    flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 454px) {
  .quiz-area {
    max-width: 100%;
  }
  .right-spacer {
    display: none;
  }
}
.choices {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: auto;
  padding: 0 45px;
}

.choice-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 72px 10px 72px;
  border: 2.3px solid #ff7b8a;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  min-height: 77px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.choice-btn:hover {
  background: #fff5f7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 123, 138, 0.3);
}
.choice-btn:active {
  transform: translateY(0);
}

.choice-number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.choice-number img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.choice-number span {
  position: relative;
  z-index: 1;
  font-family: "keifont", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.choice-content {
  text-align: left;
}

.choice-prefix {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
}

.choice-main {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.34;
  color: #000;
}

.choice-content--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.choice-content--image img {
  max-width: 100%;
  height: auto;
  width: 160px;
}

.choice-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid #000;
  margin-top: 8px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .choices {
    gap: 16px;
    padding: 0 38px;
  }
  .choice-btn {
    padding: 6px 40px 7px 64px;
    border: 2px solid #ff7b8a;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    min-height: 65px;
  }
  .choice-number {
    width: 40px;
    height: 40px;
    left: 14px;
  }
  .choice-number span {
    font-size: 16px;
  }
  .choice-content {
    text-align: left;
  }
  .choice-prefix {
    font-size: 14px;
  }
  .choice-main {
    font-size: 18px;
  }
}
.result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 17px 30px;
  border-radius: 17px;
  border: 2px solid #ff7b8a;
  background: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  margin: 0 21px 40px;
  z-index: 2;
}

.result-card--result5 {
  height: 446px;
  margin-bottom: 68px;
}

.result-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 9.313px 27.938px;
  justify-content: center;
  align-items: center;
  gap: 9.313px;
  border-radius: 34.923px;
  background: #ff7b8a;
}

.result-title__text {
  color: #fff;
  font-size: 27.84px;
  font-weight: 700;
  line-height: 41.76px;
  white-space: nowrap;
}

.result-description {
  text-align: center;
  color: #000;
  font-size: 20.88px;
  font-weight: 700;
  line-height: 32.48px;
}

.result-characters img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.result-characters--result0 {
  width: 156px;
  margin-top: 10px;
}

.result-characters--result1 {
  width: 130px;
  margin-top: -10px;
}

.result-characters--result2 {
  width: 120px;
  margin-top: 10px;
}

.result-characters--result3 {
  width: 156px;
  margin-top: 10px;
}

.result-characters--result4 {
  width: 130px;
  margin-top: -10px;
}

.result-characters--result5 {
  width: 340px;
  margin-top: -10px;
}

.result-share-text {
  color: #000;
  text-align: center;
  text-shadow: 0 4px 4px #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.result-share-text .highlight {
  color: #ff7b8a;
  text-shadow: none;
}

.result-buttons-wrapper {
  width: 100%;
  padding: 0 48px;
  margin: 0 auto 17px;
  text-align: center;
  box-sizing: border-box;
}

.result-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
}

.result-btn {
  display: flex;
  padding: 16.651px 10px 16.349px 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  border-radius: 18.626px;
  border: 2.328px solid #fff;
  background: #ff7b8a;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.result-btn:hover {
  opacity: 0.8;
}

.result-btn--wallpaper {
  background: #0150ff;
}

.result-btn--wallpaper.is-disabled {
  background: linear-gradient(0deg, rgba(1, 80, 255, 0.3) 0%, rgba(1, 80, 255, 0.3) 100%), #fff;
}

.result-btn-arrow {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.result-btn-arrow img {
  width: 100%;
  height: 100%;
}

.campaign-period-wrapper {
  width: 100%;
  max-width: calc(100% - 104px);
  margin: 0 auto;
  text-align: center;
}

.campaign-period {
  display: inline-flex;
  padding: 9.313px 18.626px;
  justify-content: center;
  align-items: center;
  gap: 9.313px;
  border-radius: 34.923px;
  border: 2.328px solid #ff7b8a;
  background: #fff;
  color: #ff7b8a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 27.938px;
  white-space: nowrap;
}

.quiz-area__copyright--pc {
  display: none;
}

.campaign-period-wrapper--sp {
  display: none;
}

.quiz-area__copyright--sp {
  display: none;
}

.quiz-area__footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign-period-wrapper--pc {
    display: none;
  }
  .campaign-period-wrapper--sp {
    display: inline-flex;
    margin: 0 34px;
  }
  .quiz-area__copyright--sp {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
  }
  .quiz-area__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .quiz-area--result .quiz-area__band:first-child {
    display: none;
  }
  .quiz-area--result .quiz-area__border {
    border-left: 30px solid #09338e;
    border-right: 30px solid #09338e;
  }
  .quiz-area--result .quiz-area__band--bottom {
    height: 92px;
  }
  .result-card {
    display: inline-flex;
    height: 389px;
    width: 91%;
    padding: 46px 10px 256px 10px;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #ff7b8a;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }
  .result-card--result5 {
    height: 389px;
  }
  .result-title {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: #ff7b8a;
  }
  .result-title__text {
    font-size: 24px;
    line-height: 36px;
  }
  .result-description {
    font-size: 16px;
    line-height: 28px;
  }
  .result-characters img {
    width: 290px;
  }
  .result-characters--result0 {
    width: 136px;
    margin-top: 10px;
  }
  .result-characters--result1 {
    width: 113px;
    margin-top: -6px;
  }
  .result-characters--result2 {
    width: 105px;
    margin-top: 5px;
  }
  .result-characters--result3 {
    width: 136px;
    margin-top: 10px;
  }
  .result-characters--result4 {
    width: 113px;
    margin-top: -6px;
  }
  .result-characters--result5 {
    width: 300px;
    margin-top: -6px;
  }
  .result-share-text {
    text-shadow: 0 0 10px #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .result-buttons-wrapper {
    padding: 0 36px;
    margin-bottom: 0;
  }
  .result-buttons {
    gap: 2px;
  }
  .result-btn {
    display: inline-flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    width: auto;
    height: auto;
    flex: none;
  }
  .result-btn-arrow {
    width: 22px;
    height: 22px;
  }
  .campaign-period-wrapper {
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 322px;
    border-radius: 30px;
    border: 2px solid #ff7b8a;
    background: #fff;
    max-width: none;
  }
  .campaign-period {
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.quiz-area:has(.wallpaper-content) {
  background-color: #fff;
  background-image: none;
}

.wallpaper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.wallpaper-title {
  display: inline-flex;
  padding: 9px 19px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 35px;
  border: 2px solid #ff7b8a;
  background: #fff;
  color: #ff7b8a;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  margin-bottom: 16px;
}

.wallpaper-character-name {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 36px;
  margin-bottom: 20px;
}

.wallpaper-preview {
  width: 300px;
  margin-bottom: 24px;
}
.wallpaper-preview img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wallpaper-btn {
  display: inline-flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 19px;
  border: 2px solid #fff;
  background: #ff7b8a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.wallpaper-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .wallpaper-content {
    padding: 0 16px;
  }
  .wallpaper-title {
    font-size: 14px;
    padding: 6px 16px;
    line-height: 24px;
  }
  .wallpaper-character-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .wallpaper-preview {
    width: 300px;
    margin-bottom: 20px;
  }
  .wallpaper-btn {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
.page-container {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-container {
    justify-content: center;
  }
}
@media screen and (max-width: 454px) {
  .page-container {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */