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

/* 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/share/SharePage/index.scss */
.share-container {
  width: 375px;
}

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

/* src/components/share/ShareCommon/index.scss */
.share {
  background-color: #f18109;
}
.share-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
}
.share-header-logo {
  width: 100px;
}
.share-header-cmoa-logo {
  width: 83px;
}
.share-quiz-title {
  position: relative;
  padding-top: 48px;
}
.share-quiz-title > img {
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  width: 134px;
  margin: auto;
}
.share-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/sol/cc/N/promo/oshisen/images/share/bg.png);
  background-size: 400px;
  border-top: #0c4887 2px solid;
}
.share-result {
  width: 100%;
  padding: 32px 16px;
  margin-top: 16px;
  background-color: #fff;
  background-image: url(/sol/cc/N/promo/oshisen/images/share/bg_result.png);
  background-size: 400px;
  border-bottom: #0c4887 2px solid;
}
.share-result-container {
  padding: 16px;
  background-color: #fff;
  border: #0c4887 2px solid;
  border-radius: 16px;
}
.share-result-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.share-result-title-suffix {
  width: 140px;
}
.share-result-item {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.share-result-item-image {
  width: 166px;
}
.share-result-item-answer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 124px;
  min-height: 202px;
  background-image: url(/sol/cc/N/promo/oshisen/images/common/bg.png);
}
.share-result-item-answer-title {
  margin-bottom: 4px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  color: #0c4887;
}
.share-result-item-answer-name {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  color: #0c4887;
}
.share-result-item-answer-book-name {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #0c4887;
}
.share-result-item-answer-book {
  display: flex;
  padding: 4px;
  margin-top: 8px;
  background-color: #fff;
}
.share-result-item-answer-book > img {
  width: 64px;
}
.share-result-item-answer-button {
  display: flex;
  width: 80px;
  margin-top: 8px;
}
.share-result-next-line {
  height: 10px;
  margin: 12px 0;
  background-image:
    radial-gradient(
      circle,
      #0c4887 25%,
      transparent 25%);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 10px 10px;
}
.share-result-next-title {
  margin-bottom: 12px;
}
.share-result-next-list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.share-result-next-list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.share-result-next-list-button {
  width: 80px;
}
.share-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 48px 0 32px;
}
.share-links-button {
  display: flex;
  width: 270px;
}

/* src/components/TopPage/Gallery/index.scss */
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 56px;
  overflow: hidden;
  background-color: #42c9e0;
}
.gallery-title {
  width: 256px;
}
.gallery-text {
  margin-top: 24px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-weight: bold;
  color: #0c4887;
}
.gallery-list-container {
  padding: 0 16px 32px;
  margin-top: 48px;
}
.gallery-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}
.gallery-list {
  position: relative;
  z-index: 1;
}
.gallery-list:nth-child(odd) .gallery-item:nth-child(5) {
  grid-column: span 2;
  width: 340px;
  height: 420px;
}
.gallery-list:nth-child(odd) .gallery-parts1 {
  position: absolute;
  top: 152px;
  right: -16px;
  width: 50px;
  height: 96px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/parts-1-1.png);
  background-size: contain;
  opacity: 0;
}
.gallery-list:nth-child(odd) .gallery-parts2 {
  position: absolute;
  top: 170px;
  left: 124px;
  width: 38px;
  height: 50px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/parts-1-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.gallery-list:nth-child(odd) .gallery-parts3 {
  position: absolute;
  top: 395px;
  left: -16px;
  width: 61px;
  height: 66px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/parts-1-3.png);
  background-size: contain;
  opacity: 0;
}
.gallery-list:nth-child(odd) .gallery-badge {
  position: absolute;
  top: 387px;
  right: -46px;
  width: 136px;
  height: 131px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/badge.png);
  background-size: contain;
  opacity: 0;
}
.gallery-list:nth-child(even) .gallery-item:nth-child(3) {
  grid-column: span 2;
  width: 340px;
  height: 420px;
}
.gallery-list:nth-child(even) .gallery-parts1 {
  position: absolute;
  top: 150px;
  left: -16px;
  width: 56px;
  height: 111px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/parts-2-1.png);
  background-size: contain;
  opacity: 0;
}
.gallery-list:nth-child(even) .gallery-parts2 {
  position: absolute;
  top: 590px;
  left: 110px;
  width: 80px;
  height: 89px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/parts-2-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.gallery-list:nth-child(even) .gallery-parts3 {
  display: none;
}
.gallery-list:nth-child(even) .gallery-badge {
  position: absolute;
  top: 172px;
  right: -46px;
  width: 136px;
  height: 131px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/badge.png);
  background-size: contain;
  opacity: 0;
}

/* src/components/TopPage/GalleryList/index.scss */
.gallery-list .gallery-item {
  position: relative;
  width: 166px;
  height: 202px;
  cursor: pointer;
}
.gallery-list .gallery-item-front,
.gallery-list .gallery-item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  backface-visibility: hidden;
}
.gallery-list .gallery-item-back {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/gallery/result_card_back.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(-180deg);
}
.gallery-list .gallery-item-book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  transform: translateX(-3%);
}
.gallery-list .gallery-item:hover .gallery-item-front {
  transform: rotateY(-180deg) scale(0.9);
}
.gallery-list .gallery-item:hover .gallery-item-back {
  transform: rotateY(0);
}

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