/* src/components/TopPage/index.scss */
.top-container {
  position: relative;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 599.9px) {
  .top-container {
    overflow: hidden;
  }
}

/* src/components/TopPage/About/index.scss */
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  background-color: #f18109;
}
.about-title {
  width: 228px;
  margin: 56px 0 4px;
}
.about-title-line {
  width: 100%;
  height: 38px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/about/title.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-title-line--2 {
  background-position: 0 -38px;
}
.about-title-line--3 {
  background-position: 0 -76px;
}
.about-text {
  margin-top: 32px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
}
.about-text > span {
  display: block;
}
.about-text-container {
  width: 100%;
  height: 150px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/about/text_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about .howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 343px;
  padding: 40px 8px;
  margin-top: 24px;
  background-color: #fdf7f4;
  border-radius: 16px;
}
.about .howto-title {
  width: 96px;
}
.about .howto-text {
  position: relative;
  margin-top: 16px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #0c4887;
  text-align: center;
}
.about .howto-text-container {
  position: relative;
}
.about .howto-image {
  width: 284px;
  margin-top: 16px;
}
.about .sample-top {
  width: 100%;
  height: 128px;
  margin-top: 40px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/about/sample_top.png);
  background-size: cover;
  animation: sample-top-animation 50s linear infinite;
}
.about .sample-bottom {
  width: 100%;
  height: 128px;
  margin-top: 40px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/about/sample_bottom.png);
  background-size: cover;
  animation: sample-bottom-animation 50s linear infinite;
}
@keyframes sample-top-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4340px 0;
  }
}
@keyframes sample-bottom-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4340px 0;
  }
}

/* src/components/TopPage/Divider/Divider.scss */
.divider {
  width: 100%;
  height: 43px;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/divider.png);
  background-size: 375px;
}
.divider--right {
  animation: right-animation 10s linear infinite;
}
.divider--left {
  animation: left-animation 10s linear infinite;
}
@keyframes right-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 375px 0;
  }
}
@keyframes left-animation {
  0% {
    background-position: 375px 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* 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/TopPage/Kv/Kv.scss */
.kv {
  position: relative;
  width: 100%;
  height: 650px;
  padding-top: 10px;
  overflow: hidden;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/kv/bg.png);
  background-size: cover;
}
.kv-radiation {
  position: absolute;
  top: -36px;
  right: 0;
  left: -185px;
  width: 750px;
  height: 750px;
}
.kv-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: kv-spin-animation 80s linear infinite;
  animation-delay: 1s;
}
.kv-title {
  position: relative;
  z-index: 1;
  width: 350px;
  margin: 0 auto;
}
.kv-slide {
  padding-top: 20px;
}
.kv-slide .splide__track {
  overflow: visible;
}
.kv-slide .splide__pagination {
  bottom: -28px;
}
.kv-slide .splide__pagination__page {
  width: 9px;
  height: 9px;
  margin: 5px;
  background: #fff;
  border: solid 1px #0c4887;
  opacity: 1;
  transition-duration: 0.2s;
}
.kv-slide .splide__pagination__page.is-active {
  width: 13px;
  height: 13px;
  background-color: transparent;
  background-image: url(/sol/cc/N/promo/oshisen/images/top/kv/pagenation_current.png);
  background-size: contain;
  border: none;
  transform: scale(1);
}
.kv-slide .splide__slide {
  transition-duration: 0.1s;
}
.kv-slide .splide__slide.is-active {
  position: relative;
}
.kv-slide .splide__slide.is-active > img {
  transform: scale(1) rotate(0) translateY(0);
}
.kv-slide .splide__slide.is-prev > img {
  transform: scale(0.65) rotate(5deg) translateY(-38px);
}
.kv-slide .splide__slide.is-next > img {
  transform: scale(0.65) rotate(-5deg) translateY(-38px);
}
.kv-slide .splide__slide.badge-active::before {
  position: absolute;
  top: -20px;
  right: -44px;
  z-index: 2;
  width: 100px;
  height: 100px;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/top/kv/badge.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: badge-animation 0.5s ease-in-out;
}
.kv-logo {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  width: 105px;
  margin: auto;
  transform: translateX(-10px);
}
@media (min-width: 600px) {
  .kv-logo {
    display: none;
  }
}
.kv-pen {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 1;
  width: 96px;
}
@keyframes kv-spin-animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes badge-animation {
  0% {
    opacity: 0;
    transform: scale(1.2) translate(-10px, -10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0);
  }
}

/* node_modules/.pnpm/@splidejs+splide@4.1.4/node_modules/@splidejs/splide/dist/css/splide.min.css */
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.splide__arrow:disabled {
  opacity: .3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

/* src/components/TopPage/Menu/Menu.scss */
.menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition-duration: 0.3s;
}
.menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.menu-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
}
.menu-container {
  position: relative;
  width: 85%;
  height: 100dvh;
  padding: 90px 16px 48px;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  background-color: #fdeae1;
  transition-duration: 0.5s;
  transition-property: transform;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 700px;
}
.menu-title {
  width: 210px;
}
.menu-items {
  width: 100%;
  margin: 26px 0;
  border-top: solid 2px #fff;
}
.menu-item {
  padding: 16px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: bold;
  color: #0c4887;
  text-align: center;
  cursor: pointer;
  border-bottom: solid 2px #fff;
}
.menu-item > a {
  color: #0c4887;
}
.menu-share {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.menu-share-item {
  width: 45px;
}
.menu-foot {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.menu-foot-terms {
  display: flex;
  align-self: flex-start;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-weight: bold;
  color: #0c4887;
  cursor: pointer;
}
.menu-foot-terms::before {
  width: 5px;
  height: 10px;
  margin: 0 4px 0 0;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/common/arrow.png);
  background-size: cover;
}
.menu-foot-privacy {
  display: flex;
  align-self: flex-start;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-weight: bold;
  color: #0c4887;
  cursor: pointer;
}
.menu-foot-privacy::before {
  width: 5px;
  height: 10px;
  margin: 0 4px 0 0;
  content: "";
  background-image: url(/sol/cc/N/promo/oshisen/images/common/arrow.png);
  background-size: cover;
}
.menu-foot-logo {
  display: block;
  width: 140px;
}
.menu[data-is-open=false] {
  pointer-events: none;
  opacity: 0;
}
.menu[data-is-open=false] .menu-container {
  transform: translateX(-100%);
}

/* src/components/TopPage/Navigation/index.scss */
.senryu-navigation-menu {
  position: absolute;
  top: 552px;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 56px;
}
@media (max-width: 599.9px) {
  .senryu-navigation-menu {
    top: 551px;
  }
}
.senryu-navigation-menu[data-is-fixed=true] {
  position: fixed;
  top: unset;
  bottom: 64px;
  left: calc((100vw - 390px) / 2 + 6px);
}
@media (max-width: 599.9px) {
  .senryu-navigation-menu[data-is-fixed=true] {
    bottom: 24px;
  }
}
.senryu-navigation-menu-button {
  width: 40px;
  cursor: pointer;
}
.senryu-navigation-make {
  position: absolute;
  top: 452px;
  right: -1px;
  z-index: 2;
  width: 105px;
  height: 158px;
}
@media (max-width: 599.9px) {
  .senryu-navigation-make {
    top: 450px;
  }
}
.senryu-navigation-make[data-is-fixed=true] {
  position: fixed;
  top: unset;
  bottom: 64px;
  left: calc((100vw - 390px) / 2 + 280px);
}
@media (max-width: 599.9px) {
  .senryu-navigation-make[data-is-fixed=true] {
    bottom: 24px;
  }
}
.senryu-navigation-make-balloon {
  position: absolute;
  top: -74px;
  right: 0;
  width: 85px;
  transform-origin: bottom center;
  animation: sway-animation 2s ease-in-out infinite;
}
.senryu-navigation-make-button {
  display: block;
  width: 105px;
}
@keyframes sway-animation {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

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

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