#d1909495 .p-media-layout__inner {
  width: 1000px;
  margin: 80px auto;
}
@media only screen and (max-width: 1000px) {
  #d1909495 .p-media-layout__inner {
      width: auto;
      margin: 80px auto 20px;
  }
}
@media screen and  (max-width: 768px) {
  #d1909495 .p-media-layout__inner {
      margin: 60px auto 0;
  }
}
#d1909495 .p-media-layout__media {
  width: 100%;
}
#d1909495 .p-media-list__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#d1763634 .p-link-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
#d1763634 .p-link-list__item {
  margin-top: 0;
}
#d1763634 .c-link {
  position: relative;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #4b1e78;
  font-size: 1rem;
  color: #4b1e78;
}
#d1763634 .c-link:hover img {
  display: none;
}
#d1763634 .c-link:hover {
  background-color: #4b1e78;
  color:#fff;
  text-decoration-line: none;
}
#d1763634 .c-link:hover::after {
  content: "";
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-left: .75rem;
  vertical-align: middle;
  background: url(/assets/common/images/icon/icon-blank-white-01.svg) no-repeat;
}
@media only screen and (min-width: 769px) {
  #d1763634 .c-link {
      padding: 0.75rem 1.875rem;
  }
}

#d1768803 {
  color: #fff;
  background: url(/files/soundmondo_main_tcm111-1738692.jpg) no-repeat;
  background-size: cover;
}
#d1768803 .l-inner {
  padding-bottom: 30px;
  background-image: none !important;
}
#d1768803 .c-heading-3__heading {
  padding: 30px 0 0 0;
  font-size: 62px;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 200;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #d1768803 .c-heading-3__heading {
    padding: 170px 0 0 0;
    text-align: unset;
  }
  #d1768803 .p-media-layout--row-reverse-wide .p-media-layout__inner {
    position: relative;
    flex-direction: column-reverse;
    padding-bottom: 2.5rem;
    gap: 2.5rem 1.5rem;
  }
  #d1768803 .p-media-layout--row-reverse-wide .p-media-layout__inner .p-media-layout__media {
    width: 110px;
    margin-left: 110px;
  }
}
@media screen and (min-width:769px) and ( max-width: 900px) {
  #d1768803 .c-text {
    margin: 0;
    text-align: unset;
  }
}
.p-media-layout--row-reverse-wide .p-media-layout__inner .c-text {
  font-family: 'Yantramanav', sans-serif;
}

#d1762009 {
  position: relative;
  max-width: 1264px;
  margin: auto;
  padding: 0 1rem;
}
#d1762009 .p-media-layout {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #d1762009 .p-media-layout__inner {
    position: absolute;
    right: -40px;
    bottom: -20px;
  }
  #d1762009 .p-media-layout__inner .p-media-list__item {
    width: 850px;
  }
}
@media screen and  (max-width: 1300px) {
  #d1762009 .p-media-layout__inner {
    position: absolute;
    right: -14px;
    bottom: -20px;
  }
  #d1762009 .p-media-layout__inner .p-media-list__item {
    width: 60vw;
  }
}
@media screen and  (max-width: 768px) {
  #d1762009 .p-media-layout__inner {
    position: relative;
    margin: -80px auto 30px;
    right: inherit;
  }
  #d1762009 .p-media-layout__inner .p-media-list__item {
    width: 90%;
  }
}




