.cp-bar-tab-image-sound {
  background-color: #000;
  color: #fff;
  height: 100lvh;
}

.cp-bar-tab-image-sound * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-bar-tab-image-sound .is-mo {
  display: none;
}

.cp-bar-tab-image-sound sup {
  font-size: 0.75em;
  vertical-align: top;
}

.cp-bar-tab-image-sound__contents {
  position: absolute;
  margin: 0 auto;
  left: -webkit-calc(50% - 820px);
  left: calc(50% - 820px);
  left: calc(50% - 820px);
  right: -webkit-calc(50% - 820px);
  right: calc(50% - 820px);
  right: calc(50% - 820px);
  bottom: 100px;
  bottom: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.cp-bar-tab-image-sound__headline {
  max-width: 50%;
}

.cp-bar-tab-image-sound .cm-section-title {
  margin: 0;
  padding: 0;
}

.cp-bar-tab-image-sound .cm-section-title__subtitle {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.cp-bar-tab-image-sound .cm-section-title__title {
  margin-top: 0px;
  margin-top: 0rem;
}

.cp-bar-tab-image-sound .cm-section-title__title sup {
  font-size: 16px;
  font-size: 1.6rem;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn + .cm-gallery-tab__btn {
  margin: 0 0 0 24px;
  margin: 0 0 0 2.4rem;
}

.cp-bar-tab-image-sound .cm-gallery-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  top: 6rem;
  height: -webkit-calc(100lvh - 60px);
  height: calc(100lvh - 60px);
  height: calc(100lvh - 60px);
  overflow: hidden;
}

.cp-bar-tab-image-sound .cm-gallery-tab__visual {
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap {
  height: 100%;
}

.cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-1 .cm-gallery-tab__visual, .cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-3 .cm-gallery-tab__visual {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual {
  -webkit-transform: scale(1.1) translateX(4.5%);
  -ms-transform: scale(1.1) translateX(4.5%);
  transform: scale(1.1) translateX(4.5%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual.active {
  -webkit-animation: translate-x 2.5s 0.5s ease-out forwards;
  animation: translate-x 2.5s 0.5s ease-out forwards;
}

@-webkit-keyframes translate-x {
  from {
    -webkit-transform: scale(1.1) translateX(4.5%);
    transform: scale(1.1) translateX(4.5%);
  }
  to {
    -webkit-transform: scale(1.1) translateX(-4.5%);
    transform: scale(1.1) translateX(-4.5%);
  }
}

@keyframes translate-x {
  from {
    -webkit-transform: scale(1.1) translateX(4.5%);
    transform: scale(1.1) translateX(4.5%);
  }
  to {
    -webkit-transform: scale(1.1) translateX(-4.5%);
    transform: scale(1.1) translateX(-4.5%);
  }
}

.cp-bar-tab-image-sound .cm-gallery-tab__video, .cp-bar-tab-image-sound .cm-gallery-tab__image {
  height: 100%;
  width: 100%;
  contain: size;
}

.cp-bar-tab-image-sound .cm-gallery-tab__video video, .cp-bar-tab-image-sound .cm-gallery-tab__image image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cp-bar-tab-image-sound .cm-gallery-tab__box-wrap {
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 800px;
  max-width: 80rem;
}

.cp-bar-tab-image-sound .cm-gallery-tab__box.active .cm-gallery-tab__arrow {
  background: -webkit-gradient(linear, left bottom, left top, from(#191919), to(#191919)), #0F0F0F;
  background: -webkit-linear-gradient(bottom, #191919, #191919), #0F0F0F;
  background: linear-gradient(0deg, #191919, #191919), #0F0F0F;
}

.cp-bar-tab-image-sound .cm-gallery-tab__box.active .cm-gallery-tab__arrow:after {
  background: -webkit-gradient(linear, right top, left top, from(#191919), to(rgba(25, 25, 25, 0)));
  background: -webkit-linear-gradient(right, #191919 0%, rgba(25, 25, 25, 0) 100%);
  background: linear-gradient(270deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
}

.cp-bar-tab-image-sound .cm-gallery-tab__box span {
  padding: 8px 0;
  padding: 0.8rem 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 400;
}

.cp-bar-tab-image-sound .cm-gallery-tab__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  gap: 3.2rem;
  padding: 28px 0 0;
  padding: 2.8rem 0 0;
}

.cp-bar-tab-image-sound .cm-gallery-tab__panel-text {
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}

.cp-bar-tab-image-sound .cm-gallery-tab__list:after {
  border-top: none;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn {
  text-align: center;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn[aria-selected="true"] span {
  color: #fff;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn:hover span, .cp-bar-tab-image-sound .cm-gallery-tab__btn:focus span {
  color: #fff;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn span {
  width: 100%;
  color: #7c7c7c;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn label {
  cursor: pointer;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-bar-tab-image-sound .cm-gallery-tab__btn-wrap:after {
  border-bottom: 1px solid #fff;
}

.cp-bar-tab-image-sound .cm-gallery-tab__arrow {
  top: 8px;
  top: 0.8rem;
}

.cp-bar-tab-image-sound .cm-gallery-tab__arrow--prev {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  -webkit-mask-image: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
  mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  mask-image: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
}

.cp-bar-tab-image-sound .cm-gallery-tab__arrow--next {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
}

.cp-bar-tab-image-sound .cm-gallery-tab__arrow:before {
  background: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-tab-arrow-darkgray.svg") no-repeat center/contain;
}

.cp-bar-tab-image-sound__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  gap: 2.8rem;
}

.cp-bar-tab-image-sound__audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.cp-bar-tab-image-sound__audio-btn-cover {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.cp-bar-tab-image-sound__audio-btn {
  width: 100px;
  width: 10rem;
  height: 40px;
  height: 4rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -webkit-border-radius: 99.9rem;
  border-radius: 99.9rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.cp-bar-tab-image-sound__audio-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-bar-tab-image-sound__audio-btn--icon1 {
  opacity: 0;
}

.cp-bar-tab-image-sound__audio-btn--icon0, .cp-bar-tab-image-sound__audio-btn--icon1 {
  display: none;
}

.cp-bar-tab-image-sound__audio-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.cp-bar-tab-image-sound__audio-btn.active {
  border-color: white;
}

.cp-bar-tab-image-sound__audio-btn.active:hover {
  background-color: transparent;
}

.cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--default {
  display: none;
}

.cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--icon0, .cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--icon1 {
  display: block;
}

.cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--icon0 {
  -webkit-animation: iconFadeIn 1.8s 0.9s linear infinite;
  animation: iconFadeIn 1.8s 0.9s linear infinite;
}

.cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--icon1 {
  -webkit-animation: iconFadeIn 1.8s linear infinite;
  animation: iconFadeIn 1.8s linear infinite;
}

@-webkit-keyframes iconFadeIn {
  0%, 10%, 90%, 100% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}

@keyframes iconFadeIn {
  0%, 10%, 90%, 100% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}

.cp-bar-tab-image-sound__audio-source {
  display: none;
}

.cp-bar-tab-image-sound__audio-disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.cp-bar-tab-image-sound__disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.cp-bar-tab-image-sound__tab {
  margin: 70px 0px 40px;
  margin: 7rem 0rem 4rem;
}

.cp-bar-tab-image-sound__tab-gradient {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  height: 12rem;
}

.cp-bar-tab-image-sound__tab-gradient.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradientColor)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, var(--gradientColor) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, var(--gradientColor) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-animation: gra-opacity 2s linear infinite;
  animation: gra-opacity 2s linear infinite;
}

@-webkit-keyframes gra-opacity {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

@keyframes gra-opacity {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

.cp-bar-tab-image-sound__hidden {
  display: none;
}

@media (max-width: 1919px) {
  .cp-bar-tab-image-sound__contents {
    left: 120px;
    left: 12rem;
    right: 120px;
    right: 12rem;
  }
}

@media (max-width: 1599px) {
  .cp-bar-tab-image-sound__contents {
    left: 100px;
    left: 10rem;
    right: 100px;
    right: 10rem;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__box-wrap {
    max-width: 600px;
    max-width: 60rem;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__box span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 1359px) {
  .cp-bar-tab-image-sound__contents {
    left: 76px;
    left: 7.6rem;
    right: 76px;
    right: 7.6rem;
  }
}

.type-dark .cp-bar-tab-image-sound {
  background-color: #000;
  color: #fff;
}

.type-dark .cp-bar-tab-image-sound .cm-gallery-tab__box span {
  color: rgba(255, 255, 255, 0.5);
}

.type-dark .cp-bar-tab-image-sound .cm-gallery-tab__panel-text {
  color: rgba(255, 255, 255, 0.5);
}

.type-dark .cp-bar-tab-image-sound .cm-gallery-tab__btn {
  text-align: center;
}

.type-dark .cp-bar-tab-image-sound .cm-gallery-tab__btn[aria-selected="true"] span {
  color: #fff;
}

.type-dark .cp-bar-tab-image-sound .cm-gallery-tab__btn:hover span, .type-dark .cp-bar-tab-image-sound .cm-gallery-tab__btn:focus span {
  color: #fff;
}

.type-dark .cp-bar-tab-image-sound .cm-gallery-tab__btn-wrap:after {
  border-bottom: 1px solid #fff;
}

.type-dark .cp-bar-tab-image-sound__audio-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.type-dark .cp-bar-tab-image-sound__audio-btn.active {
  border-color: white;
}

.type-light .cp-bar-tab-image-sound {
  background-color: #fff;
  color: #000;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__box span {
  color: #7c7c7c;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__panel-text {
  color: #7c7c7c;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn {
  text-align: center;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn[aria-selected="true"] span {
  color: #000;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn:hover span, .type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn:focus span {
  color: #000;
}

.type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn-wrap:after {
  border-bottom: 1px solid #000;
}

.type-light .cp-bar-tab-image-sound__audio-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.type-light .cp-bar-tab-image-sound__audio-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}

.type-light .cp-bar-tab-image-sound__audio-btn.active {
  border-color: black;
}

.type-light .cp-bar-tab-image-sound__audio-btn.active:hover {
  background-color: transparent;
}

.type-light .cp-bar-tab-image-sound__audio-btn svg {
  mix-blend-mode: difference;
}

@media (max-width: 1199px) {
  .cp-bar-tab-image-sound__contents {
    top: 120px;
    top: 12rem;
    bottom: 80px;
    bottom: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-bar-tab-image-sound__headline {
    max-width: unset;
  }
  .cp-bar-tab-image-sound__headline .cm-section-title__subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-bar-tab-image-sound__headline .cm-section-title__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__box-wrap {
    top: 0;
    width: 100%;
    max-width: unset;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__panel-text {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .cp-bar-tab-image-sound .is-mo {
    display: block;
  }
  .cp-bar-tab-image-sound .is-pc {
    display: none;
  }
  .cp-bar-tab-image-sound__contents {
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    top: 60px;
    top: 6rem;
    bottom: 48px;
    bottom: 4.8rem;
  }
  .cp-bar-tab-image-sound__headline .cm-section-title__subtitle {
    font-size: 16px;
  }
  .cp-bar-tab-image-sound__headline .cm-section-title__title {
    font-size: 32px;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__btn + .cm-gallery-tab__btn {
    margin: 0 0 0 24px;
    margin: 0 0 0 2.4rem;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__btn span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 0;
    padding: 0.8rem 0;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.5);
  }
  .cp-bar-tab-image-sound .cm-gallery-tab {
    top: 52px;
    height: -webkit-calc(100lvh - 52px);
    height: calc(100lvh - 52px);
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual, .cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-3 .cm-gallery-tab__visual {
    -webkit-transform: scale(1.18) translateX(7%);
    -ms-transform: scale(1.18) translateX(7%);
    transform: scale(1.18) translateX(7%);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual.active, .cp-bar-tab-image-sound .cm-gallery-tab__visual-wrap.type-3 .cm-gallery-tab__visual.active {
    -webkit-animation: translate-x 2.2s 0.5s ease-out forwards;
    animation: translate-x 2.2s 0.5s ease-out forwards;
  }
  @-webkit-keyframes translate-x {
    from {
      -webkit-transform: scale(1.18) translateX(7%);
      transform: scale(1.18) translateX(7%);
    }
    to {
      -webkit-transform: scale(1.18) translateX(-7%);
      transform: scale(1.18) translateX(-7%);
    }
  }
  @keyframes translate-x {
    from {
      -webkit-transform: scale(1.18) translateX(7%);
      transform: scale(1.18) translateX(7%);
    }
    to {
      -webkit-transform: scale(1.18) translateX(-7%);
      transform: scale(1.18) translateX(-7%);
    }
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__list {
    padding: 0;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__box-wrap {
    max-width: unset;
    width: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__box span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__panel {
    gap: 24px;
    gap: 2.4rem;
    padding: 24px 0 0;
    padding: 2.4rem 0 0;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab__panel-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-bar-tab-image-sound__text {
    gap: 12px;
    gap: 1.2rem;
  }
  .cp-bar-tab-image-sound__audio-btn {
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -webkit-border-radius: 99.9rem;
    border-radius: 99.9rem;
    background: transparent;
  }
  .cp-bar-tab-image-sound__audio-btn:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .cp-bar-tab-image-sound__audio-btn.active {
    -webkit-animation: bgnBgFadeIn 1.8s linear infinite;
    animation: bgnBgFadeIn 1.8s linear infinite;
  }
  .cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--icon0 {
    -webkit-animation: iconFadeIn 1.8s 0.9s linear infinite;
    animation: iconFadeIn 1.8s 0.9s linear infinite;
  }
  .cp-bar-tab-image-sound__audio-btn.active .cp-bar-tab-image-sound__audio-btn--icon1 {
    -webkit-animation: iconFadeIn 1.8s linear infinite;
    animation: iconFadeIn 1.8s linear infinite;
  }
  @-webkit-keyframes bgnBgFadeIn {
    0%, 10%, 90%, 100% {
      background: rgba(255, 255, 255, 0.06);
    }
    40%, 60% {
      background: rgba(255, 255, 255, 0.15);
    }
  }
  @keyframes bgnBgFadeIn {
    0%, 10%, 90%, 100% {
      background: rgba(255, 255, 255, 0.06);
    }
    40%, 60% {
      background: rgba(255, 255, 255, 0.15);
    }
  }
  @-webkit-keyframes iconFadeIn {
    0%, 10%, 90%, 100% {
      opacity: 0;
    }
    40%, 60% {
      opacity: 1;
    }
  }
  @keyframes iconFadeIn {
    0%, 10%, 90%, 100% {
      opacity: 0;
    }
    40%, 60% {
      opacity: 1;
    }
  }
  .cp-bar-tab-image-sound__audio-disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .cp-bar-tab-image-sound__disclaimer {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
  .cp-bar-tab-image-sound__tab-gradient {
    display: block;
  }
  .type-dark .cp-bar-tab-image-sound .cm-gallery-tab__btn span {
    color: rgba(255, 255, 255, 0.5);
  }
  @keyframes bgnBgFadeIn {
    0%, 10%, 90%, 100% {
      background: rgba(255, 255, 255, 0.06);
    }
    40%, 60% {
      background: rgba(255, 255, 255, 0.15);
    }
  }
  .type-light .cp-bar-tab-image-sound .cm-gallery-tab__btn span {
    color: #7c7c7c;
  }
  @keyframes bgnBgFadeIn {
    0%, 10%, 90%, 100% {
      background: rgba(0, 0, 0, 0.06);
    }
    40%, 60% {
      background: rgba(0, 0, 0, 0.15);
    }
  }
}

@media (max-width: 767px) {
  .cp-bar-tab-image-sound {
    height: 812px;
  }
  .cp-bar-tab-image-sound .cm-gallery-tab {
    position: relative;
    top: 0;
    height: 100%;
  }
}

