@charset "UTF-8";
@import url(font.css);
/* Common */
header {
  margin-bottom: 0 !important; }

#main .mainInner {
  max-width: none !important;
  background-color: #000000;
  color: #fff;
  font-family: "NotoSansJP";
  box-sizing: border-box; }

::-moz-selection {
  color: #fff;
  background-color: #ce4432; }

::selection {
  color: #fff;
  background-color: #ce4432; }

footer {
  margin-top: 0 !important; }

#main article h1 {
  padding: 0;
  margin: 0;
  border-bottom: none; }

.pc {
  display: block; }

.sp {
  display: none; }

#pf05 {
  background-color: #000;
  color: #fff; }

#soundToggle {
  background-color: transparent;
  border: none;
  width: 60px;
  padding: 0; }

#soundToggle:hover {
  opacity: 0.8; }

.sound-icon {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 999; }

.sound-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.sound-modal.hidden {
  display: none; }

.hidden {
  display: none; }

.sound-modal-content {
  width: 420px;
  max-width: 90%;
  padding: 40px;
  background: #222;
  color: #fff;
  text-align: center;
  border: 1px solid #666;
  border-radius: 8px; }

.sound-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px; }

.sound-buttons button {
  width: 150px;
  height: 48px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px; }

.sound-on img,
.sound-off img {
  width: 24px;
  height: auto; }

.visual-bg {
  background-color: #1c0803; }

.main_visual {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block; }

#concept {
  background-image: linear-gradient(0deg, #400807, #1c0803); }
  #concept .inner {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 7% 0; }
    #concept .inner h2 {
      font-family: "SourceHanSerif";
      font-weight: 1000;
      font-size: 60px;
      text-shadow: 0 0 20px #ff4d4d91;
      background: linear-gradient(90deg, #ffe382, #ffe382 30%, #ffa473 50%, #ffe382);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #concept .inner .inner_p {
      margin-top: 30px;
      line-height: 1.6;
      font-size: 20px; }

#product_main {
  background-image: url("../images/img_bg_paper01.jpg");
  background-attachment: fixed;
  /* 背景を固定 */
  background-repeat: no-repeat;
  /* 画像の繰り返しを防ぐ */
  background-size: cover;
  /* 画面全体に画像をフィットさせる */
  background-position: center;
  color: #240704; }
  #product_main .inner {
    max-width: 1200px;
    margin: 0 auto; }
    #product_main .inner .title {
      text-align: center;
      padding: 7% 15%; }
    #product_main .inner .point_upper {
      text-align: center;
      display: flex;
      justify-content: center;
      gap: 20px; }
    #product_main .inner .point_lower {
      text-align: center;
      display: flex;
      justify-content: center;
      padding: 4% 0; }
    #product_main .inner p {
      text-align: center;
      font-size: 20px;
      padding: 2rem 0;
      font-family: "NotoSansJP";
      font-weight: 700; }
    #product_main .inner .pkg_illust_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 130px; }
      #product_main .inner .pkg_illust_wrap .pkg_illust_text p {
        font-size: 30px;
        text-align: left; }
      #product_main .inner .pkg_illust_wrap .pkg_illust {
        max-width: 670px;
        width: 100%;
        padding-left: 10%; }
  #product_main .spec_wrap .band {
    background: url("images/img_product_band.png");
    background-repeat: no-repeat;
    mix-blend-mode: overlay; }
  #product_main .spec_wrap .spec_title {
    text-align: center;
    margin: 60px 0; }
  #product_main .spec_wrap .spec_content {
    display: flex;
    justify-content: center;
    margin-bottom: 70px; }
    #product_main .spec_wrap .spec_content .spec_text {
      padding: 0 20px;
      max-width: 600px; }
      #product_main .spec_wrap .spec_content .spec_text .spec_name {
        font-size: 50px;
        font-weight: 700;
        line-height: 1.2; }
        #product_main .spec_wrap .spec_content .spec_text .spec_name span {
          font-size: 24px; }
      #product_main .spec_wrap .spec_content .spec_text .spec_detail {
        font-size: 20px;
        margin-top: 3rem;
        line-height: 1.7; }
        #product_main .spec_wrap .spec_content .spec_text .spec_detail li {
          border-bottom: 1px solid #240704;
          padding: 0 2rem; }
        #product_main .spec_wrap .spec_content .spec_text .spec_detail .right {
          margin-top: 2rem; }
    #product_main .spec_wrap .spec_content .spec_img {
      margin-top: -30px; }

#gallery {
  background-color: #0c0202;
  padding-bottom: 100px; }
  #gallery .inner {
    max-width: 1200px;
    margin: 0 auto; }
    #gallery .inner .title {
      text-align: center;
      padding: 7% 15%; }
    #gallery .inner a img:hover {
      opacity: 1; }
    #gallery .inner .gallery_content {
      display: flex;
      justify-content: center; }
      #gallery .inner .gallery_content .gallery_item_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        list-style: none;
        padding: 0;
        margin: 0; }
        #gallery .inner .gallery_content .gallery_item_list .gallery_item img {
          display: block;
          width: 100%;
          aspect-ratio: 122 / 82;
          object-fit: cover; }

#online {
  background-image: url("../images/img_bg_online.webp");
  background-repeat: no-repeat;
  /* 画像の繰り返しを防ぐ */
  background-size: cover;
  /* 画面全体に画像をフィットさせる */
  background-position: center; }
  #online .inner {
    padding-bottom: 100px; }
    #online .inner .title {
      background-image: url("../images/img_bg_ttl_online.png");
      background-repeat: no-repeat;
      /* 画像の繰り返しを防ぐ */
      background-position: center;
      text-align: center;
      padding: 1% 0;
      max-height: 80px; }
    #online .inner .online_content {
      margin-top: 100px; }
      #online .inner .online_content .main_slider {
        max-width: 1200px;
        margin: 0 auto; }
      #online .inner .online_content .box {
        max-width: 1000px;
        /* 最大幅だけ制限 */
        width: 100%;
        margin: 0 auto;
        display: block;
        border: #fff solid;
        padding: 2%;
        margin-top: 30px;
        font-size: 20px;
        color: #fff;
        background-color: #0000008f; }
        #online .inner .online_content .box h3 {
          font-size: 28px;
          font-weight: bold;
          margin-bottom: 1.5rem; }
          #online .inner .online_content .box h3 .series_detail {
            font-weight: 700; }
        #online .inner .online_content .box .right {
          text-align: right; }
        #online .inner .online_content .box .right a {
          color: #fff; }

#link_area {
  background-image: url("../images/img_bg_link.webp");
  background-repeat: no-repeat;
  /* 画像の繰り返しを防ぐ */
  background-size: cover;
  /* 画面全体に画像をフィットさせる */
  background-position: center;
  text-align: center; }
  #link_area .banner {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
    margin-bottom: 50px; }
    #link_area .banner .banner_img {
      max-width: 450px; }
  #link_area .shop a {
    padding: 31px 40px 33px;
    color: #FFFFFF;
    background: linear-gradient(0deg, #dc0a0a 0%, #dc0a0a 49%, #f50000 50%, #f50000 100%);
    text-align: center;
    border-radius: 10px;
    font-size: 186%;
    font-weight: bold;
    text-decoration: none;
    display: inline-block; }
  #link_area .link {
    margin-top: 50px;
    margin-bottom: 50px; }
  #link_area .caution {
    text-align: left;
    max-width: 920px;
    margin: 0 auto; }
