.wrp {
  overflow: hidden;
  position: relative;

  &::before {
    background: url(../img/common-collab/bg_parts_01.png) center center / 100% no-repeat;
    aspect-ratio: 2880/3580;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    mix-blend-mode: screen;
    pointer-events: none;

    @media (max-width: 767px) {
      background-image: url(../img/common-collab/bg_parts_01_sp.png);
      aspect-ratio: 440/638;
    }
  }

  &::after {
    content: '';
    width: 100%;
    background: url(../img/common-collab/bg_parts_04.png) center center / 100% no-repeat;
    aspect-ratio: 2880/2064;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;


    @media (max-width: 767px) {
      background-image: url(../img/common-collab/bg_parts_04_sp.png);
      aspect-ratio: 1/1;
      bottom: 5%;
    }
  }
}

.lines {
  position: fixed;
  pointer-events: none;
}

.p-header--cm {
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;

  .p-header__inner {
    border-left: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    background: transparent;
  }

  svg {
    fill: #fff;
    transition: fill 0.3s cubic-bezier(0, 0, 0, 1.12);
  }

  &.is_active {
    svg {
      fill: #06171D;
    }
  }
}

.ttl-fz60 {
  @media (max-width: 767px) {
    font-size: 20px;
    font-size: calc(20 / 440* 100cqi);
  }

}


.page-cm {
  background: url(../img/common-collab/bg_ptn.jpg) center center / 736px 491px repeat;
  color: #fff;

  .p-header__news {
    display: none;
  }

  .lines-item {
    background: #1E1E1E;
  }

  .contents {
    border-left: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    z-index: 2;
  }
}

/*================ 内部パーツ ================*/
.img-anim,
.img-anim-top {
  position: relative;

  &::before,
  &::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1.12);
  }

  &::before {
    background-color: #fff;
    transition-delay: .3s;

  }

  &::after {
    background-color: var(--color-red);
    z-index: 1;
  }


  &.is-show {
    &::before {
      width: 0;
    }

    &::after {
      width: 0;
    }
  }
}

.txt-anim {
  background: linear-gradient(135deg, var(--color-light), var(--color-light), var(--color-light), #E83B1D, #E83B1D);
  background-position: 200% 100%;
  background-size: 200%;
  background-repeat: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-backface-visibility: hidden;
  padding-right: 0.1em;
  padding-bottom: 0.04em;
}

/*================ 内部パーツ ================*/
[class*="cm-number-"] {
  position: relative;

  &::before {
    content: '(0)';
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    z-index: 1;
    font-weight: 400;
    height: 1em;
    bottom: 0;
    margin: auto;
    line-height: 1;
    letter-spacing: 0;
    font-size: 17px;
    font-size: calc(17 / 1440* 100cqi);
    color: var(--color-red);

    @media (max-width: 767px) {
      font-size: 12px;
      font-size: calc(12 / 440* 100cqi);
    }
  }
}

.cm-number-0 {
  &::before {
    @media (max-width: 767px) {
      top: -2em;
      bottom: auto;
    }
  }
}

.cm-number-1 {
  &::before {
    content: '(1)';
    bottom: 3.5em;
    left: 12px;
    top: auto;

    @media (max-width: 767px) {
      bottom: 2em;
      left: 5px;
    }
  }
}

.cm-number-2 {
  &::before {
    content: '(2)';
    bottom: 3.5em;
    left: 2.5em;
    top: auto;

    @media (max-width: 767px) {
      bottom: 0;
      left: 0;
      top: 0;
    }
  }
}

.cm-number-3 {
  &::before {
    content: '(3)';
    left: 22px;

    @media (max-width: 767px) {
      left: 0;
      bottom: 0;
      position: relative;
      margin-bottom: 1em;
    }
  }
}

.cm-number-4 {
  &::before {
    content: '(4)';
    left: -25px;

    @media (max-width: 767px) {
      left: 0;
      bottom: 2em;
      top: auto;
    }
  }
}

/*================ 内部パーツ ================*/

.page-cm-top-title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  padding-top: 30px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;

  @media (max-width: 767px) {
    padding-top: 20px;
  }
}

/* ------ option ------ */

.page-cm-header {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-cm-header-title-inner {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
  z-index: 2;
  text-align: center;

  @media (max-width: 767px) {
    padding-top: 130px;
    padding-bottom: 45px;
  }
}

.page-cm-header-title-inner-item--1 {
  @media (max-width: 767px) {
    img {
      width: 296px;
      height: 49px;
    }
  }
}

.page-cm-header-title-inner-item--2 {
  transform: translate(120px, -6px);

  @media (max-width: 767px) {
    transform: translate(40px, -6px);

    img {
      width: 286px;
      height: 49px;
    }
  }
}

.page-cm-header-title-inner-item--3 {
  transform: translate(-230px, -10px);

  @media (max-width: 767px) {
    transform: translate(-85px, -10px);

    img {
      width: 177px;
      height: 49px;
    }
  }
}

[class*="page-cm-header-title-inner-item--"] {
  display: block;
  height: 100%;
  overflow: hidden;
}

[class*="page-cm-header-title-img-"] {
  width: 100%;
  max-width: 193.5px;
  position: absolute;

  @media (max-width: 767px) {
    max-width: 88px;
  }
}

.page-cm-header-title-img-1 {
  left: -10px;
  top: 200px;

  @media (max-width: 767px) {
    left: 25px;
    top: 45px;
  }
}

.page-cm-header-title-img-2 {
  right: 235px;
  bottom: 23px;

  @media (max-width: 767px) {
    right: 0;
    bottom: 0;
  }
}

.page-cm-header-title-img-3 {
  right: -100px;
  top: 180px;

  @media (max-width: 767px) {
    right: 80px;
    top: 32px;
  }
}

.page-cm-header-title-txt-1,
.page-cm-header-title-txt-2 {
  position: absolute;
  /* width: 100%; */
  /* max-width: 193.5px; */
  position: absolute;
  z-index: 2;
}

.page-cm-header-title-txt-1 {
  top: 0;
  right: 0;

  @media (max-width: 767px) {
    top: 80px;

    img {
      width: 115px;
      height: 93px;
    }
  }
}

.page-cm-header-title-txt-2 {
  bottom: 30px;
  left: 0;

  @media (max-width: 767px) {
    /* max-width: 153px; */

    img {
      width: 153px;
      height: 90.38px;
    }
  }
}

/*================ 内部パーツ ================*/

.page-cm-lead {
  padding-top: 80px;
  padding-bottom: 285px;
  position: relative;
  z-index: 1;

  @media (max-width: 767px) {
    padding-bottom: 60px;
  }
}

.page-cm-lead-text {
  font-size: 50px;
  font-size: calc(50 / 1440* 100cqi);
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  text-align: center;
  color: #fff;

  @media (max-width: 767px) {
    font-size: 17px;
    font-size: calc(16 / 440* 100cqi);
  }

}

.page-cm-lead-text-img {
  width: 140px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;

  @media (max-width: 767px) {
    width: 51.81px;
    margin: 0 6px;
  }
}

/*================ 内部パーツ ================*/

.page-cm-mv-header {
  padding-bottom: 76px;
  border-bottom: 1px solid #444444;

  @media (max-width: 767px) {
    padding-bottom: 25px;
  }
}

.page-cm-mv-header-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 2815/1471;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  /* background: url(../img/common-collab/cm_05.png) center center / cover no-repeat; */

  @media (max-width: 767px) {
    /* background-image: url(../img/common-collab/cm_05_sp.png); */
    aspect-ratio: 1 / 1;
  }
}

.page-cm-mv-header-inner-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;

  &::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    top: 0;

    left: 0;

  }

}

.page-cm-mv-header-inner-text {
  color: #fff;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 0.78;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 7px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
}

.page-cm-mv-header-inner-text-item--2 {
  transform: translate(200px, 0);
  display: block;

  @media (max-width: 767px) {
    transform: translate(80px, -5px);
  }
}

/*================ 内部パーツ ================*/

.page-cm-mv-content {
  padding: 22px;
  border-bottom: 1px solid #444444;

  @media (max-width: 767px) {
    padding: 40px 15px;
  }
}

.page-cm-mv-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;

  @media (max-width: 767px) {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.page-cm-mv-content-past {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;

  @media (max-width: 767px) {
    justify-content: flex-start;
    width: 100%;
  }
}

.page-cm-mv-content-past-img {
  width: 100%;
  max-width: 132px;
  aspect-ratio: 1/1;

  @media (max-width: 767px) {
    max-width: 90px;
  }
}

.page-cm-mv-content-past-text {
  color: #fff;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  font-size: 17px;

  @media (max-width: 767px) {
    font-size: 14px;
  }
}

.page-cm-mv-content-future {
  width: 100%;
  max-width: 63.539445629%;
  aspect-ratio: 894 / 607;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #0E0E0E;

  @media (max-width: 767px) {
    max-width: 100%;
    aspect-ratio: 380 / 285;
  }
}

.page-cm-mv-content-future-inner {
  /* aspect-ratio: 894.22/503; */
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #D9D9D9; */
  position: relative;
  overflow: hidden;
  padding-top: calc(503 / 894.22 * 100%);


  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-cm-mv-play-ico {
  @media (max-width: 767px) {
    width: 60px;
  }
}

/*================ 内部パーツ ================*/
.page-cm-mv-artist {
  padding-top: 288px;
  position: relative;

  &::before {
    content: '';
    display: block;
    width: 100vw;
    /* height: 100%; */
    background: url(../img/common-collab/bg_parts_02.png) center center / cover no-repeat;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -220px;
    left: 0;
    z-index: 1;
    margin: 0 calc(50% - 50vw);
    right: 0;
    mix-blend-mode: screen;
    pointer-events: none;

    @media (max-width: 767px) {
      background-image: url(../img/common-collab/bg_parts_02_sp.png);
      aspect-ratio: 1/1;
      top: -120px;
    }
  }

  @media (max-width: 767px) {
    padding-top: 122px;
  }
}

.page-cm-mv-artist-inner {
  position: relative;
  z-index: 1;
}

.page-cm-mv-artist-header {
  padding-bottom: 55px;

  @media (max-width: 767px) {
    padding-bottom: 25px;
  }
}

.page-cm-mv-artist-header-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 0.78;
  text-align: center;

  @media (max-width: 767px) {
    text-align: left;
  }
}

.page-cm-mv-artist-header-title-item--2 {
  transform: translate(220px, -3px);
  display: inline-block;

  @media (max-width: 767px) {
    transform: translate(0, -3px);
  }
}

.page-cm-mv-artist-header-title-item--3 {
  @media (max-width: 767px) {
    transform: translate(63%, 0px);
    display: inline-block;
  }
}

/*================ 内部パーツ ================*/

.page-cm-mv-artist-list {
  border-top: 1px solid #444444;
}

.page-cm-mv-artist-list-item {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #444444;
  container-type: inline-size;

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }
}

.page-cm-mv-artist-list-item-img {
  padding-right: 22px;

  @media (max-width: 767px) {
    width: 100%;
    max-width: 205px;
    margin-inline: auto;
    padding-right: 0;
  }
}

.page-cm-mv-artist-list-item-info {
  color: #6A6A6A;
  width: calc(50% - 22px);
  margin-left: auto;
  align-self: flex-end;
  font-size: 16px;
  padding-left: 22px;

  @media (max-width: 767px) {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 35px;
  }
}

.page-cm-mv-artist-list-item-info-title {
  color: #fff;
  font-size: 60px;
  font-size: calc(60 / 1440* 100cqi);
  margin-bottom: 10px;

  @media (max-width: 767px) {
    font-size: 28px;
  }
}

/*================ 内部パーツ ================*/

.page-cm-mv-slider {
  padding-top: 288px;
  margin: 0 calc(50% - 50vw);

  @media (max-width: 767px) {
    padding-top: 100px;
  }
}

.page-cm-mv-slider-inner {
  position: relative;
  z-index: 1;
}

.page-cm-mv-slider-item {
  width: 25%;
}

.page-cm-mv-slider-item-img {}

.page-cm-mv-slider-txt {
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 140px 0;
  width: calc(100% - 34px);
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;

  @media (max-width: 767px) {
    padding: 60px 15px 80px;
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 16px;
  }
}

.slider1 .slick-track {
  display: flex;
  align-items: flex-end;
}

.slider1 .slick-slide img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {}


/*================ 内部パーツ ================*/

.page-cm-mv-archives {
  padding-top: 288px;
  position: relative;

  &::before {
    content: '';
    display: block;
    width: 100vw;
    /* height: 100%; */
    background: url(../img/common-collab/bg_parts_03.png) center center / cover no-repeat;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -220px;
    left: 0;
    z-index: 1;
    margin: 0 calc(50% - 50vw);
    right: 0;
    mix-blend-mode: screen;
    pointer-events: none;

    @media (max-width: 767px) {
      background-image: url(../img/common-collab/bg_parts_03_sp.png);
      aspect-ratio: 1/1;
      top: 0;
    }
  }

  @media (max-width: 767px) {
    padding-top: 150px;
  }
}

.page-cm-mv-archives-inner {
  position: relative;
  z-index: 1;
}

.page-cm-mv-archives-header {
  padding-left: 45px;
  padding-right: 2.2em;
  border-bottom: 1px solid #444444;
  padding-bottom: 35px;

  @media (max-width: 767px) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
}

.page-cm-mv-archives-header-title {
  color: #fff;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 0.78;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  @media (max-width: 767px) {
    flex-direction: column;
  }
}

.page-cm-mv-archives-header-title-item--2 {
  @media (max-width: 767px) {
    align-self: flex-end;
  }
}

.page-cm-mv-archives-item {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #444444;

  @media (max-width: 767px) {
    padding: 40px 15px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.page-cm-mv-archives-item-title {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  align-self: flex-end;

  @media (max-width: 767px) {
    order: 1;
    font-size: 16px;
  }
}

.page-cm-mv-archives-item-img {
  padding-left: 22px;
  aspect-ratio: 658/370;
  position: relative;

  @media (max-width: 767px) {
    order: 0;
    padding-left: 0;
  }

  img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
  }

  iframe {
    width: calc(100% - 22px);
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;

    @media (max-width: 767px) {
      width: 100%;
    }
  }
}

/*================ 内部パーツ ================*/

.page-cm-mv-footer {
  padding-top: 332px;
  position: relative;
  z-index: 1;

  @media (max-width: 767px) {
    padding-top: 180px;
  }
}

.page-cm-mv-footer-inner {
  padding: 22px;
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  position: relative;
}

.page-cm-mv-footer-inner-text {
  position: absolute;
  transition: transform 0.7s ease-out;
  will-change: transform;
}

.page-cm-mv-footer-inner-text--1 {
  top: -50px;
  left: -185px;

  @media (max-width: 767px) {
    top: -40px;
    left: 12px;

    img {
      width: 198.76px;
      height: 42.97px;
    }
  }
}

.page-cm-mv-footer-inner-img {}

.page-cm-mv-footer-inner-text--2 {
  bottom: 105px;
  right: -200px;

  @media (max-width: 767px) {
    bottom: -40px;
    right: 0;

    img {
      width: 207.72px;
      height: 44.26px;
    }
  }
}

/*================ 内部パーツ ================*/
.page-cm-mv-footer-nav {
  color: #fff;
  padding-top: 140px;
  text-align: center;
  position: relative;
  z-index: 1;

  @media (max-width: 767px) {
    padding-top: 90px;
  }
}

.page-cm-mv-footer-nav-item {
  display: inline-block;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  font-size: 28px;
  position: relative;
  padding-top: 10px;

  @media (max-width: 767px) {
    font-size: 22px;
  }

  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #FF1700;
    position: absolute;
    bottom: -7px;
    left: 0;
    transition: height 0.3s cubic-bezier(0, 0, 0, 1.12);

    @media (max-width: 767px) {
      height: 4px;
    }
  }

  @media (any-hover: hover) {
    &:hover {
      &::after {
        height: 100%;
      }
    }
  }
}

.page-cm-mv-footer-nav-item-text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.footer-inner {
  background: none;

  &::before,
  &::after {
    background-color: #1E1E1E;
  }
}

.footer-logo {
  @media (max-width: 767px) {
    margin-top: 30px;
  }
}

footer {
  border-top: none;
  border-bottom: none;
  z-index: 2;

  &::after,
  &::before {
    content: none;
  }
}

/*================ 内部パーツ ================*/

.page-cm-fixed {
  position: fixed;
  top: 116px;
  right: 39px;
  z-index: 100;

  @media (max-width: 767px) {
    position: relative;
    top: 0;
    right: 0;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    margin-bottom: 140px;
  }
}



.page-cm-fixed-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;

  @media (max-width: 767px) {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 12px 15px;
  }

  @media (any-hover: hover) {
    &:hover {
      .page-cm-fixed-img {
        img {
          transform: scale(1.1);
        }
      }

      .page-cm-fixed-txt-title {
        color: var(--color-red);
      }

      .page-cm-fixed-txt-label {
        color: var(--color-light);
      }
    }
  }
}

.page-cm-fixed-img {
  width: 100%;
  max-width: 140px;
  aspect-ratio: 140/78;
  overflow: hidden;

  @media (max-width: 767px) {
    max-width: 118px;
  }

  img {
    transition: transform 0.3s cubic-bezier(0, 0, 0, 1.12);
  }
}

.page-cm-fixed-txt {}

.page-cm-fixed-txt-label {
  font-size: 10px;
  color: var(--color-red);
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1;
  margin-top: 10px;
  text-align: right;
  transition: color 0.3s cubic-bezier(0, 0, 0, 1.12);
}

.page-cm-fixed-txt-title {
  font-size: 13px;
  color: #fff;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wght" 700;
  transition: color 0.3s cubic-bezier(0, 0, 0, 1.12);

  span {
    display: inline-block;
    width: 8px;
    height: 8px;
  }
}

/* ------ option ------ */
.page-cm-fixed--collab03 {
  .page-cm-fixed-txt {
    @media (max-width: 767px) {
      margin-right: auto;
    }
  }

  .page-cm-fixed-inner {
    @media (max-width: 767px) {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      padding: 15px;
      gap: 2px;
    }
  }

  .page-cm-fixed-link {
    margin-top: 11px;

    @media (max-width: 767px) {
      padding: 0;
      width: 26.9227272727%;
      margin-top: 0;
    }
  }

  @media (max-width: 767px) {
    .page-cm-fixed-txt-label {
      margin-top: 0;
    }
  }


}


/*================ 内部パーツ ================*/

.page-cm-mv-artist--collab02 {

  .page-cm-mv-artist-list-item-info-title {
    font-size: 36px;
    font-size: calc(36 / 1440 * 100cqi);

    @media (max-width: 767px) {
      font-size: 28px;
    }
  }

  .page-cm-header-title-img-1 {
    @media (max-width: 767px) {
      left: 20px;
      top: 80px;
    }
  }

  .page-cm-header-title-img-2 {
    @media (max-width: 767px) {
      right: 20px;
      bottom: -20px;
    }
  }

}

/*================ スチャダラパー ================*/

.page-cm-mv-artist--collab03 {

  .page-cm-mv-artist-list-item-info-title {
    font-size: 36px;
    font-size: calc(36 / 1440 * 100cqi);

    @media (max-width: 767px) {
      font-size: 28px;
    }
  }

  .page-cm-mv-artist-list-item-info {
    width: calc(100% - 22px);
  }

}
