@charset "UTF-8";
@font-face {
  font-family: "gillsans";
  src: url(/_assets/fonts/sounds/GillSans.ttc) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.f-ja {
  font-family: "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
}

body:not(.arena2025-item) #ztmy-header, body:not(.arena2025-item) #pcMenu, body:not(.arena2025-item) .ztmy-bottom--nav {
  display: none !important;
}

.col-bk {
  color: #000;
}

.col-wh {
  color: #fff;
}

.col-rd {
  color: #f81627;
}

.col-gy {
  color: #afafaf;
}

.col-bl {
  color: #567d8c;
}

.col-gr {
  color: #1e863a;
}

.col-pk {
  color: #e48bfc;
}

.col-br {
  color: #5e5c5c;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.se {
  display: block !important;
}
@media screen and (max-width: 479px) {
  .se {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-size: 12px;
  margin-bottom: 10px;
}

.note-li {
  margin-bottom: 10px;
}
.note-li li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

form {
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:not([class]) {
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}
a:not([class]):hover {
  opacity: 0.7;
}

dl dt {
  padding-left: 10px;
  border-left: solid 6px #000;
  margin-bottom: 5px;
  font-weight: bold;
}
dl dd {
  margin-bottom: 20px;
}

.ztmy-container {
  padding: 0;
  font-family: "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ztmy-container {
    font-size: 13px;
  }
}

.ztmy-wrap {
  max-width: 100%;
}

img {
  width: 100%;
  height: 100%;
}

body {
  background-color: #000;
  background-image: none;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  color: #fff;
  image-rendering: pixelated;
  text-shadow: 0.5px 0 0 #ff0000, -0.5px 0 0 #00ffff;
  /* スキャンライン */
  /* 全体的な色味調整 */
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 255, 65, 0.03) 2px, rgba(0, 255, 65, 0.03) 4px);
  pointer-events: none;
  z-index: 1000;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}
body .maincontent {
  position: relative;
}
@media screen and (max-width: 768px) {
  body .maincontent {
    font-size: 10px !important;
  }
}

/* デフォルトのスクロールバー非表示 */
body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-thumb {
  display: none;
}

.simplebar-scrollbar::before {
  background: linear-gradient(180deg, #00a7c1 0%, #05522a 25%, #af6d04 50%, #7134b2 75%, #ffffff 100%) !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.simplebar-track.simplebar-vertical {
  right: 30px !important;
  width: 13px !important;
  background: transparent;
  top: 120px !important;
  bottom: 120px !important;
  height: calc(75% - 160px) !important;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .simplebar-track.simplebar-vertical {
    right: 4px !important;
    width: 7px !important;
    top: 200px !important;
  }
}

.simplebar-scrollbar {
  right: 30px !important;
  width: 13px !important;
  min-height: 200px !important;
}
@media screen and (max-width: 768px) {
  .simplebar-scrollbar {
    right: 4px !important;
    width: 7px !important;
    min-height: 100px !important;
  }
}

.simplebar-scrollbar:hover::before {
  background: linear-gradient(180deg, #00a7c1 0%, #05522a 25%, #af6d04 50%, #7134b2 75%, #ffffff 100%) !important;
  opacity: 1 !important;
}

.simplebar-content-wrapper {
  overflow: hidden;
}

.simplebar-track {
  position: absolute;
  z-index: 1;
  border-radius: 0;
}

.simplebar-track.simplebar-vertical.custom-spacing {
  top: 30px !important;
  bottom: 30px !important;
  height: calc(100% - 60px) !important;
}

.simplebar-track.simplebar-vertical.minimal-spacing {
  top: 10px !important;
  bottom: 10px !important;
  height: calc(100% - 20px) !important;
}

/* 画像・SVGに色収差効果を適用（ただし .no-fx は除外） */
img:not(.no-fx),
svg:not(.no-fx) {
  filter: drop-shadow(0.5px 0 0 #ff0000) drop-shadow(-0.5px 0 0 #00ffff) contrast(1.1) brightness(0.95);
  image-rendering: pixelated;
}

article {
  max-width: 100%;
  color: #000;
}

.zs__btn a {
  display: block;
  width: fit-content;
  border: solid 1px #d1d1d1;
  line-height: 1;
  padding: 3px 20px 3px 6px;
  position: relative;
  overflow: hidden;
  color: #d1d1d1;
  z-index: 0;
  text-decoration: unset;
  letter-spacing: 0.005em;
  font-family: gillsans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 768px) {
  .zs__btn a {
    font-size: 12px;
  }
}
.zs__btn a::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 6px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../img/special/sounds/arrow_g.svg") no-repeat center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
.zs__btn a:hover::before {
  height: 100%;
}
.zs__btn a:hover {
  color: #000;
  opacity: 1;
  border: solid 1px #fff;
  background: #fff;
}
.zs__btn a:hover::after {
  background-image: url("../img/special/sounds/arrow_b.svg");
}
.zs__kv {
  overflow-x: hidden;
}
.zs__kv-logo--green01, .zs__kv-logo--green02 {
  background: #1e863a;
}
.zs__kv-logo--green01 .logo, .zs__kv-logo--green02 .logo {
  width: 100%;
  padding: 10px;
}
.zs__kv-logo--green01 .logo {
  padding-left: 1vw;
}
@media screen and (max-width: 768px) {
  .zs__kv-logo--green01 .logo {
    padding-left: 10px;
  }
}
.zs__kv-logo--green01 .logo img {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .zs__kv-logo--green01 .logo img {
    max-width: 45%;
  }
}
.zs__kv-logo--green02 .logo {
  padding-right: 6vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .zs__kv-logo--green02 .logo {
    padding: 20px 10px;
  }
}
.zs__kv-logo--green02 .logo img {
  max-width: 840px;
  width: 57vw;
}
@media screen and (max-width: 768px) {
  .zs__kv-logo--green02 .logo img {
    max-width: unset;
    width: 100%;
  }
}
.zs__kv-logo--purple {
  background: #9135bc;
  min-height: 60px;
  border-top: 10px solid #776e53;
  border-bottom: 10px solid #776e53;
}
@media screen and (max-width: 768px) {
  .zs__kv-logo--purple {
    border-top: 6px solid #776e53;
    border-bottom: 6px solid #776e53;
    min-height: 45px;
  }
}
.zs__kv-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 14vw 0 7vw;
}
@media screen and (max-width: 768px) {
  .zs__kv-img {
    padding: 33vw 0 30vw;
  }
}
.zs__kv-img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/special/sounds/kv_bg.jpg");
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .zs__kv-img--bg {
    background-image: url("../img/special/sounds/kv_bg_sp.jpg");
  }
}
.zs__kv-img--object {
  position: relative;
  width: 87.5%;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out !important;
}
.zs__kv-img--object.is-animated {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .zs__kv-img--object {
    width: 90%;
  }
}
.zs__kv-img--object img {
  width: 100%;
  height: auto;
  display: block;
  filter: unset;
  image-rendering: unset;
}
.zs__kv-img--deco01, .zs__kv-img--deco02, .zs__kv-img--deco03, .zs__kv-img--deco04, .zs__kv-img--deco05 {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}
.zs__kv-img--deco01.is-animated, .zs__kv-img--deco02.is-animated, .zs__kv-img--deco03.is-animated, .zs__kv-img--deco04.is-animated, .zs__kv-img--deco05.is-animated {
  opacity: 1;
  transform: scale(1);
}
.zs__kv-img--deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.8vw;
  height: 34vw;
  max-width: 100%;
  background-image: url("../img/special/sounds/kv_deco01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .zs__kv-img--deco01 {
    background-image: url("../img/special/sounds/kv_deco01_sp.png");
    top: -12px;
    width: 50.5vw;
    height: 53.5vw;
  }
}
.zs__kv-img--deco02 {
  position: absolute;
  top: 7%;
  right: 0.8%;
  width: 32vw;
  max-width: 100%;
  height: 30vw;
  background-image: url("../img/special/sounds/kv_deco02.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .zs__kv-img--deco02 {
    top: 36%;
    right: -12.5%;
    width: 57vw;
    max-width: 100%;
    height: 53vw;
  }
}
.zs__kv-img--deco03 {
  position: absolute;
  bottom: -4.5%;
  left: 9.3%;
  width: 20.3vw;
  max-width: 100%;
  height: 19.3vw;
  background-image: url("../img/special/sounds/kv_deco03.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .zs__kv-img--deco03 {
    transform: rotate(7deg) !important;
    bottom: 0.5px;
    left: -10%;
    width: 36.5vw;
    height: 34.5vw;
  }
}
.zs__kv-img--deco04 {
  position: absolute;
  width: 45vw;
  max-width: 100%;
  height: 40vw;
  bottom: -21%;
  right: -7.5%;
  background-image: url("../img/special/sounds/kv_deco04.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .zs__kv-img--deco04 {
    background-image: url("../img/special/sounds/kv_deco04_sp.png");
    width: 70vw;
    max-width: 100%;
    height: 60vw;
    bottom: -28%;
    right: -5.5%;
  }
}
.zs__kv-img--deco05 {
  position: absolute;
  top: 19.8%;
  left: 51%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 6.5vw;
  max-width: 100%;
  height: 5vw;
  background-image: url(../img/special/sounds/kv_deco05.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}
.zs__kv-img--deco05.is-animated {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 768px) {
  .zs__kv-img--deco05 {
    width: 14.5vw;
    max-width: 100%;
    height: 10.5vw;
    top: 18%;
    left: 54%;
  }
}
.zs__kv-img--logo {
  position: absolute;
  width: 95%;
  height: 90%;
  background-image: url(../img/special/sounds/kv_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  background-position: top;
  top: 11%;
  margin: 0 auto;
  left: 3%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out !important;
}
.zs__kv-img--logo.is-animated {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .zs__kv-img--logo {
    background-image: url("../img/special/sounds/kv_logo_sp.png");
    width: 94%;
    height: 89%;
    top: 9%;
    left: 5.5%;
  }
}
.zs__kv-img--texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/special/sounds/kv_texture.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  opacity: 0.8;
  pointer-events: none;
  z-index: 10;
}
.zs__loop {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zs__loop-grad {
  line-height: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 100%;
  height: 12px;
  background: linear-gradient(60deg, #00a7c1 0%, #05522a 25%, #af6d04 50%, #7134b2 75%, #ffffff 100%) !important;
}
@media screen and (max-width: 768px) {
  .zs__loop-grad {
    height: 7px;
  }
}
.zs__loop .loopslider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.zs__loop .loopslider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
}
.zs__loop .loopslider_wrap ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.zs__loop .loopslider_wrap li {
  display: inline-block;
  white-space: nowrap;
}
.zs__loop-txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 50px !important;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .zs__loop-txt {
    height: 40px !important;
    padding-bottom: 10px;
  }
}
.zs__loop-txt img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}
.zs__loop-logo {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  height: 80px !important;
}
@media screen and (max-width: 768px) {
  .zs__loop-logo {
    height: 50px !important;
  }
}
.zs__loop-logo .loopslider_wrap {
  display: flex !important;
  gap: 20px;
  height: 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .zs__loop-logo .loopslider_wrap {
    height: 50px;
  }
}
.zs__loop-logo .loopslider_wrap ul {
  gap: 20px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .zs__loop-logo .loopslider_wrap ul {
    height: 30px;
    gap: 10px;
  }
}
.zs__loop-logo .loopslider_wrap ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
.zs__loop-logo .loopslider_wrap p {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .zs__loop-logo .loopslider_wrap p {
    font-size: 16px;
  }
}
.zs__loop-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.zs__lead {
  padding: 170px 0 35%;
  position: relative;
  background: linear-gradient(to bottom, #cccdce -2%, #dbddde 36%, rgba(0, 142, 187, 0.7) 71%, rgba(0, 142, 187, 0.4) 79%, #000 90%);
}
@media screen and (max-width: 768px) {
  .zs__lead {
    padding: 24vw 0 60vw;
    background: linear-gradient(to bottom, #cccdce 12%, #dbddde 42%, rgba(0, 142, 187, 0.7) 77%, rgba(0, 142, 187, 0.4) 85%, #000 92%);
  }
}
.zs__lead-logo {
  text-align: center;
}
.zs__lead-logo img {
  max-width: 500px;
  width: 33vw;
}
@media screen and (max-width: 768px) {
  .zs__lead-logo img {
    max-width: unset;
    width: 50%;
  }
}
.zs__lead-txt h3 {
  margin: 80px auto 60px;
  max-width: 820px;
  width: 55vw;
}
@media screen and (max-width: 768px) {
  .zs__lead-txt h3 {
    margin: 60px auto;
    width: 80%;
  }
}
.zs__lead-txt span {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .zs__lead-txt span {
    max-width: unset;
    width: 70%;
  }
}
.zs__lead-kazari01:before {
  content: "";
  width: 11vw;
  height: 100%;
  display: block;
  background-image: url(../img/special/sounds/lead_kazari01.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
  filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
  image-rendering: pixelated;
}
@media screen and (max-width: 768px) {
  .zs__lead-kazari01:before {
    left: 10px;
    top: 10px;
    width: 16vw;
  }
}
.zs__lead-kazari01:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/special/sounds/lead_kazari02.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  position: absolute;
  right: 0;
  bottom: 15vw;
  z-index: 1;
  filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
  image-rendering: pixelated;
}
@media screen and (max-width: 768px) {
  .zs__lead-kazari01:after {
    background-image: url(../img/special/sounds/lead_kazari02_sp.svg);
    bottom: 20vw;
  }
}
.zs__lead-txt {
  text-align: center;
  color: #000;
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .zs__lead-txt {
    margin-top: 20px;
  }
}
.zs__lead-txt .jp {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .zs__lead-txt .jp {
    font-size: 10px;
  }
}
.zs__lead-txt .en {
  font-size: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .zs__lead-txt .en {
    font-size: 8px;
    margin-top: 20px;
  }
}
.zs__product-card {
  position: relative;
  background: #33858a;
  width: 100%;
  height: 100%;
  color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.zs__product-card-container {
  position: relative;
  width: 240px; /* 正方形の初期サイズ */
  height: 240px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 40px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 20% center;
}
.zs__product-card-container:hover {
  width: 600px;
}
.zs__product-card-container:hover .card-ttl {
  opacity: 0;
  transform: translateY(-10px);
}
.zs__product-card-container:hover .compact-title {
  opacity: 0;
}
.zs__product-card-container:hover .expandable-content {
  opacity: 1;
  transform: translateX(0);
}
.zs__product-card-container:hover .site-info {
  opacity: 1;
}
.zs__product-card-container:hover .arrow {
  opacity: 1;
  transform: translateY(-50%) scaleX(-1);
}
.zs__product-card-container:hover .hover-overlay {
  opacity: 1;
}
.zs__product-card .card-ttl {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.zs__product-card .card-ttl img {
  max-width: 200px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.zs__product-card .album-cover {
  width: 210px;
  height: 210px;
  margin: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.zs__product-card .album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.zs__product-card .compact-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.zs__product-card .expandable-content {
  flex: 1;
  padding: 20px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease 0.2s;
  white-space: nowrap;
  overflow: hidden;
}
.zs__product-card .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zs__product-card .subtitle {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 15px;
}
.zs__product-card .subtitle:last-child {
  margin-bottom: 0;
}
.zs__product-card .hover-overlay {
  position: absolute;
  top: 0;
  left: 240px;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
  backdrop-filter: blur(2px);
}
.zs__product-card .site-info {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease 0.4s;
  text-align: right;
  z-index: 10;
}
.zs__product-card .site-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.zs__product-card .site-url {
  font-size: 12px;
  opacity: 0.8;
}
.zs__product-card .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 0.3s ease 0.3s;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zs__product-card .arrow::before {
  content: "→";
  font-weight: bold;
}
.zs__product .zs__product-card-container:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.zs__product .zs__product-card-container:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}
@media (max-width: 768px) {
  .zs__product .zs__product-card-container {
    width: 180px;
    height: 180px;
    transform-origin: 26.67% center;
  }
  .zs__product .zs__product-card-container:hover {
    width: 450px;
  }
  .zs__product .zs__product-card-container .zs__product-card .album-cover {
    width: 150px;
    height: 150px;
  }
  .zs__product .zs__product-card-container .zs__product-card .card-ttl img {
    max-width: 140px;
  }
  .zs__product .zs__product-card-container .zs__product-card .compact-title {
    font-size: 14px;
  }
  .zs__product .zs__product-card-container .zs__product-card .expandable-content {
    padding: 15px;
  }
  .zs__product .zs__product-card-container .zs__product-card .expandable-content .title {
    font-size: 16px;
  }
  .zs__product .zs__product-card-container .zs__product-card .expandable-content .subtitle {
    font-size: 12px;
  }
}
.zs__product .zs__product-card-container:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.zs__product .zs__product-card-container:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}
.zs__product-headphone, .zs__product-radiocassette, .zs__product-record {
  position: relative;
}
.zs__product-headphone {
  position: relative;
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .zs__product-headphone {
    padding-bottom: 60px;
  }
}
.zs__product-headphone .zs__product-flex {
  height: 10vw;
  min-height: 430px;
  gap: 80px;
}
@media screen and (max-width: 1083px) {
  .zs__product-headphone .zs__product-flex {
    min-height: 720px;
  }
}
@media screen and (max-width: 768px) {
  .zs__product-headphone .zs__product-flex {
    min-height: 100%;
    height: 100%;
  }
}
.zs__product-record {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .zs__product-record {
    padding-bottom: 60px;
  }
}
.zs__product-record .zs__product-img {
  padding: 0 60px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zs__product-record .zs__product-img {
    padding: 0;
  }
}
.zs__product-record .zs__product-kazari05:before {
  content: "";
  width: 33vw;
  height: 33vw;
  display: block;
  background-image: url(../img/special/sounds/product_kazari05.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 6%;
  z-index: 1;
  filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
  image-rendering: pixelated;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .zs__product-record .zs__product-kazari05:before {
    width: 54vw;
    height: 57vw;
    top: 4%;
    bottom: unset;
  }
}
.zs__product-record .btn-area a {
  min-width: 140px;
  font-size: 14px;
  padding: 6px 20px 6px 22px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .zs__product-record .btn-area a {
    min-width: 120px;
    font-size: 12px;
    padding: 4px 25px 4px 20px;
  }
}
.zs__product-release {
  margin-bottom: 20vw;
}
@media screen and (max-width: 768px) {
  .zs__product-release {
    margin-bottom: 35vw;
  }
}
.zs__product-release h4 {
  display: flex;
  align-items: center;
  width: 100%;
}
.zs__product-release h4 .title-label {
  flex-shrink: 0;
}
.zs__product-release h4 .title-text {
  display: flex;
  align-items: center;
  flex: 1;
}
.zs__product-release h4 .title-text::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #fff;
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .zs__product-release h4 .title-text::after {
    margin: 0 10px;
  }
}
.zs__product-release h4 .title-text-lg {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .zs__product-release h4 .title-text-lg {
    font-size: 16px;
  }
}
.zs__product-release h4 .format-label {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .zs__product-release .note-text {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .zs__product-release .note-title {
    flex: 1;
  }
}
.zs__product-release .note-header {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .zs__product-release .note-header {
    margin-bottom: 3px !important;
  }
}
.zs__product-release .single-jacket {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .zs__product-release .single-jacket {
    max-width: 280px;
  }
}
.zs__product-release .release-image-wrapper {
  position: relative;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .zs__product-release .release-image-wrapper {
    margin-bottom: 30px;
    display: block;
    flex: unset;
  }
}
.zs__product-release .release-image-slider .slick-list {
  margin: 0 -10px;
}
.zs__product-release .release-image-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.zs__product-release .release-image-slider .slick-slide {
  margin: 0 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 400px;
  flex-shrink: 0;
  height: auto !important;
  background: #121212;
  max-height: 390px;
}
@media screen and (max-width: 768px) {
  .zs__product-release .release-image-slider .slick-slide {
    width: 280px;
  }
}
.zs__product-release .release-image-slider .slick-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .zs__product-release .release-image-slider .slick-slide img {
    height: 280px;
  }
}
.zs__product-release .slick-prev,
.zs__product-release .slick-next {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zs__product-release .slick-prev {
  left: 1vw;
}
.zs__product-release .slick-next {
  right: 1vw;
}
.zs__product-release .slick-prev::before,
.zs__product-release .slick-next::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/special/sounds/ico_slide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  top: unset;
  left: unset;
}
.zs__product-release .slick-next::before {
  transform: scaleX(-1);
}
.zs__product-release .slick-prev:hover,
.zs__product-release .slick-next:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}
.zs__product-release--item13 .product-date {
  width: 100%;
  display: block;
  margin-left: 60px;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item13 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.zs__product-release--item12 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item12 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.zs__product-release--item11 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item11 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.zs__product-release--item10 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item10 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -2px;
  }
}
.zs__product-release--item09 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item09 .product-date {
    width: 95%;
    margin-left: 4px;
    margin-top: -1px;
  }
}
.zs__product-release--item08 .product-date {
  width: 40%;
  display: block;
  margin-left: 110px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item08 .product-date {
    width: 40%;
    margin-left: 35px;
    margin-top: -2px;
  }
}
.zs__product-release--item07 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item07 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: 0;
  }
}
.zs__product-release--item06 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item06 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: 3px;
  }
}
.zs__product-release--item05 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item05 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: 3px;
  }
}
.zs__product-release--item04 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item04 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.zs__product-release--item03 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item03 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: 2px;
  }
}
.zs__product-release--item02 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item02 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.zs__product-release--item01 .product-date {
  width: 100%;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .zs__product-release--item01 .product-date {
    width: 85%;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.zs__product-record--item, .zs__product-release--item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
  position: relative;
  z-index: 10;
  justify-content: center;
}
.zs__product-record--item:first-of-type, .zs__product-release--item:first-of-type {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item:first-of-type, .zs__product-release--item:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .zs__product-record--item, .zs__product-release--item {
    display: block;
    margin-top: 40px;
  }
}
.zs__product-record--item .record-image, .zs__product-release--item .record-image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-image, .zs__product-release--item .record-image {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
.zs__product-record--item .record-image img, .zs__product-release--item .record-image img {
  width: 100%;
  height: auto;
  display: block;
}
.zs__product-record--item .record-info,
.zs__product-record--item .release-info, .zs__product-release--item .record-info,
.zs__product-release--item .release-info {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info,
  .zs__product-record--item .release-info, .zs__product-release--item .record-info,
  .zs__product-release--item .release-info {
    width: 100%;
  }
}
.zs__product-record--item .record-info h4,
.zs__product-record--item .release-info h4, .zs__product-release--item .record-info h4,
.zs__product-release--item .release-info h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info h4,
  .zs__product-record--item .release-info h4, .zs__product-release--item .record-info h4,
  .zs__product-release--item .release-info h4 {
    gap: 5px;
    font-size: 16px;
  }
}
.zs__product-record--item .record-info h4 .title-label,
.zs__product-record--item .release-info h4 .title-label, .zs__product-release--item .record-info h4 .title-label,
.zs__product-release--item .release-info h4 .title-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px;
  min-height: 50px;
  background: #d1d1d1;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info h4 .title-label,
  .zs__product-record--item .release-info h4 .title-label, .zs__product-release--item .record-info h4 .title-label,
  .zs__product-release--item .release-info h4 .title-label {
    writing-mode: horizontal-tb;
    transform: rotate(-90deg);
    font-size: 10px;
    min-height: 15px;
    padding: 2px 4px;
  }
}
.zs__product-record--item .record-info .record-note,
.zs__product-record--item .record-info .release-note,
.zs__product-record--item .release-info .record-note,
.zs__product-record--item .release-info .release-note, .zs__product-release--item .record-info .record-note,
.zs__product-release--item .record-info .release-note,
.zs__product-release--item .release-info .record-note,
.zs__product-release--item .release-info .release-note {
  flex: 1;
  color: #d1d1d1;
  padding: 15px 0 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  min-width: 487px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note,
  .zs__product-record--item .record-info .release-note,
  .zs__product-record--item .release-info .record-note,
  .zs__product-record--item .release-info .release-note, .zs__product-release--item .record-info .record-note,
  .zs__product-release--item .record-info .release-note,
  .zs__product-release--item .release-info .record-note,
  .zs__product-release--item .release-info .release-note {
    width: 100%;
    min-width: unset;
  }
}
.zs__product-record--item .record-info .record-note .note-header,
.zs__product-record--item .record-info .release-note .note-header,
.zs__product-record--item .release-info .record-note .note-header,
.zs__product-record--item .release-info .release-note .note-header, .zs__product-release--item .record-info .record-note .note-header,
.zs__product-release--item .record-info .release-note .note-header,
.zs__product-release--item .release-info .record-note .note-header,
.zs__product-release--item .release-info .release-note .note-header {
  display: flex;
  align-items: initial;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
  min-height: 45px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .note-header,
  .zs__product-record--item .record-info .release-note .note-header,
  .zs__product-record--item .release-info .record-note .note-header,
  .zs__product-record--item .release-info .release-note .note-header, .zs__product-release--item .record-info .record-note .note-header,
  .zs__product-release--item .record-info .release-note .note-header,
  .zs__product-release--item .release-info .record-note .note-header,
  .zs__product-release--item .release-info .release-note .note-header {
    gap: 5px;
    margin-bottom: 10px;
  }
}
.zs__product-record--item .record-info .record-note .note-header .btn-area,
.zs__product-record--item .record-info .release-note .note-header .btn-area,
.zs__product-record--item .release-info .record-note .note-header .btn-area,
.zs__product-record--item .release-info .release-note .note-header .btn-area, .zs__product-release--item .record-info .record-note .note-header .btn-area,
.zs__product-release--item .record-info .release-note .note-header .btn-area,
.zs__product-release--item .release-info .record-note .note-header .btn-area,
.zs__product-release--item .release-info .release-note .note-header .btn-area {
  margin-top: 0;
}
.zs__product-record--item .record-info .record-note .note-header .note-label,
.zs__product-record--item .record-info .release-note .note-header .note-label,
.zs__product-record--item .release-info .record-note .note-header .note-label,
.zs__product-record--item .release-info .release-note .note-header .note-label, .zs__product-release--item .record-info .record-note .note-header .note-label,
.zs__product-release--item .record-info .release-note .note-header .note-label,
.zs__product-release--item .release-info .record-note .note-header .note-label,
.zs__product-release--item .release-info .release-note .note-header .note-label {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 100;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .note-header .note-label,
  .zs__product-record--item .record-info .release-note .note-header .note-label,
  .zs__product-record--item .release-info .record-note .note-header .note-label,
  .zs__product-record--item .release-info .release-note .note-header .note-label, .zs__product-release--item .record-info .record-note .note-header .note-label,
  .zs__product-release--item .record-info .release-note .note-header .note-label,
  .zs__product-release--item .release-info .record-note .note-header .note-label,
  .zs__product-release--item .release-info .release-note .note-header .note-label {
    font-size: 10px;
    font-weight: 500;
  }
}
.zs__product-record--item .record-info .record-note .note-header .note-date,
.zs__product-record--item .record-info .release-note .note-header .note-date,
.zs__product-record--item .release-info .record-note .note-header .note-date,
.zs__product-record--item .release-info .release-note .note-header .note-date, .zs__product-release--item .record-info .record-note .note-header .note-date,
.zs__product-release--item .record-info .release-note .note-header .note-date,
.zs__product-release--item .release-info .record-note .note-header .note-date,
.zs__product-release--item .release-info .release-note .note-header .note-date {
  display: block;
  font-weight: 300;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .note-header .note-date,
  .zs__product-record--item .record-info .release-note .note-header .note-date,
  .zs__product-record--item .release-info .record-note .note-header .note-date,
  .zs__product-record--item .release-info .release-note .note-header .note-date, .zs__product-release--item .record-info .record-note .note-header .note-date,
  .zs__product-release--item .record-info .release-note .note-header .note-date,
  .zs__product-release--item .release-info .record-note .note-header .note-date,
  .zs__product-release--item .release-info .release-note .note-header .note-date {
    font-size: 12px;
    padding-left: 40px;
  }
}
.zs__product-record--item .record-info .record-note .note-lines span,
.zs__product-record--item .record-info .release-note .note-lines span,
.zs__product-record--item .release-info .record-note .note-lines span,
.zs__product-record--item .release-info .release-note .note-lines span, .zs__product-release--item .record-info .record-note .note-lines span,
.zs__product-release--item .record-info .release-note .note-lines span,
.zs__product-release--item .release-info .record-note .note-lines span,
.zs__product-release--item .release-info .release-note .note-lines span {
  border-top: 0.5px dashed #d1d1d1;
  border-image: repeating-linear-gradient(to right, #d1d1d1 0, #d1d1d1 8px, transparent 8px, transparent 16px) 2;
  display: block;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .note-lines span,
  .zs__product-record--item .record-info .release-note .note-lines span,
  .zs__product-record--item .release-info .record-note .note-lines span,
  .zs__product-record--item .release-info .release-note .note-lines span, .zs__product-release--item .record-info .record-note .note-lines span,
  .zs__product-release--item .record-info .release-note .note-lines span,
  .zs__product-release--item .release-info .record-note .note-lines span,
  .zs__product-release--item .release-info .release-note .note-lines span {
    padding-bottom: 30px;
  }
}
.zs__product-record--item .record-info .record-note .note-lines span:last-of-type,
.zs__product-record--item .record-info .release-note .note-lines span:last-of-type,
.zs__product-record--item .release-info .record-note .note-lines span:last-of-type,
.zs__product-record--item .release-info .release-note .note-lines span:last-of-type, .zs__product-release--item .record-info .record-note .note-lines span:last-of-type,
.zs__product-release--item .record-info .release-note .note-lines span:last-of-type,
.zs__product-release--item .release-info .record-note .note-lines span:last-of-type,
.zs__product-release--item .release-info .release-note .note-lines span:last-of-type {
  padding-bottom: 0;
}
.zs__product-record--item .record-info .record-note .note-lines span::after,
.zs__product-record--item .record-info .release-note .note-lines span::after,
.zs__product-record--item .release-info .record-note .note-lines span::after,
.zs__product-record--item .release-info .release-note .note-lines span::after, .zs__product-release--item .record-info .record-note .note-lines span::after,
.zs__product-release--item .record-info .release-note .note-lines span::after,
.zs__product-release--item .release-info .record-note .note-lines span::after,
.zs__product-release--item .release-info .release-note .note-lines span::after {
  content: "";
  position: absolute;
  right: 70px;
  top: -22px;
  height: 18px;
  border-right: 0.5px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .note-lines span::after,
  .zs__product-record--item .record-info .release-note .note-lines span::after,
  .zs__product-record--item .release-info .record-note .note-lines span::after,
  .zs__product-record--item .release-info .release-note .note-lines span::after, .zs__product-release--item .record-info .record-note .note-lines span::after,
  .zs__product-release--item .record-info .release-note .note-lines span::after,
  .zs__product-release--item .release-info .record-note .note-lines span::after,
  .zs__product-release--item .release-info .release-note .note-lines span::after {
    border-right: 0.3px solid #d1d1d1;
    right: 10px;
    top: -18px;
    height: 15px;
  }
}
.zs__product-record--item .record-info .record-note .note-lines span.note-text,
.zs__product-record--item .record-info .release-note .note-lines span.note-text,
.zs__product-record--item .release-info .record-note .note-lines span.note-text,
.zs__product-record--item .release-info .release-note .note-lines span.note-text, .zs__product-release--item .record-info .record-note .note-lines span.note-text,
.zs__product-release--item .record-info .release-note .note-lines span.note-text,
.zs__product-release--item .release-info .record-note .note-lines span.note-text,
.zs__product-release--item .release-info .release-note .note-lines span.note-text {
  padding: 10px 40px;
  font-size: 14px;
  font-family: "oradano-mincho-gsrr", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.6;
  min-height: 35px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .note-lines span.note-text,
  .zs__product-record--item .record-info .release-note .note-lines span.note-text,
  .zs__product-record--item .release-info .record-note .note-lines span.note-text,
  .zs__product-record--item .release-info .release-note .note-lines span.note-text, .zs__product-release--item .record-info .record-note .note-lines span.note-text,
  .zs__product-release--item .record-info .release-note .note-lines span.note-text,
  .zs__product-release--item .release-info .record-note .note-lines span.note-text,
  .zs__product-release--item .release-info .release-note .note-lines span.note-text {
    font-size: 12px;
    padding: 10px;
  }
}
.zs__product-record--item .record-info .record-note .ztmy-txt,
.zs__product-record--item .record-info .release-note .ztmy-txt,
.zs__product-record--item .release-info .record-note .ztmy-txt,
.zs__product-record--item .release-info .release-note .ztmy-txt, .zs__product-release--item .record-info .record-note .ztmy-txt,
.zs__product-release--item .record-info .release-note .ztmy-txt,
.zs__product-release--item .release-info .record-note .ztmy-txt,
.zs__product-release--item .release-info .release-note .ztmy-txt {
  position: absolute;
  right: -20px;
  max-width: 110px;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .zs__product-record--item .record-info .record-note .ztmy-txt,
  .zs__product-record--item .record-info .release-note .ztmy-txt,
  .zs__product-record--item .release-info .record-note .ztmy-txt,
  .zs__product-record--item .release-info .release-note .ztmy-txt, .zs__product-release--item .record-info .record-note .ztmy-txt,
  .zs__product-release--item .record-info .release-note .ztmy-txt,
  .zs__product-release--item .release-info .record-note .ztmy-txt,
  .zs__product-release--item .release-info .release-note .ztmy-txt {
    right: -10px;
    max-width: 70px;
    bottom: -4px;
  }
}
.zs__product-record--item .record-info .record-note .ztmy-txt img,
.zs__product-record--item .record-info .release-note .ztmy-txt img,
.zs__product-record--item .release-info .record-note .ztmy-txt img,
.zs__product-record--item .release-info .release-note .ztmy-txt img, .zs__product-release--item .record-info .record-note .ztmy-txt img,
.zs__product-release--item .record-info .release-note .ztmy-txt img,
.zs__product-release--item .release-info .record-note .ztmy-txt img,
.zs__product-release--item .release-info .release-note .ztmy-txt img {
  width: 100%;
  height: auto;
  display: block;
}
.zs__product .zs__product-headphone-fixed,
.zs__product .zs__product-radiocassette-fixed {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 100;
  top: 140px;
  height: 194px;
}
.zs__product .zs__product-headphone-fixed img,
.zs__product .zs__product-radiocassette-fixed img {
  width: 35px;
}
.zs__product .zs__product-headphone-fixed.is-sticky,
.zs__product .zs__product-radiocassette-fixed.is-sticky {
  position: fixed;
  right: 0;
  bottom: auto;
  top: 140px;
}
.zs__product .zs__product-headphone-fixed.is-stopped,
.zs__product .zs__product-radiocassette-fixed.is-stopped {
  position: absolute;
  top: auto;
  bottom: 140px;
  right: 0;
  transition: none;
}
.zs__product-radiocassette {
  padding-bottom: 60px;
  margin-bottom: 7vw;
}
.zs__product-head {
  position: relative;
  background: linear-gradient(90deg, #909090 0%, #71706d 23%, #b9baba 55%, #c1c2c2 75%, #909090 100%);
  padding: 30px 30px 20px;
}
@media screen and (max-width: 768px) {
  .zs__product-head {
    padding: 20px 10px 10px;
  }
}
.zs__product-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(60deg, #00a7c1 0%, #05522a 25%, #af6d04 50%, #7134b2 75%, #ffffff 100%) !important;
}
@media screen and (max-width: 768px) {
  .zs__product-head::before {
    height: 6px;
  }
}
.zs__product-inner {
  max-width: 1348px;
  margin: 0 auto;
  padding: 0 14px;
}
@media screen and (min-width: 1494px) {
  .zs__product-inner {
    max-width: 90%;
  }
}
.zs__product-top {
  color: #afafaf;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .zs__product-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.zs__product-top .on-off-switch {
  display: flex;
  align-items: center;
}
.zs__product-top .on-off-switch p {
  border: 1px solid #afafaf;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .zs__product-top .on-off-switch p {
    font-size: 8px;
  }
}
.zs__product-top .on-off-switch p::before {
  content: "ON";
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zs__product-top .on-off-switch p::after {
  content: "OFF";
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #afafaf;
}
.zs__product-top .check {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .zs__product-top .check {
    gap: 20px;
  }
}
.zs__product-top .box {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #afafaf;
}
.zs__product-top .box::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #afafaf;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -2px;
}
.zs__product-top .no {
  font-size: 12px;
  font-weight: normal;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .zs__product-top .no {
    margin-left: 0;
  }
}
.zs__product h3 {
  font-size: 30px;
  margin-top: 60px;
  color: #d1d1d1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .zs__product h3 {
    font-size: 21px;
    line-height: 1.5;
    margin-top: 30px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .zs__product h3:before {
    content: "";
    width: 5vw;
    height: -webkit-fill-available;
    display: block;
    background-image: url(../img/special/sounds/product_kazari04_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -23vw;
    z-index: 1;
    filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
    image-rendering: pixelated;
  }
}
.zs__product .txt {
  line-height: 2;
  color: #d1d1d1;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .zs__product .txt {
    margin-top: 20px;
  }
}
.zs__product .btn-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .zs__product .btn-area {
    gap: 20px;
    margin-top: 20px;
  }
}
.zs__product .note {
  margin-top: 40px;
  color: #d1d1d1;
  padding: 15px 0 40px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zs__product .note {
    margin-top: 20px;
    padding: 10px 0 30px;
  }
}
.zs__product .note .note-header {
  display: flex;
  align-items: initial;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
  min-height: 25px;
}
@media screen and (max-width: 768px) {
  .zs__product .note .note-header {
    gap: 5px;
    margin-bottom: 10px;
  }
}
.zs__product .note .note-header .item-name {
  position: absolute;
  left: 50px;
  display: block;
  max-width: 160px;
  bottom: -15px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .zs__product .note .note-header .item-name {
    max-width: 115px;
    left: 45px;
  }
}
.zs__product .note .note-header .note-arrow {
  position: absolute;
  z-index: 1;
  left: 35px;
  bottom: -20px;
  width: 140px;
  height: 60px;
}
.zs__product .note .note-header .note-arrow img:first-child {
  position: absolute;
  left: -8px;
  top: -17px;
  width: 140px;
  height: auto;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}
.zs__product .note .note-header .note-arrow img:last-child {
  position: absolute;
  height: auto;
  left: 70px;
  top: 35px;
  width: 140px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s !important;
}
.zs__product .note .note-header .note-arrow.is-visible img:first-child {
  opacity: 1;
  transform: scale(1);
}
.zs__product .note .note-header .note-arrow.is-visible img:last-child {
  opacity: 1;
  transform: translateX(0);
}
.zs__product .note .note-header .note-label {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 100;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .zs__product .note .note-header .note-label {
    font-size: 10px;
    font-weight: 500;
  }
}
.zs__product .note .note-lines span {
  border-top: 0.5px dashed #d1d1d1;
  border-image: repeating-linear-gradient(to right, #d1d1d1 0, #d1d1d1 8px, transparent 8px, transparent 16px) 2;
  display: block;
  position: relative;
  padding-bottom: 40px;
}
.zs__product .note .note-lines span:last-of-type {
  padding-bottom: 0;
}
.zs__product .note .note-lines span::after {
  content: "";
  position: absolute;
  right: 70px;
  top: -22px;
  height: 18px;
  border-right: 0.5px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .zs__product .note .note-lines span::after {
    border-right: 0.3px solid #d1d1d1;
    right: 46px;
    top: -18px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .zs__product .note .note-lines span {
    padding-bottom: 30px;
  }
}
.zs__product .note .ztmy-txt {
  position: absolute;
  right: -20px;
  max-width: 110px;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .zs__product .note .ztmy-txt {
    right: -10px;
    max-width: 70px;
    bottom: -4px;
  }
}
.zs__product .logo {
  width: 25vw;
  margin-top: 30px;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .zs__product .logo {
    width: 70%;
    margin-top: 20px;
    max-width: 100%;
  }
}
.zs__product-flex {
  display: flex;
  z-index: 10;
  position: relative;
  align-items: flex-start;
}
.zs__product-flex--left {
  color: #d1d1d1;
  width: 52%;
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .zs__product-flex--left {
    width: 100%;
    min-width: unset;
  }
}
.zs__product-flex--right {
  width: 31vw;
  max-width: 460px;
  transform: translateY(-1%) translateX(20%);
}
@media screen and (min-width: 1700px) {
  .zs__product-flex--right {
    transform: translateY(-5%) translateX(40%);
  }
}
@media screen and (max-width: 768px) {
  .zs__product-flex--right {
    transform: unset;
    width: 50%;
    margin: 0 auto;
  }
}
.zs__product-flex--right img {
  position: relative;
  z-index: 10;
}
.zs__product-noflex {
  display: block;
}
.zs__product-noflex .note .note-header .item-name {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex .note .note-header .item-name {
    max-width: 115px;
  }
}
.zs__product-noflex--txt {
  color: #fff;
  line-height: 2;
  margin-top: 40px;
}
.zs__product-noflex--info {
  padding: 40px 0 0px;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info {
    padding: 30px 0 0;
    max-width: 100%;
  }
}
.zs__product-noflex--info .info-release-date {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-release-date {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.zs__product-noflex--info .info-release-date .release-label {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-release-date .release-label {
    font-size: 12px;
  }
}
.zs__product-noflex--info .info-format {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-format {
    margin-bottom: 15px;
  }
}
.zs__product-noflex--info .info-format h5 {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-format h5 {
    font-size: 16px;
  }
}
.zs__product-noflex--info .info-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-list {
    margin-bottom: 25px;
  }
}
.zs__product-noflex--info .info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zs__product-noflex--info .info-list ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-list ul li {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.zs__product-noflex--info .info-list ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.zs__product-noflex--info .info-list ul li .album-title {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-list ul li .album-title {
    font-size: 14px;
  }
}
.zs__product-noflex--info .info-list ul li .format-note {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-list ul li .format-note {
    font-size: 12px;
    padding-left: 0;
  }
}
.zs__product-noflex--info .info-notes {
  margin-bottom: 35px;
  border-top: 1px dashed #d1d1d1;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-notes {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
.zs__product-noflex--info .info-notes p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-notes p {
    font-size: 12px;
  }
}
.zs__product-noflex--info .info-notes p:last-child {
  margin-bottom: 0;
}
.zs__product-noflex--info .info-notes p.note-emphasis {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-notes p.note-emphasis {
    margin-top: 8px;
  }
}
.zs__product-noflex--info .info-presale .presale-title {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-presale .presale-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.zs__product-noflex--info .info-presale .presale-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zs__product-noflex--info .info-presale .presale-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  padding-left: 1.2em;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-presale .presale-list li {
    flex-wrap: wrap;
    font-size: 12px;
    gap: 10px;
    flex-direction: column;
  }
}
.zs__product-noflex--info .info-presale .presale-list li .presale-badge {
  background: #d1d1d1;
  color: #000;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-presale .presale-list li .presale-badge {
    font-size: 11px;
    padding: 2px 8px;
  }
}
.zs__product-noflex--info .info-presale .presale-list li .presale-label {
  font-weight: 400;
}
.zs__product-noflex--info .info-spec {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(209, 209, 209, 0.05);
  border-left: 3px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-spec {
    margin-bottom: 20px;
    padding: 15px;
  }
}
.zs__product-noflex--info .info-spec h6 {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-spec h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.zs__product-noflex--info .info-spec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zs__product-noflex--info .info-spec ul li {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-spec ul li {
    font-size: 12px;
    line-height: 1.7;
  }
}
.zs__product-noflex--info .info-message {
  margin: 40px 0;
  padding: 30px 20px;
  background: rgba(209, 209, 209, 0.03);
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-message {
    margin: 30px 0;
    padding: 20px 15px;
  }
}
.zs__product-noflex--info .info-message .message-star {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-message .message-star {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.zs__product-noflex--info .info-message p {
  font-size: 14px;
  line-height: 1.9;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-message p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.zs__product-noflex--info .info-message .message-sign {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-message .message-sign {
    font-size: 14px;
    margin-top: 15px;
  }
}
.zs__product-noflex--info .info-albums {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums {
    margin-top: 40px;
  }
}
.zs__product-noflex--info .info-albums .album-detail {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #d1d1d1;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.zs__product-noflex--info .info-albums .album-detail:last-child {
  border-bottom: none;
}
.zs__product-noflex--info .info-albums .album-detail-header {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail-header {
    margin-bottom: 20px;
  }
}
.zs__product-noflex--info .info-albums .album-detail-header h6 {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail-header h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.zs__product-noflex--info .info-albums .album-detail-header .album-code {
  font-size: 13px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 5px;
  color: rgba(209, 209, 209, 0.8);
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail-header .album-code {
    font-size: 12px;
  }
}
.zs__product-noflex--info .info-albums .album-detail-header .album-price {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail-header .album-price {
    font-size: 14px;
  }
}
.zs__product-noflex--info .info-albums .album-detail .album-tracklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail .album-tracklist {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 20px;
  }
}
.zs__product-noflex--info .info-albums .album-detail .album-tracklist .track-side h7 {
  display: block;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail .album-tracklist .track-side h7 {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.zs__product-noflex--info .info-albums .album-detail .album-tracklist .track-side ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0;
}
.zs__product-noflex--info .info-albums .album-detail .album-tracklist .track-side ol li {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail .album-tracklist .track-side ol li {
    font-size: 12px;
    line-height: 1.7;
  }
}
.zs__product-noflex--info .info-albums .album-detail .album-link {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .zs__product-noflex--info .info-albums .album-detail .album-link {
    font-size: 12px;
  }
}
.zs__product-noflex--info .info-albums .album-detail .album-link a {
  color: #d1d1d1;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.zs__product-noflex--info .info-albums .album-detail .album-link a:hover {
  opacity: 0.7;
}
.zs__product-kazari01:before {
  content: "";
  width: 52vw;
  height: 80vw;
  display: block;
  background-image: url(../img/special/sounds/product_kazari01.png?251028);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -25%;
  bottom: -240px;
  z-index: 1;
  filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
  image-rendering: pixelated;
  opacity: 0.3;
  max-width: 867px;
  max-height: 1180px;
}
@media screen and (max-width: 768px) {
  .zs__product-kazari01:before {
    width: 69vw;
    height: 50%;
    max-width: unset;
    max-height: unset;
    right: 0px;
    top: 33vw;
    z-index: 1;
    bottom: unset;
  }
}
.zs__product-radiocassette .product-specs-container .note::before {
  content: "";
  top: 44%;
  left: 44%;
  width: 71%;
  background: url(../img/special/sounds/product_card02txt.svg) no-repeat center center;
}
.zs__product-radiocassette .zs__product-kazari03:before {
  content: "";
  width: 59vw;
  height: 53vw;
  display: block;
  background-image: url(../img/special/sounds/product_kazari03.png?251028);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: -3.5vw;
  z-index: 1;
  filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
  image-rendering: pixelated;
  opacity: 0.3;
}
@media screen and (min-width: 1700px) {
  .zs__product-radiocassette .zs__product-kazari03:before {
    bottom: -9vw;
  }
}
@media screen and (max-width: 768px) {
  .zs__product-radiocassette .zs__product-kazari03:before {
    background-image: url(../img/special/sounds/product_kazari03_sp.png?251028);
    height: -webkit-fill-available;
    left: 0;
    top: 45vw;
    bottom: unset;
    right: unset;
    width: 70vw;
  }
}
.zs__product02-head {
  max-width: 1122px;
  width: 85%;
}
@media screen and (min-width: 1494px) {
  .zs__product02-head {
    width: 90%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .zs__product02-head {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .zs__product02-head .zs__product-img {
    width: 80%;
    margin: 10vw auto 24vw;
  }
}
@media screen and (max-width: 768px) {
  .zs__product02-head .zs__product-img img {
    position: relative;
    z-index: 10;
  }
}
.zs__product-kazari02:before {
  content: "";
  width: 7vw;
  height: 100%;
  display: block;
  background-image: url(../img/special/sounds/product_kazari02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 18%;
  z-index: 1;
  filter: drop-shadow(0.8px 0 0 rgba(255, 0, 0, 0.8)) drop-shadow(-0.8px 0 0 rgba(0, 255, 255, 0.8)) contrast(1.15) brightness(0.95);
  image-rendering: pixelated;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .zs__product-kazari02:before {
    height: -webkit-fill-available;
    top: 10%;
  }
}
.zs__coming {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../img/special/sounds/coming_bg.png);
  background-size: 100%;
  padding: 100px 0;
  margin-top: 30px;
  min-height: 100vw;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zs__coming {
    padding: 100px 0 0;
    margin-top: 0;
    margin-bottom: 60px;
    min-height: 140vw;
  }
}
.zs__coming-logo {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  gap: 40px;
  margin: auto 40px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .zs__coming-logo {
    flex-wrap: wrap;
    gap: 10px;
    margin: auto 10px;
    justify-content: center;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .zs__coming-logo .logo {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .zs__coming-logo .logo:last-of-type {
    width: 80%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .zs__coming-logo .logo img {
    height: 50px;
    object-fit: contain;
  }
}
.zs__coming-img {
  text-align: center;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .zs__coming-img {
    padding-top: 0;
  }
}
.zs__coming-img img {
  max-width: 400px;
  width: 27vw;
}
@media screen and (max-width: 768px) {
  .zs__coming-img img {
    max-width: 100%;
    width: 70%;
  }
}
.zs__footer {
  background: #776e53;
  text-align: center;
  padding: 80px 80px 40px;
}
@media screen and (max-width: 768px) {
  .zs__footer {
    padding: 60px 40px 20px;
  }
}
.zs__footer-logos {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .zs__footer-logos {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .zs__footer-logos .logo {
    width: 30%;
  }
}
.zs__footer-copy {
  margin-top: 120px;
}
.zs__footer-copy img {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .zs__footer-copy img {
    max-width: 100%;
    width: 60%;
  }
}

.animate-text {
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, margin-top 0.8s ease-in-out;
  z-index: 4;
}

.none::after {
  content: none !important;
}

.product-card-wrapper {
  position: relative;
  width: 260px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer;
  margin: 40px 0 0;
}
.product-card-wrapper a {
  position: relative;
  z-index: 10;
  text-decoration: none;
}
.product-card-wrapper a:hover {
  opacity: 1;
}
.product-card-wrapper:hover {
  width: 760px;
}
.product-card-main {
  background: #33858a;
  overflow: hidden;
  height: 256px;
  position: relative;
  display: flex;
}
.product-card-initial {
  position: relative;
  width: 260px;
  height: 100%;
  background: #33858a;
  flex-shrink: 0;
  z-index: 2;
}

.product-header-area {
  height: 40px;
  background: #33858a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 10px 10px;
}

.expand-arrow-icon {
  position: relative;
  width: 44px;
  height: 44px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  background: #d1d1d1;
}
.expand-arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url(../img/special/sounds/arrow_gr.svg) no-repeat center;
  background-size: contain;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.product-card-wrapper:hover .expand-arrow-icon::after {
  opacity: 0;
  pointer-events: none;
}

.product-title-badge {
  max-width: 80%;
}

.product-visual-area {
  height: 215px;
  background: #33858a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-image-placeholder {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details-panel {
  width: 540px;
  height: 100%;
  background: #33858a;
  margin-left: -540px;
  transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 1;
}
.product-details-panel .head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: #d1d1d1;
  height: 40px;
}
.product-details-panel .details-panel-title {
  background: #d1d1d1;
  height: 40px;
}
.product-details-panel .details-panel-arrow {
  position: relative;
  width: 50px;
  height: 40px;
  transition: transform 0.3s ease;
  background: #33858a;
}
.product-details-panel .details-panel-arrow::after {
  content: "";
  position: absolute;
  top: 50%; /* 縦中央 */
  right: 5px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url(../img/special/sounds/arrow_g.svg) no-repeat center;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.product-card-wrapper:hover .product-details-panel {
  margin-left: 0;
}

.details-panel-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-specs-container {
  padding: 15px;
  border-radius: 8px;
}
.product-specs-container .note {
  margin-top: 0;
  border-top: unset;
  border-bottom: unset;
  padding: 8px 0 40px;
}
.product-specs-container .note::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 36%;
  width: 65%;
  height: 100%;
  background: url(../img/special/sounds/product_card01txt.svg) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.product-specs-container .note .note-lines span {
  padding-bottom: 30px;
}
.product-specs-container .note .note-header {
  gap: 5px;
}
.product-specs-container .note .note-header .item-name {
  left: 40px;
  max-width: 120px;
}
.product-specs-container .note .note-header .note-label {
  font-size: 10px;
}
.product-specs-container .note .ztmy-txt {
  right: -10px;
  max-width: 85px;
  bottom: 18px;
}/*# sourceMappingURL=sounds.css.map */