@charset "UTF-8";
/********************************
*
* SP/PCで共通CSSとなります。
* PCのみに必要なCSSはPC側のCSSの一番下に追加してください。
*
*********************************/
@import "/sol/cc/template/common/comic_prize/2026/css/prize_sp.css";

/********************************
*　↓↓↓↓ ここより下はPCのみ ↓↓↓↓
*********************************/
html {
  overflow: unset!important;
  overflow-x: unset!important;
}
/* フォントの指定を打消し */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
  color: unset;
  font-size: unset;
}
.pc_wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.pc_bg_dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #85f5ff;
  background-image: radial-gradient(circle, #fff 2px, transparent 2px), radial-gradient(circle, #fff 2px, transparent 2px);
  background-position: 0 0, 8px 16px;
  background-size: 16px 32px;
}
.pc_logo_wrapper,
.pc_nav_wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc((100vw - 866px) / 2);
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.pc_logo_wrapper .pc_logo_wrapper_inner {
  width: 60%;
  max-width: 360px;
}
.pc_logo_wrapper .pc_logo_wrapper_inner a {
  display: block;
}
.pc_logo_wrapper .pc_logo_wrapper_inner a + a {
  max-width: 74.722%;
  margin: 32px auto 0;
}
.pc_center_wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 866px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pc_center_wrapper::-webkit-scrollbar {
  display: none
}
.pc_center_inner {
  position: relative;
  min-width: 0;
  max-width: 770px;
  margin: auto;
  background: #fff52e;
}
@media screen and (max-width:1400px) {
  .pc_logo_wrapper {
    display: none;
  }
  .pc_nav_wrapper {
    flex-grow: 1;
  }
}
@media screen and (max-width:1120px) {
  .pc_nav_wrapper {
    display: none;
  }
}
@media screen and (max-width:770px) {
  .side_line_wrapper {
    display: none;
  }
}
.footer {
  max-width: 770px;
}
/* アニメーション（PCのみ）
--------------------------------*/
@keyframes pc-side-line {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left 1200px;
  }
}
.side_line_wrapper {
  position: relative;
  flex: 0 0 48px;
}
.animate-side_line {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 48px;
  height: 100%;
  animation: pc-side-line 50s linear infinite;
  background-image: url("/sol/auto/images/fix/comic_prize/2026/pcc/pc_side_line.png");
  background-repeat: repeat-y;
  background-size: 48px;
}
.animate-side_line.line-left {
  transform: scale(-1, -1);
}
