.debussy-container {
  background-color: #fff;
  position: relative;
}

.debussy-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.debussy-container a {
  text-decoration: none;
}

.debussy-container sup {
  font-size: 0.6em;
  cursor: pointer;
}

.debussy-container a {
  font-size: inherit;
  color: inherit;
}

.debussy-container ul {
  list-style: none;
  list-style-image: none;
}

.debussy-container .nr {
  white-space: nowrap;
  display: inline-block;
}

.debussy-container img,
.debussy-container picture {
  border: 0;
  width: 100%;
  display: block;
}

.debussy-container video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

.debussy-container .blur-up {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
  will-change: filter;
}

.debussy-container .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.debussy-container .pc-show {
  display: block;
}

.debussy-container .mob-show {
  display: none;
}


@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .pc-show {
    display: none;
  }

  .debussy-container .mob-show {
    display: block;
  }

}

/* s1 */
.debussy-container .debussy-s1 {
  position: relative;
  padding: 7.13541667vw 0 7.08333333vw 9.375vw;
}

.debussy-container .debussy-s1 .kv-wrap {
  display: flex;
}

.debussy-s1 .kv-wrap .kv-img {
  width: 39.375vw;
  height: 32.65625vw;
}

.debussy-s1 .kv-wrap .slogan-img {
  width: 25.72916667vw;
  margin: auto 0 auto 9.73958333vw;
}

.debussy-s1 .kv-ps {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 3.333333vw;
  right: 9.375vw;
  color:#85858a;
  font-size:0.833333vw;
  line-height: 1.6;
  font-weight:500;
}

.debussy-s1 .kv-info {
  font-size: 1.97916667vw;
  font-weight: 500;
  line-height: 1.25;
  color: #722929;
  margin-top: 0.78125vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-s1 .kv-info {
    font-size: 5.27777777vw;
    margin-top: 2.5vw;
  }

  .debussy-container .debussy-s1 {
    margin: 0 auto;
    padding: 17.77777778vw 0 0;
  }

  .debussy-container .debussy-s1 .kv-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .debussy-s1 .kv-wrap .kv-img {
    width: 100%;
    height: auto;
    margin-top: 7.77777778vw;
    order: 2;
  }
  .debussy-s1 .kv-ps{
    position: static;
    font-size:3.33333333vw;
    padding: 0 6.666666666666667vw;
    margin: 11.111111111111112vw auto 0;
  }

  .debussy-s1 .kv-wrap .slogan-img {
    width: 76.94444444444444vw;
    margin-left: 0;
    margin-top: 0;
    order: 1;
  }

}

/* s2 */
.debussy-container .debussy-s2 {
  padding: 5.20833333vw 0 0 0;
}

.debussy-container .debussy-s2 .big-title {
  width: 17.70833333vw;
  font-size: 3.33333333vw;
  color: #232323;
  font-weight: 700;
  line-height: 1.25;
}

.debussy-container .debussy-s2 .content-part {
  padding: 0 16.875vw 0 20.83333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.debussy-s2 .content-part .desc-p {
  width: 36.77083333vw;
  color: #555;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
}

.debussy-s2 .img-part {
  width: 81.25vw;
  margin: 4.16666667vw auto 0;
  border-radius: 1.04166667vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-s2 {
    padding: 27.77777777777778vw 0 0 0;
  }

  .debussy-s2 .img-part {
    width: 100%;
    margin: 11.11111111vw auto 0;
    border-radius: 0;
  }

  .debussy-container .debussy-s2 .content-part {
    width: 77.77777778vw;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }

  .debussy-container .debussy-s2 .big-title {
    width: 100%;
    font-size: 8.888888888888889vw;
  }

  .debussy-s2 .content-part .desc-p {
    width: 100%;
    font-size: 4.4444444444444vw;
    margin: 4.44444444vw 0 0 0;
  }
}

/* s3 */
.debussy-container .debussy-s3 {
  position: relative;
  padding: 10.41666667vw 0 0 0;
}

.debussy-s3 .content-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}

.debussy-s3 .s3-swiper-box {
  margin: 4.16666667vw 0 0 0;
}

.debussy-container .debussy-s3 .big-title {
  font-size: 3.33333333vw;
  color: #232323;
  line-height: 1.25;
  font-weight: 700;
}

.debussy-s3 .content-part p {
  font-size: 1.14583333vw;
  color: #555;
  line-height: 1.6;
  font-weight: 500;
  margin: 1.66666667vw 0 0 0;
}

.debussy-s3 .debussy-s3-swiper picture {
  width: auto;
}

.debussy-s3 .debussy-s3-swiper .swiper-slide-img {
  display: flex;
  justify-content: center;
}

.debussy-s3 .debussy-s3-swiper .font-view {
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 1.04166667vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.debussy-s3 .debussy-s3-swiper .top-view {
  width: 33.75vw;
  height: 23.75vw;
  margin: 0 0 0 2.5vw;
  border-radius: 1.04166667vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.debussy-s3 .swiper-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  left: 58.28125vw;
  bottom: 1.66666667vw;
  width: fit-content;
  font-weight: 700;
  background: #f4f5f7;
  border-radius: 2.08333333vw;
  padding: 0 0.83333333vw;
}

.debussy-s3 .s5-btn-item {
  width: 2.08333333vw;
  height: 2.08333333vw;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  overflow: visible;
}

.debussy-s3 .s5-btn-item svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  box-sizing: content-box;
}

.debussy-s3 .s5-btn-item.active svg {
  overflow: visible;
}

.debussy-s3 .s5-btn-item+.s5-btn-item {
  margin: 1.04166667vw 0 1.04166667vw 0.83333333vw;
}

.debussy-s3 .swiper-pagination .text-item {
  font-weight: 500;
  line-height: 1.25;
  color: #3b3b3b;
  font-size: 1.14583333vw;
  background: #ffffff;
  border-radius: 2.08333333vw;
  display: none;
  padding: 0.72916667vw 1.66666667vw;
  margin: 0 0 0 0.83333333vw;
}

.debussy-s3 .s5-btn-item .border {
  opacity: 0;
  transition: opacity 0.1s linear 0s;
  will-change: opacity;
}

.debussy-s3 .s5-btn-item.active .border {
  opacity: 1;
}

.debussy-s3 .text-item.active {
  display: block;
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-s3 {
    padding: 27.77777777777778vw 0 0 0;
  }

  .debussy-s3 .content-part {
    width: 77.77777778vw;
    align-items: flex-start;
  }

  .debussy-s3 .s3-swiper-box {
    width: 77.77777778vw;
    margin: 11.11111111vw auto 0;
  }

  .debussy-container .debussy-s3 .big-title {
    font-size: 8.888888888888889vw;
  }

  .debussy-s3 .content-part p {
    margin: 4.44444444vw 0 0 0;
    font-size: 4.444444444444444vw;
  }

  .debussy-s3 .debussy-s3-swiper .font-view {
    width: 100%;
    height: auto;
    border-radius: 2.777777778vw;
  }

  .debussy-s3 .debussy-s3-swiper .top-view {
    width: 100%;
    height: auto;
    border-radius: 2.777777778vw;
    margin: 6.66666667vw 0 0 0;
  }

  .debussy-s3 .debussy-s3-swiper .swiper-slide-img {
    width: 100%;
    flex-direction: column;
  }

  .debussy-s3 .swiper-pagination {
    position: static;
    padding: 0 2.22222222vw;
    border-radius: 6.94444444vw;
    margin: 6.66666667vw auto 0;
  }

  .debussy-s3 .swiper-pagination .s5-btn-item {
    width: 6.94444444vw;
    height: 6.94444444vw;
  }

  .debussy-s3 .s5-btn-item+.s5-btn-item {
    margin: 3.19444444vw 0 3.19444444vw 2.22222222vw;
  }

  .debussy-s3 .swiper-pagination .text-item {
    font-size: 4.44444444vw;
    border-radius: 5.55555556vw;
    padding: 1.66666667vw 4.44444444vw;
    margin: 0 0 0 2.22222222vw;
  }
}

/* s4 */
.debussy-container .debussy-s4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10.41666667vw 0 0 0;
}

.debussy-s4 .img-part {
  width: 37.65625vw;
}

.debussy-s4 .debussy-s4-icon {
  width: 17.5vw;
  height: 2.96875vw;
  margin: 2.5vw 0 0 0;
}

.debussy-s4 .content-part {
  width: 24.84375vw;
  margin: 0 0 0 5vw;
}


.debussy-s4 .content-part h2 {
  font-size: 3.33333333vw;
  color: #232323;
  line-height: 1.25;
  font-weight: 700;
}

.debussy-s4 .content-part .desc-p {
  margin-top: 2.60416667vw;
  font-size: 1.14583333vw;
  color: #555;
  font-weight: 500;
  line-height: 1.6;
  margin: 1.66666667vw 0 0 0;
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-s4 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding: 27.77777778vw 0 0 0;
  }

  .debussy-s4 .img-part {
    width: 100%;
    margin: 11.11111111vw 0 0 0;
  }

  .debussy-s4 .content-part {
    width: 77.77777778vw;
    margin: 0 auto;
  }

  .debussy-s4 .content-part h2 {
    font-size: 8.888888888888889vw;
  }

  .debussy-s4 .debussy-s4-icon {
    width: 46.66666667vw;
    height: 7.91666667vw;
    margin: 6.66666667vw 0 0 0;
  }

  .debussy-s4 .content-part .desc-p {
    margin: 4.44444444vw 0 0 0;
    font-size: 4.44444445vw;
  }
}

/* s5 */
.debussy-container .debussy-s5 {
  padding: 10.41666667vw 0 0 0;
}

.debussy-s5 .outer-box {
  display: flex;
  justify-content: center;
}

.debussy-s5 .content-part {
  width: 21.77083333vw;
  margin: auto 8.85416667vw auto 0;
}

.debussy-s5 .content-part h2 {
  font-size: 3.33333333vw;
  color: #232323;
  line-height: 1.25;
  font-weight: 700;
}

.debussy-s5 .content-part .desc-p {
  font-size: 1.14583333vw;
  color: #555;
  line-height: 1.6;
  font-weight: 500;
  margin: 1.66666667vw 0 0 0;
}

.debussy-s5 .content-part .desc-wrap {
  display: flex;
  flex-direction: row;
  margin: 2.5vw 0 0 0;
}

.debussy-s5 .desc-wrap .desc-item:first-child {
  margin-right: 5.06666667vw;
}

.debussy-s5 .desc-wrap .desc-item div {
  color: #555;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.debussy-s5 .desc-wrap .desc-item span {
  display: inline-block;
  background: linear-gradient(270deg, #89cdf0 0%, #499eea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.33333333vw;
  line-height: 1.25;
  font-weight: 700;
  color: #8ea8e2;
}

.debussy-s5 .desc-wrap .desc-item p {
  color: #555;
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.25;
  margin: 0.41666667vw 0 0 0;
}

.debussy-s5 .img-part {
  width: 36.875vw;
}

.debussy-s5 .note {
  color: #85858a;
  font-size: 0.83333333vw;
  line-height: 1.6;
  text-align: right;
  font-weight: 500;
  width: 67.5vw;
  margin: 1.66666667vw auto 0;
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-s5 {
    padding: 27.77777778vw 0 0 0;
  }

  .debussy-s5 .outer-box {
    flex-direction: column;
  }

  .debussy-s5 .content-part {
    width: 77.777777778vw;
    margin: 0 auto;
  }

  .debussy-s5 .content-part h2 {
    font-size: 8.88888889vw;
  }

  .debussy-s5 .content-part .desc-wrap {
    width: 100%;
    margin: 4.44444444vw auto 0;
  }

  .debussy-s5 .img-part {
    width: 100%;
    margin: 11.11111111vw 0 0 0;
  }

  .debussy-s5 .note {
    width: 86.66666666vw;
    font-size: 3.33333333vw;
    margin: 4.44444444vw 6.66666667vw 0 auto;
  }

  .debussy-s5 .desc-wrap .desc-item:first-child {
    margin: 0 8.888888888888889vw 0 0;
  }

  .debussy-s5 .desc-wrap .desc-item div {
    font-size: 3.33333333vw;
  }

  .debussy-s5 .desc-wrap .desc-item span {
    font-size: 8.88888889vw;
  }

  .debussy-s5 .desc-wrap .desc-item p {
    font-size: 3.33333333vw;
    margin: 1.11111111vw 0 0 0;
  }

  .debussy-s5 .content-part .desc-p {
    font-size: 4.44444444vw;
    margin: 4.44444444vw 0 0 0;
  }

}


/* s6 */
.debussy-container .debussy-s6 {
  padding: 10.41666667vw 0 0 0;
}

.debussy-s6 .content-part {
  text-align: center;
  width: 43.64583333vw;
  margin: 0 auto;
}

.debussy-s6 .content-part h2 {
  font-size: 3.33333333vw;
  color: #232323;
  line-height: 1.25;
  font-weight: 700;
}

.debussy-s6 .content-part p {
  margin-top: 1.66666667vw;
  font-size: 1.14583333vw;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
}

.debussy-s6 .img-part {
  width: 67.5vw;
  margin: 4.16666667vw auto 0;
}

.debussy-s6 .img-part img {
  width: 100%;
  height: 100%;
}

.debussy-s6 .s6-icon-wrap {
  margin: 4.16666667vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 29.79166667vw;
}

.debussy-s6 .s6-icon-wrap img {
  width: 3.125vw;
  flex-shrink: 0;
}

.debussy-s6 .s6-icon-wrap .icon-txt h2 {
  color: #393939;
  font-size: 1.14583333vw;
  line-height: 1.25;
  font-weight: 700;
}

.debussy-s6 .s6-icon-wrap .icon-txt p {
  color: #888888;
  font-size: 1.14583333vw;
  line-height: 1.25;
  font-weight: 500;
  margin: 0.41666667vw 0 0 0;
}

.debussy-s6 .s6-icon-wrap .icon-txt {
  margin: 0 0 0 1.66666667vw;
}

.debussy-s6 .s6-icon-wrap .icon-item {
  display: flex;
  align-items: center;
}

.debussy-s6 .s6-icon-wrap .icon-item:nth-child(odd) .icon-txt {
  width: 11.25vw;
}

.debussy-s6 .s6-icon-wrap .icon-item:nth-child(even) .icon-txt {
  width: 7.03125vw;
}

.debussy-s6 .s6-icon-wrap .icon-item:nth-child(-n+2) {
  margin: 0 0 1.66666667vw 0;
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-s6 {
    padding: 27.77777778vw 0 0 0;
  }

  .debussy-s6 .content-part {
    width: 77.77777778vw;
    text-align: left;
  }

  .debussy-s6 .content-part h2 {
    font-size: 8.888888888888889vw;
  }

  .debussy-s6 .content-part p {
    margin-top: 4.444444444vw;
    font-size: 4.44444444444vw;
  }

  .debussy-s6 .img-part {
    width: 82.77777778vw;
    margin: 11.11111111vw auto 0;
  }


  .debussy-s6 .s6-icon-wrap {
    padding: 0 8.33333333vw;
    margin: 8.88888889vw 0 0 0;
  }


  .debussy-s6 .s6-icon-wrap img {
    width: 8.333333333333333vw;
    flex-shrink: 0;
  }

  .debussy-s6 .s6-icon-wrap .icon-txt {
    margin: 0 0 0 3.33333333vw;
  }

  .debussy-s6 .s6-icon-wrap .icon-txt h2 {
    font-size: 3.33333333vw;
  }

  .debussy-s6 .s6-icon-wrap .icon-txt p {
    font-size: 3.33333333vw;
    margin: 1.111111111vw 0 0 0;
  }

  .debussy-s6 .s6-icon-wrap .icon-item:nth-child(-n+2) {
    margin: 0 0 4.44444444vw 0;
  }

  .debussy-s6 .s6-icon-wrap .icon-item:nth-child(odd) .icon-txt {
    width: 32.63888889vw;
  }

  .debussy-s6 .s6-icon-wrap .icon-item:nth-child(even) .icon-txt {
    width: 20.41666667vw;
  }
}

/* s7 */
.debussy-container .debussy-s7 {
  position: relative;
  padding: 10.41666667vw 0 0 0;
}

.debussy-s7 .content-part h2 {
  font-size: 3.33333333vw;
  color: #232323;
  line-height: 1.25;
  font-weight: 700;
}

.debussy-s7 .content-part p {
  font-size: 1.14583333vw;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  margin: 1.66666667vw 0 0 0;
}

.debussy-s7 .content-part {
  position: absolute;
  bottom: 16.40625vw;
  left: 55.20833333vw;
  z-index: 10;
}

@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-s7 {
    padding: 27.77777778vw 0 0 0;
  }

  .debussy-s7 .content-part h2 {
    font-size: 8.88888889vw;

  }

  .debussy-s7 .content-part p {
    font-size: 4.44444444vw;
    margin: 4.44444444vw 0 0 0;
  }

  .debussy-s7 .content-part {
    width: 77.77777778vw;
    margin: 0 auto;
    position: static;
  }

  .debussy-s7 .img-part {
    margin: 11.11111111vw 0 0 0;
  }
}

/* footer */
.debussy-container .debussy-footer {
  padding: 10.41666667vw;
}

.debussy-footer ul {
  padding-left: 0.78125vw;
  font-size: 12px;
  color: #85858A;
}

.debussy-footer ul li {
  line-height: 1.6;
}

.debussy-footer ul li {
  list-style: decimal;
}

.debussy-footer ul li.active {
  color: #2A2A2C;
}

@media screen and (min-width: 1920px) {
  .debussy-footer ul {
      font-size: 0.625vw;
  }
}
@media screen and (max-aspect-ratio: 11/10) {
  .debussy-container .debussy-footer {
    padding: 27.777777778vw 5.55555556vw;
  }

  .debussy-footer ul {
    font-size: 3.333333333vw;
    padding-left: 2.7777778vw;
  }
}

/* price */
.debussy-container .s1-price {
  position: relative;
  z-index: 100;
  text-align: center;
  margin: 2.5vw auto 0 auto;
}

.debussy-container .s1-price .pricing {
  font-size: 1.458333vw;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

.debussy-container .s1-price .pricing span {
  font-size: 0.677083vw;
}

.debussy-container .s1-price .pricing a {
  color: #000;
  font-size: inherit;
  text-decoration: none;
}

.debussy-container .s1-price .buy-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s ease-out;
  color: #fff;
  border: 2px solid #000;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #000;
}

.debussy-container .debussy-footer li.price {
  position: relative;
  list-style-type: none;
}

.debussy-container .debussy-footer li.price::before {
  content: "*";
  position: absolute;
  top: 0;
  padding-right: 0.15625vw;
  transform: translateX(-100%);
}

@media (hover: hover) and (pointer: fine) {
  .debussy-container .s1-price .buy-btn:hover {
    opacity: 0.8;
  }
}

@media (max-aspect-ratio: 11/10) {
  .debussy-container .s1-price {
    margin-top: 6.66666667vw;
    order: 3;
  }

  .debussy-container .s1-price .pricing {
    font-size: 5.555556vw;
  }

  .debussy-container .s1-price .pricing span {
    font-size: 3.6111111vw;
  }

  .debussy-container .debussy-footer li.price::before {
    padding-right: 1.111111vw;
  }
}