@charset "UTF-8";

/* ========================================
   CM Page
======================================== */
.cm-page {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.8;
  overflow: hidden;
}

.cm-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.cm-page a {
  color: inherit;
  text-decoration: none;
}

.cm-hero {
  height: 46vw;
  min-height: 610px;
  position: relative;
}

.cm-hero__image {
  height: 100%;
}

.cm-hero__image img,
.cm-hero__image picture {
  height: 100%;
  width: 100%;
}

.cm-hero__image img {
  object-fit: cover;
}

.cm-hero__content {
  bottom: 74px;
  color: #fff;
  left: max(40px, calc((100% - 1140px) / 2));
  position: absolute;
}

.cm-hero__copy {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 4.8rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin: 0;
}

.cm-hero__en {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3.3rem;
  font-weight: lighter;
  letter-spacing: 0.12em;
  margin: 22px 0 0;
}

.cm-fixed-button {
  display: block;
  position: fixed;
  right: 0;
  top: 110px;
  width: 50px;
  z-index: 50;
}

.cm-fixed-button img {
  display: block;
  width: 100%;
}

.cm-thoughts {
  background: url(../img/hero/wave.webp) no-repeat right bottom / contain;
  padding: 60px 0 130px;
}

.cm-thoughts__inner {
  background: url(../img/hero/college_map_bg.webp) no-repeat right 140px / 32% auto;
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 80px);
}

.cm-section-label {
  color: #DE5494;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
}

.cm-thoughts__sub-title {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3.1rem;
  line-height: 1.6;
  margin: 12px 0 50px;
}

.cm-thoughts__title {
  font-size: 4.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
}

.cm-thoughts__lead {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  gap: 14px;
  margin: 20px 0 50px;
}

.cm-thoughts__lead::before,
.cm-thoughts__lead::after {
  background: #111;
  content: "";
  display: block;
  height: 1px;
  width: 24px;
}

.cm-thoughts__text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4;
  width: 65%;
}

.cm-thoughts__text p {
  margin: 0 0 30px;
}

.cm-gallery {
  margin-top: 54px;
}

.cm-gallery__label {
  color: #DE5494;
  font-size: 2rem;
  margin: 0 0 30px;
}

.cm-gallery__label b {
  font-size: 3.5rem;
  font-weight: normal;
}

.cm-gallery__list {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.cm-movie-card__movie {
  aspect-ratio: 310 / 170;
  background: #000;
  position: relative;
  width: 100%;
}

.cm-movie-card__movie iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.cm-movie-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 8px 0 0;
  text-align: center;
}

.cm-movie-card__movie--sp {
  display: none;
}

.cm-movie-card__thumb {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  line-height: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.cm-movie-card__thumb > img:not(.cm-movie-card__play) {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cm-movie-card__play {
  height: 56px;
  left: 50%;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
}

.cm-modal .md-overlay {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 1000;
}

.cm-modal .md-contents {
  display: none;
  overflow: visible;
}

.cm-modal__contents {
  left: 50%;
  max-width: 960px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  z-index: 1001;
}

.cm-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: -48px;
  top: -48px;
  width: 42px;
}

.cm-modal__close::before,
.cm-modal__close::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 20px;
  width: 34px;
}

.cm-modal__close::before {
  transform: rotate(45deg);
}

.cm-modal__close::after {
  transform: rotate(-45deg);
}

.cm-modal__movie {
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
  width: 100%;
}

.cm-modal__movie iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.cm-music {
  background: linear-gradient(45deg, #695D5E 0%, #231D1D 100%);
  color: #fff;
  padding: 125px 0;
}

.cm-music__inner {
  display: grid;
  gap: 130px;
  grid-template-columns: 1fr 525px;
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 80px);
}

.cm-music__label {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.cm-music__title-ja {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 46px;
}

.cm-music__title {
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 48px;
}

.cm-music__text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25;
}

.cm-music__text p {
  margin: 0 0 34px;
}

.cm-music__credit {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin: 130px 0 0;
}

.cm-music__credit b {
  font-size: 1.7rem;
  font-weight: 700;
}

.cm-music__profile {
  padding-top: 120px;
}

.cm-music__profile img {
  width: 100%;
}

.cm-music__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 22px 0 0;
}

.cm-page .cm-music__url {
  color: rgba(255,255,255,0.6);
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2px;
  padding-right: 30px;
  position: relative;
}

.cm-music__url::after {
  background: url(../img/hero/link.webp) no-repeat center / contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
}

.cm-photo-line {
  background: #fff;
  overflow: hidden;
  padding: 150px 0 0;
}

.cm-photo-line__track {
  margin-left: -24px;
}

.cm-photo-line__track .slick-list {
  overflow: visible;
}

.cm-photo-line__track .slick-track {
  align-items: center;
  display: flex;
}

.cm-photo-line__item {
  width: 604px;
}

.cm-photo-line__item img {
  height: 354px;
  object-fit: cover;
  padding-right: 30px;
  width: 604px;
}

.cm-work {
  background: linear-gradient(180deg, #fff 0%, rgba(204, 81, 141, 0.48) 100%);
  padding: 240px 0 60px;
}

.cm-work__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 80px);
}

.cm-work__title {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 5.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 94px;
  text-align: center;
}

.cm-work__body {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 50%;
}

.cm-work__content {
  grid-column: 1 / 2;
  padding-right: 110px;
}

.cm-work__lead {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
}

.cm-work__text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 75px;
}

.cm-work__text p {
  margin: 0;
}

.cm-work__slider-wrap {
  clip-path: inset(0 -100vw 0 0);
  grid-column: 2 / 3;
  min-width: 0;
  overflow: visible;
}

.cm-work__slider {
  overflow: visible;
  position: relative;
}

.cm-work__slider .slick-list {
  overflow: visible;
}

.cm-work__slider .slick-track {
  display: flex;
}

.cm-work__slider .slick-slide {
  height: 530px;
  margin-right: 30px;
  width: 530px;
}

.cm-work__card {
  display: block;
  height: 530px;
  overflow: hidden;
  position: relative;
  width: 530px;
}

.cm-work__card:hover {
  opacity: 1;
}

.cm-work__card img {
  aspect-ratio: 1 / 1;
  height: 530px;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 530px;
}

.cm-work__card:hover img {
  transform: scale(1.05);
}

.cm-work__card-title {
  align-items: center;
  background: linear-gradient(90deg, #C94E89 0%, #8A0346 100%);
  bottom: 0;
  color: #fff;
  display: flex;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2rem;
  font-weight: 500;
  justify-content: space-between;
  left: 0;
  line-height: 1.5;
  padding: 14px 45px;
  position: absolute;
  width: 100%;
}

.cm-work__card-title span {
  align-items: center;
  display: inline-flex;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  gap: 8px;
  letter-spacing: 0.12em;
}

.cm-work__card-title span::after {
  background: url(../img/hero/arrow.webp) no-repeat center / contain;
  content: "";
  height: 8px;
  width: 4px;
}

.cm-work__arrows {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.cm-work__arrow {
  background-color: transparent;
  background-image: url(../img/hero/arrow_prev.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  height: 43px;
  padding: 0;
  width: 43px;
}

.cm-work__arrow--next {
  background-image: url(../img/hero/arrow_next.webp);
}

.cm-work__arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
}

.cm-graduate {
  background-color: #005EAF;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cm-graduate__content {
  background: linear-gradient(90deg, #D55C96 0%, #880144 100%);
  color: #fff;
  padding: 108px 11% 112px;
}

.cm-graduate__label {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 20px;
}

.cm-graduate__title {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0 0 20px;
}

.cm-graduate__text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0;
}

.cm-graduate__button {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2rem;
  font-weight: 400;
  gap: 34px;
  justify-content: center;
  line-height: 1.5;
  margin-top: 80px;
  max-width: 330px;
  padding: 12px 36px;
}

.cm-graduate__button span {
  align-items: center;
  display: inline-flex;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  gap: 8px;
  letter-spacing: 0.12em;
}

.cm-graduate__button span::after {
  background: url(../img/hero/arrow.webp) no-repeat center / contain;
  content: "";
  height: 8px;
  width: 4px;
}

.cm-graduate__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cm-link {
  padding: 130px 0;
}

.cm-link__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 80px);
}

.cm-page .cm-link-card {
  border-radius: 8px;
  color: #fff;
  display: block;
  min-height: 390px;
  overflow: hidden;
  padding: 68px 55px 76px;
  position: relative;
}

.cm-page .cm-link-card:hover {
  opacity: 1;
}

.cm-link-card::before {
  content: "";
  inset: 0;
  opacity: 0.82;
  position: absolute;
  z-index: 1;
}

.cm-link-card--campus::before {
  background: #DE5494 url(../img/hero/college_open_campus_bg.webp) no-repeat center center / cover;
}

.cm-link-card--pamphlet::before {
  background: #2F1400 url(../img/hero/college_pamphlet_bg.webp) no-repeat center center / cover;
}

.cm-link-card__label,
.cm-link-card__title,
.cm-link-card__text {
  position: relative;
  z-index: 2;
}

.cm-link-card__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.cm-link-card__title {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0 0 20px;
}

.cm-link-card__title::after {
  background: url(../img/hero/arrow2.webp) no-repeat center / contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 18px;
  width: 18px;
}

.cm-link-card img {
  margin: 0 auto 26px;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 2;
}

.cm-link-card:hover img {
  transform: scale(1.05);
}

.cm-link-card__text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.cm-sister {
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 390px;
  padding: 0 max(40px, calc((100% - 1140px) / 2)) 120px 0;
  width: 100%;
}

.cm-sister__images {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1.7fr;
}

.cm-sister__images img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cm-sister__content {
  padding-top: 26px;
}

.cm-sister__title {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.36;
  margin: 0 0 46px;
}

.cm-sister__text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 138px;
}

.cm-sister__school img {
  max-width: 330px;
}

.cm-page .cm-sister__button {
  border: 1px solid #16A1E9;
  color: #16A1E9;
  display: block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 340px;
  padding: 18px 28px;
  position: relative;
}

.cm-sister__button::after {
  border-right: 1px solid #16A1E8;
  border-top: 1px solid #16A1E8;
  content: "";
  height: 10px;
  position: absolute;
  right: 28px;
  top: 24px;
  transform: rotate(45deg);
  width: 10px;
}

.cm-sister__note {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 15px 0 0;
}

.cm-sister__note b {
  color: #16A1E8;
}

@media screen and (max-width: 767px) {
  .cm-hero {
    height: 570px;
    min-height: 0;
  }

  .cm-hero__content {
    bottom: 46px;
    left: 30px;
  }

  .cm-hero__copy {
    font-size: 2.2rem;
    line-height: 1.65;
  }

  .cm-hero__en {
    font-size: 1.4rem;
    margin-top: 16px;
  }

  .cm-fixed-button {
    display: none;
  }

  .cm-movie-card__movie--pc {
    display: none;
  }

  .cm-movie-card__movie--sp {
    display: block;
  }

  .cm-thoughts {
    background: #fff;
    padding: 46px 0 70px;
  }

  .cm-thoughts__inner {
    background: none;
    width: calc(100% - 60px);
  }

  .cm-section-label {
    font-size: 1.5rem;
  }

  .cm-thoughts__sub-title {
    font-size: 1.8rem;
    margin: 4px 0 24px;
  }

  .cm-thoughts__title {
    font-size: 3rem;
    line-height: 1.45;
  }

  .cm-thoughts__lead {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 16px 0 34px;
  }

  .cm-thoughts__lead::before,
  .cm-thoughts__lead::after {
    height: 1px;
    width: 15px;
  }

  .cm-thoughts__text {
    font-size: 1.5rem;
    line-height: 2.25;
    max-width: none;
    width: auto;
  }

  .cm-thoughts__text p {
    margin-bottom: 30px;
  }

  .cm-gallery {
    margin-top: 64px;
  }

  .cm-gallery__label {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }

  .cm-gallery__label b {
    font-size: 2.2rem;
  }

  .cm-gallery__list {
    display: block;
    max-width: none;
  }

  .cm-movie-card {
    margin-bottom: 32px;
  }

  .cm-movie-card__title {
    font-size: 1.3rem;
  }

  .cm-music {
    padding: 68px 0 78px;
  }

  .cm-music__inner {
    display: block;
    width: calc(100% - 60px);
  }

  .cm-music__label {
    font-size: 1.5rem;
  }

  .cm-music__title-ja {
    font-size: 3.2rem;
    margin-bottom: 28px;
  }

  .cm-music__title {
    font-size: 2.8rem;
    line-height: 1.7;
    margin-bottom: 32px;
  }

  .cm-music__text {
    font-size: 1.5rem;
    line-height: 2.25;
  }

  .cm-music__text p {
    margin-bottom: 32px;
  }

  .cm-music__credit {
    display: none;
  }

  .cm-music__profile {
    padding-top: 64px;
  }

  .cm-music__name {
    font-size: 2rem;
  }

  .cm-music__url {
    font-size: 2rem;
  }

  .cm-photo-line {
    padding: 70px 0 82px;
  }

  .cm-photo-line__track {
    margin-left: -90px;
  }

  .cm-photo-line__item {
    width: 289px;
  }

  .cm-photo-line__item img {
    height: 169px;
    padding-right: 15px;
    width: 289px;
  }

  .cm-work {
    padding: 0 0 70px;
  }

  .cm-work__inner {
    width: calc(100% - 60px);
  }

  .cm-work__title {
    font-size: 2.4rem;
    line-height: 1.75;
    margin-bottom: 44px;
  }

  .cm-work__body {
    display: block;
  }

  .cm-work__content {
    padding: 0;
  }

  .cm-work__lead {
    font-size: 2rem;
    font-weight: lighter;
    line-height: 2;
  }

  .cm-work__text {
    font-size: 1.5rem;
    line-height: 2.25;
    margin-top: 34px;
  }

  .cm-work__slider-wrap {
    clip-path: inset(0 -100vw 0 0);
    margin-top: 62px;
    overflow: visible;
    position: relative;
  }

  .cm-work__slider-wrap::after {
    background: url(../img/hero/swipe.webp) no-repeat center / contain;
    content: "";
    height: 84px;
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 38%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
    width: 109px;
    z-index: 2;
  }

  .cm-work__slider-wrap.is-swipe-guide-hidden::after {
    opacity: 0;
  }

  .cm-work__slider .slick-slide {
    height: calc(100vw - 60px);
    margin-right: 15px;
    width: calc(100vw - 60px);
  }

  .cm-work__card {
    height: calc(100vw - 60px);
    width: calc(100vw - 60px);
  }

  .cm-work__card img {
    height: calc(100vw - 60px);
    width: calc(100vw - 60px);
  }

  .cm-work__card-title {
    font-size: 1.2rem;
    padding: 10px 14px;
  }

  .cm-work__card-title span {
    font-size: 0.9rem;
  }

  .cm-work__arrows {
    gap: 22px;
    margin-top: 34px;
  }

  .cm-work__arrow {
    height: 58px;
    width: 58px;
  }

  .cm-graduate {
    display: flex;
    flex-direction: column;
  }

  .cm-graduate__content {
    padding: 72px 30px 76px;
  }

  .cm-graduate__label {
    font-size: 1.7rem;
    margin-bottom: 22px;
  }

  .cm-graduate__title {
    font-size: 3rem;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .cm-graduate__text {
    font-size: 1.5rem;
    line-height: 2.25;
  }

  .cm-graduate__button {
    font-size: 2rem;
    margin-top: 44px;
    max-width: none;
    padding: 12px 15px;
  }

  .cm-graduate__image {
    display: none;
  }

  .cm-link {
    padding: 68px 0;
  }

  .cm-link__inner {
    display: block;
    width: calc(100% - 60px);
  }

  .cm-page .cm-link-card {
    min-height: 0;
    padding: 26px 30px;
  }

  .cm-link-card + .cm-link-card {
    margin-top: 36px;
  }

  .cm-link-card__label {
    font-size: 1.2rem;
  }

  .cm-link-card__title {
    font-size: 1.9rem;
  }

  .cm-link-card__title::after {
    height: 10px;
    width: 10px;
  }

  .cm-link-card img {
    margin-bottom: 20px;
  }

  .cm-link-card__text {
    font-size: 1.2rem;
  }

  .cm-sister {
    display: block;
    padding: 0 0 62px;
    width: 100%;
  }

  .cm-sister__images {
    display: block;
  }

  .cm-sister__images img:first-child {
    display: none;
  }

  .cm-sister__content {
    padding: 54px 30px 0;
  }

  .cm-sister__title {
    font-size: 2.7rem;
    line-height: 1.38;
    margin-bottom: 30px;
  }

  .cm-sister__text {
    font-size: 1.4rem;
    line-height: 2.1;
    margin-bottom: 32px;
  }

  .cm-sister__school img {
    max-width: 100%;
  }

  .cm-sister__button {
    font-size: 1.4rem;
    max-width: none;
  }

  .cm-sister__note {
    font-size: 1.6rem;
  }
}