@charset "UTF-8";
/* このCSSはsassは使用していないです。直書き */
@media screen and (min-width:769px) {
  .top-wrap .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-group.custum {
    width: 27%;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
  .top-wrap .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-group.custum{
    width: 27%;
    top: 50%;
    right: 23%;
    transform: translateY(-50%);
  }

  html[lang="kr"] .top-wrap .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-group.custum {
    width: 20%;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }

  html[lang="zh_cn"] .top-wrap .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-group.custum {
    width: 20%;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }

  html[lang="zh_cn"] .top-wrap .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-group.custum{
    width: 25%;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
  }


  html[lang="zh_tw"] .top-wrap .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-group.custum {
    width: 20%;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
  html[lang="zh_tw"] .top-wrap .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-group.custum{
    width: 24%;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
  }



}

@media screen and (max-width:768px) {
  .top-wrap .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-group.custum .catch-ttl {
    height: unset;
  }
  .top-wrap .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-ttl img {
    width: 90%;
  }
  .top-wrap .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-ttl img {
    width: 90%;

  }
  .top-wrap .top-slide__mv .slide-inner.inner_exclusive3--2 .catch-ttl {
    width: 100%;
  }

  /*kr*/
  .top-wrap.kr_la .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-ttl img {
    width: 50%;
  }
  .top-wrap.kr_la .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-ttl img {
    width: 67%;

  }
  /*cn*/
  .top-wrap.cn_la .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-ttl img {
    width: 50%;
  }
  .top-wrap.cn_la .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-ttl img {
    width: 62%;

  }
  /*tw*/
  .top-wrap.tw_la .top-slide__mv.other_la .slide-inner.inner_moonpearl .catch-ttl img {
    width: 50%;
  }
  .top-wrap.tw_la .top-slide__mv.other_la .slide-inner.inner_exclusive3--2 .catch-ttl img {
    width: 60%;

  }



}