* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  font-family: "Heisei Kaku Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #333333;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

#pc .page {
  width: 1700px;
  margin: 0 auto;
  background: #ffffff;
}

#pc .hero {
  position: relative;
  width: 100%;
  height: 1042px;
  overflow: hidden;
}

#pc .hero.hero--nav-fixed {
  overflow: visible;
}

#pc .hero>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pc .hero-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

#pc .hero-nav.hero-nav--fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 20;
}

#pc .hero-nav ul {
  list-style: none;
  display: flex;
  gap: 70px;
  padding: 0;
  margin: 0;
}

#pc .hero-nav a {
  display: block;
}

#pc .section {
  width: 100%;
}

#pc .section-inner {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

#pc .info {
  background: #ffd2d4;
  min-height: 880px;
  padding: 150px 0 80px;
}

#pc .info-head {
  display: grid;
  grid-template-columns: 715px 538px;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 25px;
}

#pc .info-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

#pc .product-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

#pc .package {
  width: 195px;
  height: auto;
}

#pc .product-table {
  width: 500px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

#pc .product-table th,
#pc .product-table td {
  border: 1px solid #f5a1b5;
  padding: 6px 10px;
  vertical-align: middle;
}

#pc .product-table th {
  width: 170px;
  text-align: left;
  background: #ffaabe;
  color: #6b2f4a;
  font-weight: 600;
}

#pc .product-table td {
  width: 330px;
}

#pc .product-table th.th-white {
  background: #ffffff;
}

#pc .product-table tr:nth-child(even) td {
  background: #fbfbf4;
}

#pc .product-table tr:nth-child(odd) td {
  background: #ffaabe;
}

#pc .news-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#pc .news-box {
  width: 538px;
  height: 225px;
  border: 2px solid #ff8fb1;
  background: #ffffff;
  padding: 12px 14px;
  font-size: 14px;
}

#pc .info-btn {
  display: block;
}

.goto-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 94px;
  z-index: 10;
}

#pc .story {
  background: #f2b0bc;
  min-height: 1335px;
  padding: 110px 0 150px;
}

#pc .section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#pc .story-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#pc .story-image img {
  width: 1320px;
}

#pc .story-paging {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

#pc .character {
  background: #d48392;
  min-height: 1137px;
  padding: 80px 0 100px;
}

#pc .character .section-title img {
  width: 242px;
}

#pc .character-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  width: 1080px;
  margin: 0 auto 25px;
  position: relative;
}

#pc .character-tabs::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1300px;
  height: 1px;
  background: #d9c6c9;
  transform: translateX(-50%);
}

#pc .character-tabs .tab-sub {
  height: 47px;
  width: auto;
}

#pc .character-tabs_2 {
  display: none;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  width: 1080px;
  margin: 0 auto 25px;
  position: relative;
}

#pc .character-tabs_2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1300px;
  height: 1px;
  background: #d9c6c9;
  transform: translateX(-50%);
}

#pc .character-tabs_2 .tab-sub2 {
  height: 62px;
  width: auto;
}

#pc .character-main {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 1080px;
  margin: 0 auto;
}

#pc .character-sub {
  display: none;
  justify-content: flex-start;
  gap: 20px;
  width: 1080px;
  margin: 0 auto;
}

#pc .ch {
  width: 960px;
  margin: 0 auto;
  min-height: 1px;
  transform: scale(1.2);
  transform-origin: top center;
}

#pc .ch::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#pc .bx-pager li,
#pc .bx-pagerSub li {
  width: 125px;
  margin-bottom: 8px;
  position: relative;
}

#pc .bx-pager li span,
#pc .bx-pagerSub li span {
  display: block;
  position: absolute;
  bottom: 3px;
  left: -10px;
  background: #ff3f6f;
  color: #ffffff;
  padding: 0 4px;
  font-size: 10px;
  border-radius: 3px;
}

#pc .sLeft {
  float: left;
  width: 125px;
  padding-top: 35px;
  position: relative;
  z-index: 2;
}

#pc .sRight {
  float: right;
  width: 825px;
  position: relative;
  text-align: left;
  z-index: 1;
}

#pc .chTe {
  position: absolute;
  top: 250px;
  left: 40px;
  font-size: 14px;
}

#pc .chPr {
  position: absolute;
  top: 350px;
  left: 40px;
  font-size: 14px;
}

#pc .changeA,
#pc .changeB {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 88px;
  width: 80px;
  height: 50px;
  text-indent: -9999px;
}

#pc .changeA {
  background: url(../img/chara/change.png) no-repeat;
}

#pc .changeB {
  background: url(../img/chara/change.png) -80px 0 no-repeat;
}

#pc .changeA:hover,
#pc .changeB:hover {
  opacity: 0.6;
  transition: 0.5s;
}

#pc #tomoeB,
#pc #nanamiB,
#pc #suzuyaB {
  display: none;
}

#pc .voice {
  position: absolute;
  top: 410px;
  left: 0px;
  display: flex;
  z-index: 2;
}

#pc .sub_6 .voice {
  position: absolute;
  top: 450px;
  left: 0px;
  display: flex;
  z-index: 2;
}

#pc .voice li {
  margin-right: 5px;
}

#pc .ch .jp-play {
  display: block;
  padding: 5px 20px;
  background: #ff3399;
  border-radius: 3px;
  color: #ffffff !important;
  border: 1px solid #ff3399;
}

#pc .ch .jp-pause {
  display: none;
  padding: 5px 20px;
  background: #ffffff;
  border-radius: 3px;
  color: #ff3399 !important;
  border: 1px solid #ff3399;
}

#pc .ch .jp-audio.jp-state-playing .jp-play {
  display: none;
}

#pc .ch .jp-audio.jp-state-playing .jp-pause {
  display: block;
}

#pc .bx-viewport {
  height: 655px !important;
  width: 110% !important;
}

#pc .character-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

#pc .character-panel {
  width: 901px;
  margin-top: -15px;
}

#pc .gallery {
  background: #f2c1bd;
  min-height: 1004px;
  padding: 90px 0 110px;
}

#pc #gallery .section-inner {
  transform: scale(1.2);
  margin-top: 80px;
}

#pc #gallMv {
  display: flex;
  width: 830px;
  margin: 0 auto 50px;
}

#pc #gallMv p.wt_ttl {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.2em;
}

#pc #gallMv .Mv_wrapper {
  width: 400px;
}

#pc #gallMv .Mv_wrapper:nth-child(1) {
  margin: 0 30px 0 0;
}

#pc .gall {
  width: fit-content;
  margin: 0 auto 20px;
  padding-left: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#pc .gall li {
  width: 145px;
}

/* #gallIn {
  background: url(../img/logo_1.png) no-repeat;
}

#gallAf {
  background: url(../img/logo_2.png) no-repeat;
} */

#pc .movie-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

#pc .gallery-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#pc .gallery-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#pc .gallery-logo {
  width: 290px;
}

#pc .thumbs {
  display: flex;
  gap: 12px;
}

#pc .system {
  background: #f2a7a7;
  min-height: 1031px;
  padding: 90px 0 140px;
}

#pc .system-space {
  height: auto;
  color: #5d3a3a;
  font-size: 16px;
  line-height: 1.6;
}

#pc .system-top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
  justify-content: center;
}

#pc .system-name img {
  display: block;
  width: 560px;
  height: auto;
}

#pc .system-feature {
  flex: 1;
  max-width: 520px;
}

#pc .system-feature h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: 0.02em;
}

#pc .system-feature p {
  margin: 0 0 12px;
}

#pc .system-face {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}

#pc .system-face img {
  display: block;
  width: 240px;
  height: auto;
}

#pc .system-note {
  text-align: left;
  width: 660px;
  margin: 30px auto 40px;
  font-size: 16px;
  line-height: 1.6;
}

#pc .system-play {
  text-align: center;
  margin-bottom: 55px;
}

#pc .system-play h3 {
  margin: 0 0 15px;
  font-size: 24px;
}

#pc .system-play__image img {
  position: absolute;
  inset: 0;
  width: 600px;
  height: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: systemFade 9s infinite;
}

#pc .system-play__image {
  position: relative;
  width: 600px;
  height: 338px;
  margin: 0 auto 15px;
  overflow: hidden;
}

#pc .system-play__image img:nth-child(1) {
  animation-delay: 0s;
}

#pc .system-play__image img:nth-child(2) {
  animation-delay: 3s;
}

#pc .system-play__image img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes systemFade {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  41% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#pc .system-play p {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

#pc .system-bottom {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#pc .system-column {
  width: 520px;
}

#pc .system-column h3 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 24px;
}

#pc .system-column>img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

#pc .system-column__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
  overflow: hidden;
}

#pc .system-column__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: systemColumnFade 12s infinite;
}

#pc .system-column__image img:nth-child(1) {
  animation-delay: 0s;
}

#pc .system-column__image img:nth-child(2) {
  animation-delay: 4s;
}

#pc .system-column__image img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes systemColumnFade {
  0% {
    opacity: 0;
  }

  8.333% {
    opacity: 1;
  }

  33.333% {
    opacity: 1;
  }

  41.666% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#pc .system-column p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

#pc #system h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: bold;
}

#pc #system h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 400;
  font-size: 35px;
  width: 1105px;
  margin: auto;
}

#pc .footer {
  background: #ffffff;
  min-height: 417px;
  padding: 80px 0 120px;
}

#pc .footer-inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#pc .footer-banners {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

#pc .footer-banners.second {
  margin-bottom: 30px;
}


#pc .footer-text {
  font-size: 12px;
  line-height: 1.8;
  color: #555555;
}

#pc .footer-text p {
  margin: 6px 0;
}

#pc .jp-audio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 3;
}

#pc .jp-audio .jp-play,
#pc .jp-audio .jp-pause {
  cursor: pointer;
}

#pc .jp-audio img {
  pointer-events: none;
}

#pc .jp-audio .jp-pause {
  display: none;
}

#pc .jp-audio.jp-state-playing .jp-play {
  display: none;
}

#pc .jp-audio.jp-state-playing .jp-pause {
  display: inline-flex;
  align-items: center;
}

#pc .slide_area {
  width: 1500px;
}

#pc .swiper {
  width: 85%;
  max-width: 1100px;
  position: relative;
  left: -100px;
}

#pc .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 32px;
  font-weight: 600;
  color: #f9fafb;
  background-color: #0ea5e9;
  /* 好きに変えてOK */
}

#pc .swiper-slide-next {
  transform: translate3d(calc(7.25% - 1100px), 50px, 0px) rotateZ(2deg) scale(1) !important;
}

#pc .swiper-slide-prev {
  transform: translate3d(calc(-7.25% - 200px), 50px, -100px) rotateZ(-2deg) scale(1) !important;
}

/* ちょっとだけスライドごとに色を変える例 */
#pc .swiper-slide:nth-child(2n) {
  background-color: #22c55e;
}

#pc .swiper-slide:nth-child(3n) {
  background-color: #f97316;
}

.gall-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gall-modal.is-hidden {
  display: none;
}

.gall-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.gall-modal__content {
  position: relative;
  width: 800px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.gall-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.gall-modal__close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 100px;
  height: 40px;
  display: block;
  cursor: pointer;
}

.gall-modal__toggle {
  position: absolute;
  top: -38px;
  right: 110px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .gall-modal__content {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

#pc .gall-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pc .gall-modal.is-hidden {
  display: none;
}

#pc .gall-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

#pc .gall-modal__content {
  position: relative;
  width: 800px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#pc .gall-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#pc .gall-modal__close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 100px;
  height: 40px;
  display: block;
  cursor: pointer;
}


@media (max-width: 1720px) {

  #pc .page {
    width: 1700px;
  }

  #pc .section-inner,
  #pc .footer-inner {
    width: min(1300px, 92%);
  }

  #pc .hero {
    height: auto;
  }

  #pc .hero>img {
    height: auto;
  }

  #pc .goto-top {
    margin: 0;
  }
}

#pc .hero-nav a {
  text-decoration: none;
}

#pc a {
  text-decoration: none;
}

#pc img,
#sp img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

#sp img {
  -webkit-touch-callout: none;
}

#sp .js-no-save {
  pointer-events: none;
}

#sp {
  display: none;
}

@media (max-width: 768px) {
  #pc {
    display: none;
  }

  #sp {
    display: block;
    overflow-x: hidden;
  }

  #sp .page {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }

  #sp a {
    text-decoration: none;
  }

  .goto-top {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 94px;
    z-index: 10;
    transform: scale(2.0)
  }

  * #sp .hero {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #sp .hero.hero--nav-fixed {
    overflow: visible;
  }

  #sp .hero>img,
  #sp .hero>.sp-hero-image {
    width: 100%;
    object-fit: cover;
  }

  #sp .hero>.sp-hero-image {
    aspect-ratio: 772 / 771;
    background: url(../img/header_sp.png) center/cover no-repeat;
  }

  #sp .sp_hero-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transform-origin: bottom center;
  }

  #sp .fixed {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }


  #sp .sp_hero-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    margin: 0;
  }

  #sp .sp_hero-nav a {
    display: block;
  }

  #sp .section {
    width: 100%;
  }

  #sp .section-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #sp .info {
    background: #ffd2d4;
    min-height: 880px;
    padding: 50px 0 80px;
    text-align: center;
  }

  #sp .info-head {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }

  #sp .info-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }

  #sp .product-block {
    margin: 40px auto;
  }

  #sp .package {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }

  #sp .product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 6.5vw;
    line-height: 1.4;
    margin: 20px auto;
    text-align: left;
  }

  #sp .product-table th,
  #sp .product-table td {
    border: 1px solid #f5a1b5;
    padding: 20px 10px;
    vertical-align: middle;
  }

  #sp .product-table th {
    width: 170px;
    text-align: left;
    background: #ffaabe;
    color: #6b2f4a;
    font-weight: 600;
  }

  #sp .product-table td {
    width: 400px;
    padding-left: 30px;
  }

  #sp .product-table th.th-white {
    background: #ffffff;
  }

  #sp .product-table tr:nth-child(even) td {
    background: #fbfbf4;
  }

  #sp .product-table tr:nth-child(odd) td {
    background: #ffaabe;
  }

  #sp .news-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }

  #sp .news-box {
    width: 100%;
    height: 600px;
    border: 2px solid #ff8fb1;
    background: #ffffff;
    padding: 12px 14px;
    font-size: 10vw;
    text-align: left;
    margin-bottom: 100px;
  }

  #sp .info-btn {
    display: block;
    width: 90%;
    margin: auto;
  }

  #sp .info-btn img {
    width: 100%;
  }


  #sp .story {
    background: #f2b0bc;
    min-height: 1335px;
    padding: 110px 0 150px;
  }

  #sp .section-title {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }


  #sp .story-image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  #sp .story-image img {
    width: 1320px;
  }

  #sp .story-paging {
    display: flex;
    justify-content: center;
    margin-top: 270px;
  }

  #sp .story-paging img {
    width: 500px;
  }

  #sp .character {
    background: #d48392;
    min-height: 1137px;
    padding: 80px 0 100px;
  }


  #sp .character-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    width: 95%;
    margin: auto;
  }

  #sp .character-tabs .tab-main {
    width: 55%;
  }

  #sp .character-tabs .tab-main img {
    width: 100%;
  }

  #sp .character-tabs .tab-sub {
    width: 45%;
  }

  #sp .character-tabs .tab-sub img {
    width: 100%;
  }

  #sp .character-tabs::after {
    content: "";
    position: absolute;
    width: 130%;
    height: 1px;
    background: #d9c6c9;
    transform: translateX(-10%);
  }

  #sp .character-tabs_2 {
    display: none;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    width: 95%;
    margin: auto;
  }

  #sp .character-tabs_2::after {
    content: "";
    position: absolute;
    width: 130%;
    height: 1px;
    background: #d9c6c9;
    transform: translateX(-10%);
  }

  #sp .character-tabs_2 .tab-main {
    width: 30%;
  }

  #sp .character-tabs_2 .tab-main img {
    width: 100%;
  }

  #sp .character-tabs_2 .tab-sub {
    width: 70%;
  }

  #sp .character-tabs_2 .tab-sub img {
    width: 100%;
  }

  #sp .main_1 {
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_tomoe.png) no-repeat;
    background-size: 100%;
  }

  #sp .main_1_2 {
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_tomoeB.png) no-repeat;
    background-size: 100%;
  }

  #sp .main_2 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_nanami.png) no-repeat;
    background-size: 100%;
  }

  #sp .main_2_2 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_nanamiB.png) no-repeat;
    background-size: 100%;
  }

  #sp .main_3 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_suzuya.png) no-repeat;
    background-size: 100%;
  }

  #sp .main_3_2 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_suzuyaB.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_1 {
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_takatsugu.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_2 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_haru.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_3 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_makoto.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_4 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_rauru.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_5 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_imari.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_6 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_mayumi.png) no-repeat;
    background-size: 100%;
  }

  #sp .sub_7 {
    display: none;
    width: 100%;
    height: 1200px;
    background: url(../img/chara/c_sayuri.png) no-repeat;
    background-size: 100%;
  }


  #sp .change_a,
  #sp .change_b {
    display: block;
    position: absolute;
    bottom: 330px;
    right: 40px;
    width: 200px;
    height: 110px;
  }

  #sp .change_a:hover,
  #sp .change_b:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  #sp .change_c,
  #sp .change_d {
    display: block;
    position: absolute;
    bottom: 330px;
    right: 40px;
    width: 200px;
    height: 110px;
  }

  #sp .change_c:hover,
  #sp .change_d:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  #sp .change_e,
  #sp .change_f {
    display: block;
    position: absolute;
    bottom: 330px;
    right: 40px;
    width: 200px;
    height: 110px;
  }

  #sp .change_e:hover,
  #sp .change_f:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  #sp #tomoeB,
  #sp #nanamiB,
  #sp #suzuyaB {
    display: none;
  }


  #sp ul {
    padding: 0;
  }

  #sp .character-sub {
    display: none;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }

  #sp .ch {
    width: 100%;
    margin: 0 auto;
    min-height: 1px;
    transform: scale(1);
    transform-origin: top center;
  }

  #sp .ch::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  #sp .bx-pager li,
  #sp .bx-pagerSub li {
    width: auto;
    margin-bottom: 8px;
    position: relative;
  }

  #sp .bx-pager li span,
  #sp .bx-pagerSub li span {
    display: block;
    position: absolute;
    bottom: 3px;
    left: -10px;
    background: #ff3f6f;
    color: #ffffff;
    padding: 0 4px;
    font-size: 10px;
    border-radius: 3px;
  }

  #sp .sLeft {
    width: 100%;
    padding: 20px 0 0;
  }

  #sp .sRight {
    float: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
  }

  #sp .sRight .bx-wrapper {
    margin: 0;
  }

  #sp .sRight .bx-viewport {
    overflow: visible;
  }

  #sp .sLeft .bx-pager,
  #sp .sLeft .bx-pagerSub {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    left: 30px;
  }

  #sp .sLeft .bx-pager li,
  #sp .sLeft .bx-pagerSub li {
    margin: 0;
  }

  #sp .sLeft .bx-pager img,
  #sp .sLeft .bx-pagerSub img {
    width: 250px;
    height: auto;
  }

  #sp .character-main .sRight li {
    background: none !important;
  }


  #sp .chTe {
    position: absolute;
    font-size: 3.5vw;
    top: 500px;
    left: 100px;
  }


  #sp .chPr {
    position: absolute;
    font-size: 3.5vw;
    top: 750px;
    left: 100px;
  }

  #sp .voice {
    position: absolute;
    display: flex;
    top: 900px;
    left: 150px;
    z-index: 2;
  }

  #sp .voice li {
    width: 200px;
    transform: scale(1.5);
    margin-right: 40px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .voice {
    position: absolute;
    display: flex;
    top: 900px;
    left: 130px;
    z-index: 2;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .voice li {
    width: 240px;
    transform: scale(1.3);
    margin-right: 60px;
  }

  #sp_slider,
  #sp_sliderSub {
    position: relative;
    left: -6vw;
  }




  #sp .ch .jp-play {
    display: block;
    padding: 5px 20px;
    background: #ff3399;
    border-radius: 3px;
    color: #ffffff !important;
    border: 1px solid #ff3399;
  }

  #sp .ch .jp-pause {
    display: none;
    padding: 5px 20px;
    background: #ffffff;
    border-radius: 3px;
    color: #ff3399 !important;
    border: 1px solid #ff3399;
  }

  #sp .ch .jp-audio.jp-state-playing .jp-play {
    display: none;
  }

  #sp .ch .jp-audio.jp-state-playing .jp-pause {
    display: block;
  }


  #sp .character-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  #sp .character-panel {
    width: 901px;
    margin-top: -15px;
  }

  #sp .gallery {
    background: #f2c1bd;
    padding: 90px 0 110px;
  }

  #sp #gallery .section-inner {}

  #sp #gallMv {
    display: block;
    height: auto;
    margin: 0 auto 50px;
  }

  #sp #gallMv p.wt_ttl {
    font-weight: bold;
    color: #ffffff;
    font-size: 60px;
  }

  #sp #gallMv .Mv_wrapper {
    width: 95%;
    margin: auto;
    text-align: center;
  }

  #sp #gallMv .Mv_wrapper img {
    width: 100%;
    height: auto;
  }

  #sp #gallMv .Mv_wrapper:nth-child(1) {
    margin: auto;
    text-align: center;
  }

  #sp .gall {
    display: flex;
    margin: 0 auto 20px;
    padding-left: 0;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }


  #sp .gall li {
    width: 30%;
  }

  #sp .gall li img {
    width: 100%;
  }

  #sp .g_logo {
    width: 700px;
    padding: 20px;
    margin: auto;
  }

  #sp .g_logo img {
    width: 100%;
  }

  /* #gallIn {
    background: url(../img/logo_1.png) no-repeat;
  }

  #gallAf {
    background: url(../img/logo_2.png) no-repeat;
  } */

  #sp .movie-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
  }

  #sp .gallery-blocks {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  #sp .gallery-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  #sp .gallery-logo {
    width: 290px;
  }

  #sp .thumbs {
    display: flex;
    gap: 12px;
  }

  #sp .system {
    background: #f2a7a7;
    min-height: 1031px;
    padding: 90px 0 140px;
  }

  #sp .system-space {
    height: auto;
    color: #5d3a3a;
    font-size: 9vw;
    line-height: 15vw;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .system-space {
    height: auto;
    color: #5d3a3a;
    font-size: 9vw;
    line-height: 10vw;
  }

  #sp h2 {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 13vw;
    margin: auto;
    width: 95%;
  }

  #sp #sp_system h3 {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-weight: bold;
  }


  #sp #sp_system h3 {
    text-align: center;
    font-size: 10vw;
    margin: 50px 0 52px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp #sp_system h3 {
    text-align: center;
    font-size: 15vw;
    margin: 0;
  }

  #sp .sp-system-name img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 10px;
  }

  #sp .sp-system-text {
    width: 88%;
    margin: 0 auto 100px;
    text-align: left;
    font-size: 9vw;
    line-height: 14vw;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .sp-system-text {
    width: 88%;
    margin: 0 auto 100px;
    text-align: left;
    font-size: 10vw;
    line-height: 4vw;
  }

  #sp .sp-system-faces {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 6px 0 14px;
  }

  #sp .sp-system-faces img {
    display: block;
    width: 47%;
    height: auto;
  }

  #sp .sp-system-note {
    width: 78%;
    margin: 150px auto 150px;
    text-align: left;
    font-size: 9vw;
    line-height: 14vw;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .sp-system-note {
    width: 78%;
    margin: 150px auto 150px;
    text-align: left;
    font-size: 10vw;
    line-height: 4vw;
  }

  #sp .sp-system-play {
    text-align: center;
    margin-bottom: 40px;
  }

  #sp .sp-system-play h3 {
    margin: 0 0 12px;
    font-size: 18px;
  }

  #sp .sp-system-play>img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 12px;
  }

  #sp .sp-system-play__image {
    position: relative;
    width: 95%;
    margin: 0 auto 12px;
    aspect-ratio: 600 / 338;
    overflow: hidden;
  }

  #sp .sp-system-play__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: spSystemFade 9s infinite;
  }

  #sp .sp-system-play__image img:nth-child(1) {
    animation-delay: 0s;
  }

  #sp .sp-system-play__image img:nth-child(2) {
    animation-delay: 3s;
  }

  #sp .sp-system-play__image img:nth-child(3) {
    animation-delay: 6s;
  }

  @keyframes spSystemFade {
    0% {
      opacity: 0;
    }

    8% {
      opacity: 1;
    }

    33% {
      opacity: 1;
    }

    41% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  #sp .sp-system-play p {
    width: 88%;
    margin: 0 auto 100px auto;
    text-align: left;
    font-size: 9vw;
    line-height: 14vw;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .sp-system-play p {
    width: 88%;
    margin: 0 auto 100px auto;
    text-align: left;
    font-size: 10vw;
    line-height: 4vw;
  }

  #sp .sp-system-block {
    margin: 0 auto 38px;
    text-align: center;
  }

  #sp .sp-system-block h3 {
    margin: 0 0 10px;
    font-size: 18px;
  }

  #sp .sp-system-block>img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 12px;
  }

  #sp .sp-system-block__image {
    position: relative;
    width: 95%;
    margin: 0 auto 12px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  #sp .sp-system-block__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: spSystemBlockFade 12s infinite;
  }

  #sp .sp-system-block__image img:nth-child(1) {
    animation-delay: 0s;
  }

  #sp .sp-system-block__image img:nth-child(2) {
    animation-delay: 4s;
  }

  #sp .sp-system-block__image img:nth-child(3) {
    animation-delay: 8s;
  }

  @keyframes spSystemBlockFade {
    0% {
      opacity: 0;
    }

    8.333% {
      opacity: 1;
    }

    33.333% {
      opacity: 1;
    }

    41.666% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  #sp .sp-system-block p {
    width: 88%;
    margin: 0 auto 100px auto;
    text-align: left;
    font-size: 9vw;
    line-height: 14vw;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .sp-system-block p {
    width: 88%;
    margin: 0 auto 100px auto;
    text-align: left;
    font-size: 10vw;
    line-height: 4vw;
  }

  #sp .footer {
    background: #ffffff;
    min-height: 417px;
    padding: 80px 0 120px;
  }

  #sp .footer-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #sp .footer-banners {
    display: block;
    justify-content: center;
    width: 70%;
    margin: auto;
  }

  #sp .footer-banners img {
    width: 100%;
    padding: 10px;
  }

  #sp .footer-banners.second {
    margin-bottom: 30px;
  }

  #sp .footer-text {
    line-height: 1.8;
    color: #555555;
  }

  #sp .footer-text p {
    margin: 6px 0;
  }

  #sp .jp-audio {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 3;
  }

  #sp .jp-audio .jp-play,
  #sp .jp-audio .jp-pause {
    cursor: pointer;
  }

  #sp .jp-audio img {
    pointer-events: none;
  }

  #sp .jp-audio .jp-pause {
    display: none;
  }

  #sp .jp-audio.jp-state-playing .jp-play {
    display: none;
  }

  #sp .jp-audio.jp-state-playing .jp-pause {
    display: inline-flex;
    align-items: center;
  }

  #sp .slide_area {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: scale(1.4);
    margin-top: 300px;
  }

  #sp .swiper {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    transform: scale(1);
  }

  #sp .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 32px;
    font-weight: 600;
    color: #f9fafb;
    /* 好きに変えてOK */
  }

  #sp .swiper-slide-next {
    transform: translate3d(calc(7.25% - 600px), 50px, 0px) rotateZ(2deg) scale(1) !important;
  }

  #sp .swiper-slide-prev {
    transform: translate3d(calc(-7.25% - 200px), 50px, -100px) rotateZ(-2deg) scale(1) !important;
  }

  /* ちょっとだけスライドごとに色を変える例 */
  #sp .swiper-slide:nth-child(2n) {}

  #sp .swiper-slide:nth-child(3n) {
    background-color: #f97316;
  }

  #sp .gall-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sp .gall-modal.is-hidden {
    display: none;
  }

  #sp .gall-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  #sp .gall-modal__content {
    position: relative;
    width: 800px;
    height: 450px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  #sp .gall-modal__frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  #sp .gall-modal__close {
    position: absolute;
    top: -38px;
    right: 0;
    width: 100px;
    height: 40px;
    display: block;
    cursor: pointer;
  }

  #sp .section-title {
    transform: scale(1.6)
  }

  #sp .sp_hero-nav {
    transform: scale(1.8)
  }

}

@media (max-width: 600px) {

  #sp .chTe {
    position: absolute;
    font-size: 4.5vw;
    top: 500px;
    left: 100px;
  }


  #sp .chPr {
    position: absolute;
    font-size: 4.5vw;
    top: 750px;
    left: 100px;
  }

  #sp .voice {
    position: absolute;
    display: flex;
    top: 900px;
    left: 150px;
    z-index: 2;
  }

  #sp .voice li {
    width: 200px;
    transform: scale(1.5);
    margin-right: 40px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .voice {
    position: absolute;
    display: flex;
    top: 900px;
    left: 130px;
    z-index: 2;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .voice li {
    width: 240px;
    transform: scale(1.3);
    margin-right: 60px;
  }

}

@media (max-width: 530px) {
  #sp .chTe {
    position: absolute;
    font-size: 9vw;
    top: 500px;
    left: 100px;
  }

  #sp .chPr {
    position: absolute;
    font-size: 9vw;
    top: 780px;
    left: 100px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .chTe {
    position: absolute;
    font-size: 9px;
    top: 500px;
    left: 60px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .chPr {
    position: absolute;
    font-size: 9px;
    top: 830px;
    left: 60px;
  }

  #sp .voice {
    position: absolute;
    display: flex;
    top: 950px;
    left: 150px;
    z-index: 2;
  }

  #sp .sub_6 .voice {
    position: absolute;
    display: flex;
    top: 1000px;
    left: 150px;
    z-index: 2;
  }

  #sp .voice li {
    width: 200px;
    transform: scale(1.7);
    margin-right: 70px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .voice {
    position: absolute;
    display: flex;
    top: 1040px;
    left: 130px;
    z-index: 2;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .sub .voice {
    position: absolute;
    display: flex;
    top: 1070px;
    left: 530px;
    z-index: 2;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #sp .voice li {
    width: 400px;
    transform: scale(1.3);
    margin-right: 60px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 530px) {
    #sp .chTe {
      font-size: 9px;
    }

    #sp .chPr {
      font-size: 9px;
    }
  }
}

@media (max-width: 420px) {
  #sp .product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5vw;
    line-height: 1.4;
    margin: 20px auto;
    text-align: left;
  }

  #sp .news-box {
    width: 100%;
    height: 600px;
    border: 2px solid #ff8fb1;
    background: #ffffff;
    padding: 12px 14px;
    font-size: 12.5vw;
    text-align: left;
  }

  #sp .changeA,
  #sp .changeB {
    display: block;
    position: absolute;
    /* bottom: 8px;
    right: 88px; */
    bottom: 30px;
    left: 40%;
    width: 80px;
    height: 50px;
    text-indent: -9999px;
  }

  #sp_slider,
  #sp_sliderSub {
    position: relative;
    left: -11vw;
  }


  #sp .story-paging img {
    width: 500px;
  }

  #sp .slide_area {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: scale(1.4);
  }

  #sp h2 {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 20vw;
    margin: auto;
    width: 95%;
    margin-bottom: 100px;
  }

  #sp #sp_system h3 {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-weight: bold;
  }


  #sp #sp_system h3 {
    text-align: center;
    font-size: 17vw;
    margin: 50px 0 52px;
  }

  #sp .sp-system-name img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 10px;
  }

  #sp .sp-system-text {
    width: 93%;
    margin: 0 auto 100px;
    text-align: left;
    font-size: 13vw;
    line-height: 20vw;
  }

  #sp .sp-system-faces {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 6px 0 14px;
  }

  #sp .sp-system-faces img {
    display: block;
    width: 47%;
    height: auto;
  }

  #sp .sp-system-note {
    width: 85%;
    margin: 150px auto 150px;
    text-align: left;
    font-size: 13vw;
    line-height: 20vw;
  }

  #sp .sp-system-play {
    text-align: center;
    margin-bottom: 40px;
  }

  #sp .sp-system-play h3 {
    margin: 0 0 12px;
    font-size: 18px;
  }

  #sp .sp-system-play>img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 12px;
  }

  #sp .sp-system-play__image {
    position: relative;
    width: 100%;
    margin: 0 auto 12px;
    aspect-ratio: 600 / 338;
    overflow: hidden;
  }

  #sp .sp-system-play__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: spSystemFade 9s infinite;
  }

  #sp .sp-system-play__image img:nth-child(1) {
    animation-delay: 0s;
  }

  #sp .sp-system-play__image img:nth-child(2) {
    animation-delay: 3s;
  }

  #sp .sp-system-play__image img:nth-child(3) {
    animation-delay: 6s;
  }

  @keyframes spSystemFade {
    0% {
      opacity: 0;
    }

    8% {
      opacity: 1;
    }

    33% {
      opacity: 1;
    }

    41% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  #sp .sp-system-play p {
    width: 93%;
    margin: 0 auto 100px auto;
    text-align: left;
    font-size: 13vw;
    line-height: 20vw;
  }

  #sp .sp-system-block {
    margin: 0 auto 38px;
    text-align: center;
  }

  #sp .sp-system-block h3 {
    margin: 0 0 10px;
    font-size: 18px;
  }

  #sp .sp-system-block>img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 12px;
  }

  #sp .sp-system-block__image {
    position: relative;
    width: 95%;
    margin: 0 auto 12px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  #sp .sp-system-block__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: spSystemBlockFade 12s infinite;
  }

  #sp .sp-system-block__image img:nth-child(1) {
    animation-delay: 0s;
  }

  #sp .sp-system-block__image img:nth-child(2) {
    animation-delay: 4s;
  }

  #sp .sp-system-block__image img:nth-child(3) {
    animation-delay: 8s;
  }

  @keyframes spSystemBlockFade {
    0% {
      opacity: 0;
    }

    8.333% {
      opacity: 1;
    }

    33.333% {
      opacity: 1;
    }

    41.666% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  #sp .sp-system-block p {
    width: 90%;
    margin: 0 auto 100px auto;
    text-align: left;
    font-size: 13vw;
    line-height: 20vw;
  }

}