/* node_modules/.pnpm/reset-css@5.0.2/node_modules/reset-css/reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* src/scss/global.scss */
* {
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}
img {
  max-width: 100%;
}
body {
  text-align: left;
}
button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
a:hover img {
  opacity: 1;
}

@charset "UTF-8";

/* src/components/common/EmbedSP/EmbedSP.scss */
@media (min-width: 600px) {
  .embed-sp-outer {
    position: relative;
    height: 100%;
    padding: 0 4px 40px;
    margin-top: 40px;
    background-color: #0c4887;
    border-right: 2px solid #0c4887;
    border-left: 2px solid #0c4887;
  }
}
.embed-sp-container {
  position: relative;
  display: flex;
  width: 375px;
  height: 100%;
  min-height: 100dvh;
}
@media (min-width: 600px) {
  .embed-sp-container {
    box-sizing: content-box;
    border-right: 2px solid #0c4887;
    border-left: 2px solid #0c4887;
  }
}
.embed-sp-inner {
  width: 100%;
  max-height: 100%;
}

/* src/components/AppPage/common/PushDownButton/index.scss */
.pushdown-button {
  position: relative;
  display: flex;
  justify-content: center;
  height: fit-content;
}
.pushdown-button-button {
  position: absolute;
  top: -6px;
  display: inline-block;
  padding: 9px 40px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #0c4887;
  border-radius: 99px;
}
.pushdown-button-button[data-bg-color=white] {
  background-color: #fff;
}
.pushdown-button-button[data-bg-color=navy] {
  background-color: #0c4887;
}
.pushdown-button-button[data-text-color=navy] {
  color: #0c4887;
}
.pushdown-button-button[data-text-color=white] {
  color: #fff;
}
.pushdown-button-button[data-is-anchor=true] {
  padding: 6px 28px;
  font-weight: 800;
}
.pushdown-button-button--active {
  top: 0;
}
.pushdown-button-button[data-width=half-left] {
  width: 180px;
  padding: 10px 0;
  border-radius: 99px 0 0 99px;
}
.pushdown-button-button[data-width=half-right] {
  width: 180px;
  padding: 10px 0;
  border-radius: 0 99px 99px 0;
}
.pushdown-button-button[data-width=share] {
  top: -3px;
  width: 80px;
  padding: 3px 10px;
}
.pushdown-button-button[data-width=full] {
  width: 359px;
  padding: 10px 0;
}
.pushdown-button-back {
  display: inline-block;
  padding: 9px 40px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 18px;
  font-weight: 900;
  color: transparent;
  white-space: nowrap;
  border: 2px solid #0c4887;
  border-radius: 99px;
}
.pushdown-button-back[data-backbg-color=orange] {
  background-color: #ff6a00;
}
.pushdown-button-back[data-backbg-color=white] {
  background-color: #fff;
}
.pushdown-button-back[data-is-anchor=true] {
  padding: 6px 28px;
  font-weight: 800;
}
.pushdown-button-back[data-width=half-left] {
  width: 180px;
  padding: 10px 0;
  border-radius: 99px 0 0 99px;
}
.pushdown-button-back[data-width=half-right] {
  width: 180px;
  padding: 10px 0;
  border-radius: 0 99px 99px 0;
}
.pushdown-button-back[data-width=full] {
  width: 359px;
  padding: 10px 0;
}

/* src/components/AppPage/Create/CreateForm/index.scss */
.create-form {
  margin: 0 16px;
}
.create-form__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.create-form__phrases,
.create-form__name {
  display: flex;
  gap: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
}
.create-form__label {
  display: flex;
  align-items: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  color: #ff6a00;
}
.create-form__phrases {
  flex-direction: column;
  padding: 4px 0 12px;
}
.create-form__phrases .create-form__label {
  height: 66px;
}
.create-form__phrase {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.create-form__input {
  align-items: center;
  width: 240px;
  height: 34px;
  padding: 2px 0 2px 10px;
  margin-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  border: none;
  border-radius: 8px;
}
.create-form__input:focus {
  caret-color: #ff6a00;
  background-color: rgba(255, 106, 0, 0.05);
  outline: none;
}
.create-form__input[data-is-error=true] {
  background-color: rgba(255, 0, 0, 0.1);
}
.create-form__input::placeholder {
  font-weight: 700;
  color: #ccc;
}
.create-form__error-message {
  position: absolute;
  bottom: 1px;
  left: 105px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  color: #d9005b;
  opacity: 0;
  transition: opacity 0.3s;
}
.create-form__error-message.is-show {
  opacity: 1;
}
.create-form__error-message::after {
  position: absolute;
  top: -3px;
  left: -18px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/app/error.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.create-form__name {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  padding: 0 16px;
}
.create-form__name .create-form__label {
  height: 56px;
}
.create-form__name .create-form__input {
  height: 28px;
  font-size: 16px;
}
.create-form__name .create-form__input::placeholder {
  display: flex;
  align-items: center;
  width: 100%;
}
.create-buttons__bubble-text {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  color: #42c9e0;
}
.create-buttons {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 12px;
  margin: 0 16px;
}
.create-buttons::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/app/dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.create-buttons > div:nth-child(1) .create-buttons__bubble-text {
  font-size: 14px;
}
.create-buttons > div:nth-child(2) .create-buttons__bubble-text {
  font-size: 13px;
}
.create-buttons__contents {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.create-buttons__button {
  padding: 7px 14px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 800;
  color: #0c4887;
  background-color: #fff;
  border: 2px solid #0c4887;
  border-radius: 99px;
}

/* src/components/AppPage/Create/PhraseAccordion/index.scss */
.phrases {
  position: absolute;
  bottom: 0;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.5s ease;
}
.phrases[data-is-active=true] {
  height: 98dvh;
  padding: 16px 0 20px;
}
.phrases__background {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  background-position: center center;
}
.phrases__background[data-is-active=true] {
  display: block;
}
.phrases__close-button {
  position: absolute;
  top: 20px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #0c4887;
  border-radius: 100%;
}
.phrases__close-button__cross {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(/sol/cc/N/promo/oshisen/images/common/down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.phrases__title {
  padding-bottom: 16px;
  margin: 4px 0 8px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 24px;
  font-weight: 800;
  color: #0c4887;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.phrases__selected-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 343px;
  padding: 12px 16px;
  margin: auto;
  margin-bottom: 16px;
  background-color: #fdf7f4;
  border-radius: 12px;
}
.phrases__selected-item {
  display: flex;
  gap: 16px;
}
.phrases__selected-title {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 900;
  color: #ff6a00;
}
.phrases__selected-text {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
}
.phrases__selected-text[data-is-empty=true] {
  color: #ccc;
}
.phrases__buttons {
  margin: 0 16px 8px;
}
.phrases__button {
  padding: 12px 33px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  line-height: 1.25;
  color: #333;
  background-color: #fef8f1;
}
.phrases__button:nth-child(1) {
  border-radius: 99px 0 0 99px;
}
.phrases__button:nth-child(3) {
  border-radius: 0 99px 99px 0;
}
.phrases__button[data-is-active=true] {
  color: #fff;
  background-color: #ff6a00;
}
.phrases__clauses {
  min-height: 0;
  max-height: 100%;
  padding: 16px 0;
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: #fafafa;
}
.phrases__clause-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 41px;
  padding: 0 24px;
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.phrases__clause-button:last-child {
  margin-bottom: 0;
}
.phrases__clause-button-arrow {
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/greater_right.svg);
  background-size: cover;
}

/* src/components/AppPage/common/PrevButton/index.scss */
.button-back {
  position: absolute;
  top: 14px;
  left: 12px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 2px solid #0c4887;
  border-radius: 100px;
}

/* src/components/AppPage/common/Stepper/index.scss */
.stepper {
  display: flex;
  flex: 1;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}
.stepper-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ff6a00;
  background-color: #fff;
  border-radius: 8px;
}
.stepper-step[data-is-completed=true] {
  color: #fff;
  background-color: #ff6a00;
}
.stepper-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
}

/* src/components/AppPage/Create/index.scss */
.create {
  width: 100%;
  height: 100%;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/bg.png);
  background-size: cover;
}
.create-bubble-text {
  position: relative;
  display: block;
  width: fit-content;
  padding: 3px 10px;
  margin: 0 auto;
  margin-bottom: 2px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 150%;
  color: #fff;
  background-color: #0c4887;
  border-radius: 20px;
}
.create-bubble-text::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #0c4887;
  border-bottom: 0;
  transform: translateX(-50%);
}
.create-title {
  display: block;
  width: 216px;
  height: auto;
  margin: 8px auto;
  object-fit: cover;
}
.create-text {
  margin-top: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 900;
  color: #0c4887;
  text-align: center;
}

/* src/components/AppPage/Quiz/QuizForm/index.scss */
.quiz-form {
  margin: 12px 16px 16px;
}
.quiz-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.quiz-form-input-wrapper {
  display: flex;
  align-items: center;
  width: auto;
}
.quiz-form-label {
  display: flex;
  align-items: center;
  width: 54px;
  height: 38px;
  margin-right: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 800;
  color: #ff6a00;
}
.quiz-form-label--optional {
  align-items: flex-start;
  height: 54px;
  padding-top: 7px;
}
.quiz-form-label--optional::after {
  position: absolute;
  bottom: 4px;
  left: 22px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 800;
  color: #42c9e0;
  content: "\ff0a\4efb\610f";
}
.quiz-form-book-image {
  width: 34px;
  height: auto;
  margin-left: 16px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.quiz-form-options {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 16px 0 12px;
  background-color: #fff;
  border-radius: 16px;
}
.quiz-form-option {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.quiz-form-input {
  align-items: center;
  width: 239px;
  height: 32px;
  padding-left: 10px;
  overflow-x: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #333;
  white-space: nowrap;
  scrollbar-width: none;
  border: none;
  border-radius: 8px;
}
.quiz-form-input--first {
  width: 189px;
}
.quiz-form-input[data-has-image=true] {
  width: 189px;
}
.quiz-form-input:focus {
  caret-color: #ff6a00;
  background-color: rgba(255, 106, 0, 0.05);
  outline: none;
}
.quiz-form-input[data-is-error=true] {
  background-color: rgba(255, 0, 0, 0.1);
}
.quiz-form-input::placeholder {
  font-size: 20px;
  font-weight: 700;
  color: #ccc;
}
.quiz-form__error-message {
  position: absolute;
  bottom: -11px;
  left: 105px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  color: #d9005b;
  opacity: 0;
  transition: opacity 0.3s;
}
.quiz-form__error-message.is-show {
  opacity: 1;
}
.quiz-form__error-message::after {
  position: absolute;
  top: -3px;
  left: -18px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/app/error.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz-form-generate {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  margin: 0 16px;
}
.quiz-form-generate::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1.5px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/app/dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz-form-generate-button {
  padding: 7px 14px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 800;
  color: #0c4887;
  background-color: #fff;
  border: 2px solid #0c4887;
  border-radius: 99px;
}
.quiz-form-submit-button {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 18px;
  font-weight: 900;
  color: #0c4887;
  background-color: #ff6a00;
  border: 2px solid #0c4887;
  border-radius: 99px;
}
.quiz-form-submit-button::after {
  position: absolute;
  top: -6px;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "\3053\308c\3067\5b8c\6210!!";
  background-color: #fff;
  border: 2px solid #0c4887;
  border-radius: 99px;
}
.quiz-form-submit-button--active::after {
  top: -2px;
}

/* src/components/AppPage/common/ImageRenderer/index.scss */
.renderer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  visibility: hidden;
}

/* src/components/AppPage/common/RenderLoading/index.scss */
.render-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.render-loading[data-is-share=true] {
  background-color: none;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/result-senryu/bg.jpg);
  background-repeat: repeat;
  background-size: cover;
}
.render-loading-contents {
  transform: translateY(-50%);
}
.render-loading-text {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.render-loading-text--orange {
  color: #ff6a00;
}
.render-loading-text--blue {
  color: #42c9e0;
}
.render-loading-dots span {
  animation: blink 1.5s infinite;
}
.render-loading-dots span:nth-child(2) {
  animation: blink 1.5s infinite 0.5s;
}
.render-loading-dots span:nth-child(3) {
  animation: blink 1.5s infinite 1s;
}
.render-loading-dots--center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  color: #0c4887;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* src/components/AppPage/common/SearchSuggests/index.scss */
.search-suggests {
  position: relative;
}
.search-suggests-container {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 50;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 8px;
}
.search-suggests-container[data-is-visible=true] {
  border: 1px solid #eee;
}
.search-suggests-item {
  list-style: none;
  background-color: #fff;
  border-color: #eee;
  border-style: solid;
}
.search-suggests-item-text {
  width: 100%;
  padding: 10px 8px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
}
.search-suggests-item-text:hover {
  background-color: #f8fafc;
}
.search-suggests-no-result {
  padding: 14px 8px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  color: #333;
  background-color: #fff;
}
.search-suggests-title {
  padding: 10px 0 10px 8px;
  font-family: "M PLUS Rounded 1c", serif;
  color: #fff;
  background-color: #0c4887;
}

/* src/components/AppPage/Quiz/QuizModal/index.scss */
.no-scroll {
  overflow: hidden;
}
.quiz-modal-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}
.quiz-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: end;
  transform: translate(-50%, -50%);
}
.quiz-modal-close {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.quiz-modal-content {
  width: 324px;
  height: 431px;
  padding: 32px 16px;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/bg.png);
  border-radius: 16px;
}
.quiz-modal-title {
  display: block;
  width: 233px;
  height: auto;
  margin: 0 auto 16px;
  object-fit: cover;
}
.quiz-modal-text {
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  line-height: 24px;
  color: #0c4887;
  text-align: center;
}
.quiz-modal-sample {
  display: block;
  width: 311px;
  height: auto;
  margin: 0 auto 16px;
  object-fit: cover;
}

/* src/components/AppPage/Quiz/index.scss */
.quiz {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/bg.png);
  background-size: cover;
}
.quiz-logo,
.quiz-title {
  margin: 0 auto;
}
.quiz-logo--image,
.quiz-title--image {
  width: 100%;
  height: auto;
  background-size: cover;
}
.quiz-logo {
  width: 105px;
  margin-bottom: 20px;
}
.quiz-title {
  width: 240px;
}
.quiz-button {
  display: block;
  padding: 6px 16px;
  margin: 14px auto 0;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  color: #0c4887;
  background-color: #fff;
  border: 2px solid #0c4887;
  border-radius: 99px;
}
.quiz-text {
  margin-top: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 900;
  color: #0c4887;
  text-align: center;
}

/* src/components/common/StrokeShadowText/index.scss */
.stroke-shadow-text {
  position: relative;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.stroke-shadow-text--fill {
  position: absolute;
  top: -3px;
  left: -2px;
  color: #fff;
}
.stroke-shadow-text--stroke {
  position: absolute;
  top: -3px;
  left: -2px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  color: #0c4887;
  -webkit-text-stroke: 5px #0c4887;
}
.stroke-shadow-text--shadow {
  color: #0c4887;
  -webkit-text-stroke: 5px #0c4887;
}

/* src/components/AppPage/common/SelectedOshi/index.scss */
.result-senryu-oshi {
  position: relative;
  padding: 32px 25px 24px;
  margin: 44px 18px 17px;
  background-color: #fff;
  border: 2px solid #0c4887;
  border-radius: 16px;
}
.result-senryu-oshi-title {
  position: absolute;
  top: -22px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translateX(-50%);
}
.result-senryu-oshi-title-image {
  width: auto;
  height: 45px;
  object-fit: cover;
}
.result-senryu-oshi-name {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  color: #0c4887;
  text-align: center;
}
.result-senryu-oshi-name[data-is-margin-bottom-needed=true] {
  margin-bottom: 16px;
}
.result-senryu-oshi-book {
  padding: 16px 0;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/bg.png);
  background-size: cover;
  border-radius: 16px;
}
.result-senryu-oshi-book-image-frame {
  display: flex;
  justify-content: center;
  width: 182px;
  height: fit-content;
  padding: 8px;
  margin: 0 auto 8px;
  background-color: #fff;
}
.result-senryu-oshi-book-image {
  border: 1px solid #eee;
}
.result-senryu-oshi-book-title {
  padding: 0 10px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #0c4887;
  text-align: center;
}
.result-senryu-oshi-gap {
  height: 22px;
}

/* src/components/common/Footer/index.scss */
.senryu-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/kv/bg.png);
  background-repeat: no-repeat;
  background-size: 250%;
}
.senryu-footer-logo {
  display: flex;
  width: 105px;
}
.senryu-footer-terms {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #0c4887;
  text-decoration: underline;
}
.senryu-footer-copy {
  padding: 16px 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #0c4887;
}

/* src/components/AppPage/common/NextRecommend/index.scss */
.next-recommend {
  padding: 32px;
  background-color: #42c9e0;
}
.next-recommend-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.next-recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.next-recommend-title {
  width: 288px;
  margin: 0 auto 4px;
}
.next-recommend-genre {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.next-recommend-genre-head {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.next-recommend-genre-name {
  min-width: 280px;
  padding: 12px 4px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #0c4887;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.next-recommend-genre-foot {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.next-recommend-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 144px;
}
.next-recommend-button {
  width: 144px;
  margin-top: 16px;
}

/* src/components/AppPage/ResultQuiz/index.scss */
.result-quiz-contents {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/result-senryu/bg.jpg);
  background-repeat: repeat;
  background-size: cover;
}
.result-quiz-radiation {
  position: absolute;
  top: -120px;
  right: 0;
  left: -185px;
  z-index: 0;
  width: 750px;
  height: 750px;
}
.result-quiz-radiation::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 750px;
  height: 750px;
  margin: auto;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/top/kv/radiation.png);
  background-position: center;
  background-size: cover;
  transform-origin: 375px 365px;
  animation: radiation-spin-animation 80s linear infinite;
  animation-delay: 1s;
}
.result-quiz-curly-tape {
  position: absolute;
  width: 103px;
  height: auto;
  object-fit: cover;
}
.result-quiz-curly-tape:nth-of-type(1) {
  top: 33px;
  left: -33px;
}
.result-quiz-curly-tape:nth-of-type(2) {
  top: 450px;
  right: -18px;
  left: auto;
  transform: rotate(180deg);
}
.result-quiz-image-container {
  position: relative;
  z-index: 1;
}
.result-quiz-image {
  display: block;
  width: 343px;
  height: 180px;
  margin: 0 auto;
}
.result-quiz-share-button {
  position: relative;
}
.result-quiz-button-text {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 7px 50px;
}
.result-quiz-bubble-text {
  position: absolute;
  top: -36px;
  left: 50%;
  width: 195px;
  height: auto;
  object-fit: cover;
  animation: jump 1s infinite;
}
.result-quiz-top {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #f18109;
}
.result-quiz-dots {
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(/sol/cc/N/promo/oshisen/images/share/bg.png);
  background-size: cover;
  border-top: 2px solid #0c4887;
}
.result-quiz-dots--bottom {
  transform: rotate(180deg);
}
.result-quiz-answer {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 1;
  width: 134px;
  height: 68px;
  transform: translateX(-50%);
}
.result-quiz-name {
  margin: 48px 0 4px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 35px;
  color: #ff6a00;
  text-align: center;
  text-shadow: 3px 3px 0 #fff;
}
.result-quiz-title {
  display: block;
  align-self: flex-end;
  width: 200px;
  height: auto;
  margin: 4px auto 24px;
  object-fit: cover;
}
.result-quiz-text {
  position: relative;
  z-index: 1;
  display: block;
  width: 343px;
  height: auto;
  margin: 24px auto;
}
.result-quiz-textarea {
  position: relative;
  z-index: 1;
  padding: 16px;
  margin: 0 16px 68px;
  font-family: "M PLUS Rounded 1c", serif;
  background-color: #fff;
  border: 1px solid #fea038;
  border-radius: 8px;
}
.result-quiz-textarea-text {
  margin-bottom: 6px;
  font-weight: 800;
  color: #ff6a00;
}
.result-quiz-textarea-text-small {
  margin-bottom: 8px;
  font-size: 11px;
  color: #ff6a00;
}
.result-quiz-textarea-input {
  all: unset;
  width: 100%;
  font-family: "M PLUS Rounded 1c", serif;
  white-space: pre-wrap;
}
.result-quiz-textarea-input::placeholder {
  color: #c9c9c9;
}
.result-quiz-campaign {
  padding: 32px 0;
  background-color: #f18109;
}
@keyframes radiation-spin-animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* src/components/AppPage/common/ShareButtons/index.scss */
.share-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 188px;
  padding: 34px 0;
  background-image: url(/sol/cc/N/promo/oshisen/images/share/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid #0c4887;
  border-bottom: 2px solid #0c4887;
}
.share-buttons-button {
  display: inline-block;
}
.share-buttons-button-text {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 30px;
  font-size: 22px;
}
.share-buttons-button-text--share {
  padding: 0 6px;
}

/* src/components/common/Campaign/index.scss */
.campaign {
  width: 342px;
  margin: 0 auto;
}
.campaign-detail {
  width: 100%;
  padding: 48px 12px 20px;
  background-color: #fdf7f4;
  border-radius: 16px;
}
.campaign-title {
  display: block;
  width: auto;
  height: 62px;
  margin: 0 auto 20px;
  object-fit: cover;
}
.campaign-coupon,
.campaign-points {
  display: block;
  height: auto;
  margin: 16px auto 22px;
  object-fit: cover;
}
.campaign-coupon {
  width: 250px;
}
.campaign-coupon-text {
  display: block;
  width: 160px;
  height: auto;
  margin: 4 auto;
  object-fit: cover;
}
.campaign-points {
  width: 247px;
}
.campaign-apply {
  width: 100%;
  padding-top: 16px;
  border-top: 3px dotted #0c4887;
}
.campaign-apply-title {
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #0c4887;
  text-align: center;
}
.campaign-apply-button-text {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.campaign-apply-step {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.campaign-apply-step-image {
  width: 53px;
  height: 50px;
  object-fit: cover;
  transform: translateX(-10px);
}
.campaign-apply-step-image--first {
  align-self: flex-start;
}
.campaign-apply-step-text {
  display: block;
  align-content: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  color: #ffa93a;
  white-space: nowrap;
}
.campaign-apply-step-text--first {
  margin-bottom: 16px;
}
.campaign-apply-step-text--underline {
  margin-left: 8px;
  text-decoration: underline;
}
.campaign-apply-step-text--small {
  font-size: 13px;
  font-weight: 700;
  color: #0c4887;
}
.campaign-apply-step-text--small--orange {
  color: #ffa93a;
}
.campaign-apply-step-text--note {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-weight: 500;
  color: #0c4887;
}
.campaign-apply-step-follow-button {
  display: inline-block;
}
.campaign-apply-term {
  padding: 9px 0;
  text-align: center;
  background-color: #f18109;
  border-radius: 8px;
}
.campaign-apply-term-title {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  line-height: 26px;
  color: #fdf7f4;
}
.campaign-apply-term-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 28px;
  color: #fdf7f4;
}
.campaign-apply-term-text--small {
  padding: 0 1.5px;
  font-size: 12.5px;
  line-height: 18.6px;
}

/* src/components/AppPage/Select/SelectForm/index.scss */
.select-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 0 16px;
}
.select-form__button-wrapper,
.select-form__name,
.select-form__work {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
}
.select-form__button-wrapper {
  padding: 16px;
}
.select-form__buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.select-form__buttons__button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 35px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 800;
  color: #0c4887;
  cursor: pointer;
  border: 1px solid #0c4887;
  border-radius: 99px;
}
.select-form__buttons__button[data-is-selected=true] {
  color: #fff;
  background-color: #0c4887;
}
.select-form__buttons__button--checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fdf7f4;
  border: 2px solid #0c4887;
  border-radius: 6px;
}
.select-form__buttons__button--checkbox[data-is-selected=true] {
  background-color: #ff6a00;
  border-color: #ff6a00;
}
.select-form__buttons__button--checkbox[data-is-selected=true]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 9px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/app/check.svg);
  background-size: cover;
  transform: translate(-50%, -50%);
}
.select-form-item--label[data-is-selected=true] {
  color: #fff;
  background-color: #0c4887;
}
.select-form__label {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  color: #ff6a00;
}
.select-form__input {
  height: 40px;
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border: none;
  border-radius: 8px;
}
.select-form__input:focus {
  caret-color: #ff6a00;
  background-color: rgba(255, 106, 0, 0.05);
  outline: none;
}
.select-form__input[data-is-error=true] {
  background-color: rgba(255, 0, 0, 0.1);
}
.select-form__input::placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #ccc;
}
.select-form__name {
  display: flex;
  align-items: center;
  padding: 14px 16px;
}
.select-form__name .select-form__input {
  width: 220px;
  margin-left: 10px;
}
.select-form__toggle,
.select-form__work {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
}
.select-form__toggle-input-wrapper,
.select-form__work-input-wrapper {
  display: flex;
  margin-top: 16px;
}
.select-form__toggle .select-form__input,
.select-form__work .select-form__input {
  width: 100%;
}
.select-form__toggle-image,
.select-form__work-image {
  width: 62px;
  height: auto;
  margin-left: 16px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.select-form__error-message {
  position: absolute;
  bottom: 1px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  color: red;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateX(20%);
}
.select-form__error-message--name {
  left: 110px;
}
.select-form__error-message--work {
  left: 20px;
}
.select-form__error-message.is-show {
  opacity: 1;
}
.select-form__error-message::after {
  position: absolute;
  top: -3px;
  left: -18px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/app/error.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.select-form-note {
  margin-top: 8px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  line-height: 125%;
  color: #0c4887;
}
.select-buttons__bubble-text {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  color: #42c9e0;
}

/* src/components/AppPage/Select/index.scss */
.select {
  width: 100%;
  height: 100%;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/bg.png);
  background-size: cover;
}
.select-title {
  display: block;
  width: 216px;
  height: auto;
  margin: 16px auto;
  object-fit: cover;
}
.select-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  color: #0c4887;
  text-align: center;
}

/* src/components/AppPage/index.scss */
.app-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* src/components/AppPage/CampaignModal/index.scss */
.campaign-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
}
.campaign-modal[data-is-open=false] {
  pointer-events: none;
  opacity: 0;
}
.campaign-modal-container {
  position: absolute;
  width: 342px;
  margin-top: 16px;
}
.campaign-modal-close-button {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 0 8px auto;
}
.campaign-modal-content {
  height: 80dvh;
  overflow: scroll;
  background-color: #fdf7f4;
  border-radius: 16px;
}

/* src/components/AppPage/Customize/Font/index.scss */
.font {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 65px;
  margin: 0 16px 49px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.font-button {
  position: relative;
  width: 100px;
  height: 48px;
  color: #0c4887;
  border: 2px solid #eee;
  border-radius: 8px;
}
.font-button--normal {
  font-family: "Noto Sans JP", sans-serif;
}
.font-button--manga {
  font-family: "Shippori Antique B1", serif;
}
.font-button--pop {
  font-family: "Hachi Maru Pop", sans-serif;
}
.font-button--strong {
  font-family: "Dela Gothic One", sans-serif;
}
.font-button--selected::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 48px;
  content: "";
  background-color: transparent;
  border: 4px solid #0c4887;
  border-radius: 12px;
  transform: translate(-50%, -50%);
}

/* src/components/AppPage/Customize/Frame/index.scss */
.frame {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 24px 0;
  margin: 0 16px 49px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.frame-button {
  position: relative;
  width: 75px;
  height: 96px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 62px 83px, 75px 96px;
  border-radius: 8px;
}
.frame-button--frame-1 {
  background-image: url(/sol/cc/N/promo/oshisen/images/app/frame-1.png), linear-gradient(#ff6a00, #ffa93a);
}
.frame-button--frame-2 {
  background-image: url(/sol/cc/N/promo/oshisen/images/app/frame-2.png), linear-gradient(#ff6a00, #ffa93a);
}
.frame-button--frame-3 {
  background-image: url(/sol/cc/N/promo/oshisen/images/app/frame-3.png), linear-gradient(#ff6a00, #ffa93a);
}
.frame-button--selected::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 96px;
  content: "";
  background-color: transparent;
  border: 6px solid #0c4887;
  border-radius: 14px;
  transform: translate(-50%, -50%);
}

/* src/components/AppPage/Customize/FrameColor/index.scss */
.frame-color {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 24px 37px;
  margin: 0 16px 49px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.frame-color-button {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 2px;
  border-radius: 8px;
}
.frame-color-button--selected::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 52px;
  height: 52px;
  content: "";
  border: 4px solid #0c4887;
  border-radius: 12px;
  transform: translate(-50%, -50%);
}
.frame-color-button--orange {
  background-image: linear-gradient(#ff6a00, #ffa93a);
}
.frame-color-button--red {
  background-image: linear-gradient(#fc3c14, #f77375);
}
.frame-color-button--pink {
  background-image: linear-gradient(#fe58a3, #feb5b5);
}
.frame-color-button--purple {
  background-image: linear-gradient(#994cdd, #9b9ff1);
}
.frame-color-button--lightblue {
  background-image: linear-gradient(#128af3, #73d8ce);
}
.frame-color-button--green {
  background-image: linear-gradient(#3cd225, #b6f36c);
}
.frame-color-button--yellow {
  background-image: linear-gradient(#ffd400, #fdc36b);
}
.frame-color-button--black {
  background-image: linear-gradient(#242424, #132f4b);
}

/* src/components/AppPage/Customize/TextColor/index.scss */
.text-color {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 24px 0;
  margin: 0 16px 49px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.text-color-button {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 2px;
  border-radius: 8px;
}
.text-color-button--selected::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 52px;
  height: 52px;
  content: "";
  border: 4px solid #0c4887;
  border-radius: 12px;
  transform: translate(-50%, -50%);
}
.text-color-button--navy {
  background-color: #0c4887;
}
.text-color-button--green {
  background-color: #14614b;
}
.text-color-button--yellow {
  background-color: #b2912e;
}
.text-color-button--black {
  background-color: #0b245b;
}

/* src/components/AppPage/common/Senryu/index.scss */
.senryu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 234px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
}
.senryu-canvas {
  position: absolute;
  width: 470px;
  height: 579.3px;
  transform: scale(0.3531914894);
}
.senryu-image {
  position: absolute;
  top: 16px;
  left: 89px;
}
.button {
  position: absolute;
  top: 0;
}

/* src/components/AppPage/Customize/index.scss */
.customize {
  width: 100%;
  height: 100%;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/bg.png);
  background-size: cover;
}
.customize-title {
  display: block;
  width: 120px;
  height: auto;
  margin: 16px auto;
  object-fit: cover;
}
.customize-options {
  display: flex;
  gap: 1px;
  justify-content: center;
  height: 44px;
  margin: 8px 16px 0;
  background-color: #eee;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}
.customize-option {
  flex: 1;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  color: #0c4887;
  text-align: center;
  background-color: #fef8f1;
}
.customize-option:first-child {
  border-radius: 8px 0 0;
}
.customize-option:last-child {
  border-radius: 0 8px 0 0;
}
.customize-option[data-is-selected=true] {
  color: #fff;
  background-color: #ff6a00;
}
.customize-text {
  margin: 16px 0 40px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  color: #0c4887;
  text-align: center;
}

/* src/components/AppPage/ResultSenryu/ShareQuizButtons/index.scss */
.result-senryu-buttons {
  position: fixed;
  bottom: 64px;
  left: 50%;
  z-index: 10;
  display: flex;
  transform: translateX(-50%);
}
@media (max-width: 599.9px) {
  .result-senryu-buttons {
    bottom: 24px;
  }
}
.result-senryu-buttons-bubble-text {
  position: absolute;
  top: -36px;
  left: 50%;
  width: 195px;
  height: auto;
  object-fit: cover;
  animation: jump 1s infinite;
}
.result-senryu-buttons-button-text {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

/* src/components/AppPage/ResultSenryu/index.scss */
.result-senryu-contents {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url(/sol/cc/N/promo/oshisen/images/app/result-senryu/bg.jpg);
  background-repeat: repeat;
  background-size: cover;
}
.result-senryu-radiation {
  position: absolute;
  top: -36px;
  right: 0;
  left: -185px;
  z-index: 0;
  width: 750px;
  height: 750px;
}
.result-senryu-radiation::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 750px;
  height: 750px;
  margin: auto;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/top/kv/radiation.png);
  background-position: center;
  background-size: cover;
  transform-origin: 375px 365px;
  animation: radiation-spin-animation 80s linear infinite;
  animation-delay: 1s;
}
.result-senryu-curly-tape {
  position: absolute;
  width: 103px;
  height: auto;
  object-fit: cover;
}
.result-senryu-curly-tape:nth-of-type(1) {
  top: 33px;
  left: -33px;
}
.result-senryu-curly-tape:nth-of-type(2) {
  top: 450px;
  right: -18px;
  left: auto;
  transform: rotate(180deg);
}
.result-senryu-image-container {
  position: relative;
  z-index: 1;
}
.result-senryu-image {
  display: block;
  width: 340px;
  height: 420px;
  margin: 0 auto;
}
.result-senryu-top {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #f18109;
}
.result-senryu-dots {
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(/sol/cc/N/promo/oshisen/images/share/bg.png);
  background-size: cover;
  border-top: 2px solid #0c4887;
}
.result-senryu-dots--bottom {
  transform: rotate(180deg);
}
.result-senryu-complete {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 1;
  width: 134px;
  height: 68px;
  transform: translateX(-50%);
}
.result-senryu-image-wrapper {
  position: absolute;
  top: 0;
}
.result-senryu-name {
  margin: 48px 0 4px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 35px;
  color: #ff6a00;
  text-align: center;
  text-shadow: 3px 3px 0 #fff;
}
.result-senryu-title {
  display: block;
  align-self: flex-end;
  width: 140px;
  height: auto;
  margin: 4px auto 24px;
  object-fit: cover;
}
.result-senryu-badge {
  position: absolute;
  top: 56px;
  right: -24px;
  width: 124px;
  height: auto;
  object-fit: cover;
}
.result-senryu-campaign {
  padding: 32px 0;
  background-color: #f18109;
}
@keyframes radiation-spin-animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* src/components/common/PcWrapper/PcWrapper.scss */
.pc-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/sol/cc/N/promo/oshisen/images/common/desktop/bg.png);
    background-size: cover;
  }
}
@media (min-width: 600px) {
  .head-line {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 40px;
    background-image: url(/sol/cc/N/promo/oshisen/images/common/desktop/line.png);
    background-size: 1000px;
    animation: pc-line-head 20s linear infinite;
  }
}
@media (min-width: 600px) {
  .foot-line {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 40px;
    background-image: url(/sol/cc/N/promo/oshisen/images/common/desktop/line.png);
    background-size: 1000px;
    animation: pc-line-foot 20s linear infinite;
  }
}
@keyframes pc-line-head {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1000px center;
  }
}
@keyframes pc-line-foot {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 1000px center;
  }
}
@media (min-width: 600px) {
  .pc-logo {
    width: min(20.3125vw, 260px);
  }
}
.pc-logo-wrapper {
  display: none;
}
@media (min-width: 600px) {
  .pc-logo-wrapper {
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 390px) / 2);
    height: 100%;
  }
}
@media (min-width: 600px) {
  .pc-nav {
    display: flex;
    gap: min(2.5vw, 32px);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: min(1.875vw, 24px);
  }
}
.pc-nav-wrapper {
  display: none;
}
@media (min-width: 600px) {
  .pc-nav-wrapper {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 390px) / 2);
    height: 100%;
  }
}
.pc-nav-item {
  position: relative;
  width: min(4.921875vw, 63px);
  cursor: pointer;
  transition-duration: 0.2s;
}
.pc-nav-item:hover {
  transform: translateY(min(-1.25vw, -16px));
}
.pc-nav-footer {
  display: none;
}
@media (min-width: 600px) {
  .pc-nav-footer {
    display: flex;
    flex-direction: column;
    gap: min(0.9375vw, 12px);
    align-items: center;
    justify-content: center;
    width: min(10.15625vw, 130px);
    margin-top: min(5.625vw, 72px);
  }
}
.pc-nav-terms {
  display: none;
}
@media (min-width: 600px) {
  .pc-nav-terms {
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: min(0.9375vw, 12px);
    color: #0c4887;
  }
  .pc-nav-terms::before {
    width: 5px;
    height: 10px;
    margin: -2px 4px 0 0;
    content: "";
    background-image: url(/sol/cc/N/promo/oshisen/images/common/arrow.png);
    background-size: cover;
  }
}
.pc-nav-policy {
  display: none;
}
@media (min-width: 600px) {
  .pc-nav-policy {
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: min(0.9375vw, 12px);
    color: #0c4887;
  }
  .pc-nav-policy::before {
    width: 5px;
    height: 10px;
    margin: -2px 4px 0 0;
    content: "";
    background-image: url(/sol/cc/N/promo/oshisen/images/common/arrow.png);
    background-size: cover;
  }
}
.pc-nav-cmoa-logo {
  display: none;
}
@media (min-width: 600px) {
  .pc-nav-cmoa-logo {
    display: flex;
    width: min(10.15625vw, 130px);
    margin-top: min(0.3125vw, 4px);
  }
}
