@charset "UTF-8";
/* ================================
	Top MV (cross-fade + slow zoom)
================================ */
.p-mv {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 100px;
}
@media (max-width: 1079.98px) {
  .p-mv {
    padding-top: 70px;
  }
}
.p-mv__inner {
  position: relative;
  width: 100%;
}
.p-mv {
  /* スライダートラック（Slick対象） */
}
.p-mv__track {
  position: relative;
  isolation: isolate; /* 子z-index安定 */
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 75vh;
  max-height: 700px;
}
@media (min-width: 1500px) {
  .p-mv__track {
    max-width: 1600px;
    width: 100%;
  }
}
@media (max-width: 1079.98px) {
  .p-mv__track {
    height: auto;
  }
}
.p-mv {
  /* FOUC防止：Slick初期化まで非表示 */
}
.p-mv__slide {
  display: none;
}
.p-mv__track.slick-initialized .p-mv__slide {
  display: block;
}
.p-mv {
  /* 画像の共通 */
}
.p-mv__media, .p-mv__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-mv {
  /* オーバーレイ（常に最前面） */
}
.p-mv__overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 30;
}
@media (min-width: 1500px) {
  .p-mv__overlay {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-mv {
  /* メインコピー（右寄せ中央） */
}
.p-mv__text {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  max-width: 300px;
}
.p-mv__text img {
  width: 100%;
  max-width: 300px;
}
.p-mv__text {
  /* 1400以下はvwで可変 */
}
@media (max-width: 1400px) {
  .p-mv__text {
    width: 22vw;
  }
}
.p-mv__text {
  /* SP調整 */
}
@media (max-width: 767.98px) {
  .p-mv__text {
    width: 48vw;
    top: 50%;
    transform: translateY(0); /* デザインに合わせて変更可 */
  }
}
.p-mv {
  /* Slickのz-index競合予防 */
}
.p-mv .slick-slide {
  z-index: auto !important;
  outline: none;
}
.p-mv .slick-list, .p-mv .slick-track {
  height: 100%;
}
.p-mv {
  /* Ken Burnsベース（拡大はJSで制御） */
}
.p-mv .slick-slide img {
  transform: scale(1);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
  transition-property: transform;
  transition-timing-function: linear;
  transition-duration: 0ms;
}

/* ----------------------------------------
 * アンカーリンク（ピル型）
 * ------------------------------------- */
.c-anchor-pills {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .c-anchor-pills {
    display: none;
  }
}
.c-anchor-pills__inner {
  padding-inline: 16px;
}
.c-anchor-pills__list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.c-anchor-pills__item {
  flex: 0 0 auto;
  margin: 0;
  position: static;
}
.c-anchor-pills__item + .c-anchor-pills__item {
  margin-left: 12px;
}
@supports (gap: 12px) {
  .c-anchor-pills__item + .c-anchor-pills__item {
    margin-left: 0;
  }
}
.c-anchor-pills__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid #333;
  border-radius: 999px;
  background: #fff;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.c-anchor-pills__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b2cff;
  border-bottom: 2px solid #6b2cff;
  transform: rotate(45deg);
  margin-top: -2px;
}
.c-anchor-pills__link:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.7);
}
.c-anchor-pills__link:active {
  transform: translateY(1px);
}
.c-anchor-pills__link:focus-visible {
  outline: 3px solid rgba(107, 44, 255, 0.35);
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .c-anchor-pills__inner {
    padding-inline: 12px;
  }
  .c-anchor-pills__list {
    gap: 10px;
  }
  .c-anchor-pills__item + .c-anchor-pills__item {
    margin-left: 10px;
  }
  @supports (gap: 10px) {
    .c-anchor-pills__item + .c-anchor-pills__item {
      margin-left: 0;
    }
  }
  .c-anchor-pills__link {
    padding: 9px 14px;
    font-size: 13px;
  }
}

/* ================================
	Top Title
================================ */
.p-title {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-title__en {
  font: 400 4rem "Tenor Sans", serif;
}
@media (max-width: 1079.98px) {
  .p-title__en {
    font-size: 3rem;
  }
}
.p-title__ja {
  font: 500 2rem "Noto Serif JP", serif;
}
@media (max-width: 1079.98px) {
  .p-title__ja {
    font-size: 1.6rem;
  }
}
.p-title .p-title__en {
  display: inline-block;
}
.p-title .p-title__en::first-letter {
  color: #6800a6;
}
.p-title {
  /* 左ライン（各セクションで色・長さを出し分け） */
}
.p-title::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 2px;
  width: clamp(24px, 6vw, 48px);
  background: #CBCBCB; /* デフォルト色 */
  transform: translateY(-0.2em);
}
.p-title {
  /* 暗背景反転 */
}
.p-title.p-title--inverse {
  color: #fff;
}
.p-title.p-title--inverse::before {
  background: rgba(255, 255, 255, 0.6);
}
.p-title.p-title--inverse .p-title__ja {
  color: #fff;
}

/* セクション別の色（英字色＆ライン色） */
.p-title--news .p-title__en {
  color: #333;
}
.p-title--news::before {
  content: none;
}

.p-title--event .p-title__en {
  color: #333;
}
.p-title--event::before {
  content: none;
}

.p-title--concert .p-title__en {
  color: #6800a6;
}
.p-title--concert::before {
  background: #CBCBCB;
}

.p-title--pickup .p-title__en {
  color: #6800a6;
}
.p-title--pickup::before {
  background: #CBCBCB;
}

.p-title--about .p-title__en {
  color: #fff;
}
.p-title--about::before {
  background: rgba(255, 255, 255, 0.6);
}

.p-title--campus .p-title__en {
  color: #6800a6;
}
.p-title--campus::before {
  background: #CBCBCB;
}

/* 見出しと右側ボタンを横並びにする行 */
.p-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

/* 見出し＋リード横並び */
.p-head {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: clamp(12px, 2.4vw, 24px);
}
@media (max-width: 1079.98px) {
  .p-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-head .p-title {
  flex: 0 0 auto;
}
.p-head .c-lead {
  flex: 1 1 auto;
  text-align: right;
  font-size: clamp(12px, 1.14vw, 15px);
  line-height: 1.4;
}
@media (max-width: 1079.98px) {
  .p-head .c-lead {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-head__side {
  margin-left: 25px;
}
@media (max-width: 1079.98px) {
  .p-head__side {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .p-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-head .c-lead {
    text-align: left;
  }
}

html, body {
  overflow-x: clip;
}

/* ===== EVENT slider ===== */
.p-cards-slider {
  position: relative;
}
.p-cards-slider__list { /* Slickがulをトラック化 */
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-cards-slider__list .slick-list {
  overflow: visible;
}
.p-cards-slider__list .slick-track {
  display: flex;
}
.p-cards-slider__list .slick-slide {
  height: auto;
}
.p-cards-slider__list .slick-slide > div {
  height: 100%;
}
.p-cards-slider {
  /* 丸矢印（左右） */
}
.p-cards-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #6800a6;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.p-cards-slider__arrow--prev {
  left: -18px;
}
.p-cards-slider__arrow--next {
  right: -18px;
}
.p-cards-slider__arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(45deg);
}
.p-cards-slider { /* → */ }
.p-cards-slider__arrow--prev::before {
  transform: rotate(-135deg);
}
.p-cards-slider { /* ← */ }

/* ===== Card (link全体) ===== */
.c-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  padding: 15px;
  padding-bottom: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  width: 100%;
}
.c-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.c-card__media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  aspect-ratio: 16/9;
}
.c-card__body {
  padding: 16px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-card__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}
.c-card__title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 6px;
}
.c-card__desc {
  flex: 1;
  padding-top: 1rem;
}
.c-card__desc p {
  display: flex;
  line-height: 1.3;
  font-size: 1.4rem;
}
.c-card__desc p span {
  flex-shrink: 0;
}
.c-card__desc p + p {
  margin-top: 0.5rem;
}
.c-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 32px;
  color: #333;
  position: relative;
  text-align: right;
  color: #9e9e9e;
}
.c-card__footer::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: #333;
  font-size: 1.4rem;
  font-weight: 300;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

/* 小さな状態ラベル */
.c-chip {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 1.2rem;
  line-height: 1.4;
  background: #eee;
  color: #333;
  white-space: nowrap;
}

.c-chip--status {
  background: #fff;
  color: #6800a6;
  border: 1px solid #6800a6;
}

/* 1枚の外側余白（Slickのスライドに付与） */
.p-cards-slider__item {
  display: flex;
  height: 100%;
}
@media (max-width: 1079.98px) {
  .p-cards-slider__item {
    padding: 4px;
  }
}

.p-cards-slider .slick-slide {
  transform: scale(0.91);
  transition: 0.2s;
}

.p-cards-slider .slick-center {
  transform: scale(1);
}

@media (max-width: 1079.98px) {
  .p-cards-slider .slick-slide {
    transform: scale(1);
    transition: 0.2s;
  }
  .p-cards-slider .slick-center {
    transform: scale(1);
  }
}
/* =========================================
   Discover（about + academics）
========================================= */
.p-discover {
  /* メインセクションのスタイル（必要に応じて追加） */
  background-color: #0f0f0f;
  /* aboutセクション（p-hero-duoと組み合わせ） */
}
.p-discover__about {
  /* p-hero-duoのスタイルは_hero-discover.scssで定義済み */
  /* 追加のスタイルが必要な場合はここに記述 */
}
.p-discover {
  /* academicsセクション（p-academicsと組み合わせ） */
}
.p-discover__academics {
  /* p-academicsのスタイルは_academics.scssで定義済み */
  /* 追加のスタイルが必要な場合はここに記述 */
  /* 背景色や余白の調整など */
  background-color: rgba(0, 0, 0, 0.4);
}

.p-discover__inner {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

/* 背景（画面いっぱい） */
.p-hero-duo {
  position: relative;
  color: #fff;
  padding: clamp(60px, 8vw, 90px) 20px;
}
.p-hero-duo__bg {
  position: absolute;
  inset: 0;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/top/top-about_bg.jpg") #000 center/cover no-repeat;
  filter: brightness(0.6);
  z-index: 0;
}
.p-hero-duo .l-container {
  position: relative;
  z-index: 1;
}
.p-hero-duo {
  /* 上の大見出し */
}
.p-hero-duo .p-title.p-title--about {
  margin-bottom: clamp(24px, 5vw, 40px);
  color: #fff;
  justify-content: center;
}
.p-hero-duo .p-title.p-title--about::before {
  content: none;
}
.p-hero-duo .p-title.p-title--about .p-title__en {
  font-size: clamp(4.8rem, 4vw, 5rem);
}
@media (max-width: 767.98px) {
  .p-hero-duo .p-title.p-title--about .p-title__en {
    font-size: 3.2rem;
  }
}
.p-hero-duo .p-title.p-title--about .p-title__en::first-letter {
  color: #fff !important;
}
.p-hero-duo {
  /* 2枚並びのパネル */
}
@media (max-width: 767.98px) {
  .p-hero-duo__row {
    grid-template-columns: 1fr;
  }
}
.p-hero-duo__item:first-of-type {
  margin-bottom: clamp(24px, 5vw, 40px);
}
.p-hero-duo__item {
  position: relative;
  display: block;
  overflow: hidden;
  padding-block: 60px;
  padding-inline: 20px;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (max-width: 767.98px) {
  .p-hero-duo__item {
    padding-block: 40px;
  }
}
.p-hero-duo__item {
  /* 背景画像（各ボタン固有） */
}
.p-hero-duo__item > .p-hero-duo__media {
  position: absolute;
  inset: 0;
  background: var(--panel) center/cover no-repeat;
  filter: brightness(0.7);
  z-index: 0;
}
.p-hero-duo__item {
  /* 中身（ガラス風） */
}
.p-hero-duo__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
}
@media (max-width: 767.98px) {
  .p-hero-duo__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-hero-duo__text {
  position: relative;
}
.p-hero-duo__label {
  grid-column: 1/-1;
  font: 700 clamp(1.5rem, 2vw, 2rem)/1 "Tenor Sans", serif;
  opacity: 0.9;
  text-transform: uppercase;
}
.p-hero-duo__label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 0.8em;
  vertical-align: middle;
  transform: translateY(-0.2em);
}
.p-hero-duo__title {
  margin-block: 1rem 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .p-hero-duo__title {
    font-size: 2.4rem;
  }
}
.p-hero-duo__lead {
  grid-column: 1;
  grid-row: 3;
  font-size: clamp(14px, 1.6vw, 16px);
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
  align-self: start;
}
.p-hero-duo {
  /* MOREボタン（右側に配置） */
}
.p-hero-duo .c-button {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  margin-left: clamp(12px, 2vw, 20px);
  /* 右矢印を追加 */
}
.p-hero-duo .c-button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-left: 6px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .p-hero-duo__overlay {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .p-hero-duo__label, .p-hero-duo__title {
    grid-column: 1;
  }
  .p-hero-duo__lead {
    grid-column: 1;
    grid-row: 3;
  }
  .p-hero-duo .c-button {
    grid-column: 1;
    grid-row: 4;
    margin-left: 0;
    margin-top: clamp(8px, 1.5vw, 12px);
    justify-self: start;
  }
}

.c-top-button--duo {
  border: 1px solid #6800a6;
  color: #6800a6;
  position: relative;
  background: #fff;
  margin: 0;
}
.c-top-button--duo::after {
  content: "";
  width: 20px;
  display: block;
  height: 10px;
  background-image: url(/wordpress/wp-content/themes/musashino-music/assets/img/top/i-top-arrow-p.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.p-hero-duo__item:first-of-type {
  background-image: url(/wordpress/wp-content/themes/musashino-music/assets/img/top/top-about_bg_right.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 767.98px) {
  .p-hero-duo__item:first-of-type {
    background-size: 100% auto;
    background-position: center top;
  }
}
.p-hero-duo__item:first-of-type .c-top-button--duo {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .p-hero-duo__item:first-of-type .c-top-button--duo {
    margin-top: 0px;
  }
}

.p-academics {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 0 0 clamp(40px, 7vw, 90px) 0;
  background: #0f0f0f;
}
@media (min-width: 1500px) {
  .p-academics {
    margin-top: clamp(4rem, 7vw, 9rem);
  }
}
@media (max-width: 1023px) {
  .p-academics {
    padding: 0 20px clamp(40px, 7vw, 90px) 20px;
  }
}
.p-academics::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px; /* ←デザイン全体幅 */
  height: 100%;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/top/top-academics-bg.png") no-repeat;
  background-size: cover;
  background-position: center center; /* ←“動かしたくない位置”はここ */
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .p-academics::before {
    width: 100%;
    background: url("/wordpress/wp-content/themes/musashino-music/assets/img/top/top-academics-bg-tab.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
}
@media (max-width: 539.98px) {
  .p-academics::before {
    width: 100%;
    background: url("/wordpress/wp-content/themes/musashino-music/assets/img/top/top-academics-bg-sp.png") no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
.p-academics .p-discover__inner {
  position: relative;
  width: min(920px, 100%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .p-academics .p-discover__inner {
    width: 100%;
    max-width: 500px;
  }
}
.p-academics .l-container,
.p-academics .p-title {
  position: relative;
  z-index: 1;
}
.p-academics .p-title {
  margin-bottom: clamp(20px, 4vw, 3.2rem);
  flex-wrap: wrap;
}
.p-academics .p-title::before {
  background: rgba(255, 255, 255, 0.4);
}
.p-academics__head {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.p-academics__head--graduate {
  margin-top: 8rem;
}
.p-academics__head h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.749), 0 0 5px rgba(0, 0, 0, 0.5);
}
.p-academics__head a {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 0.5em 1em;
}
.p-academics__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(18px, 3vw, 24px);
}
.p-academics__item {
  display: flex;
  background: rgba(255, 255, 255, 0.223);
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1023px) {
  .p-academics__item {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .p-academics__item {
    grid-template-columns: 1fr;
  }
}
.p-academics__media {
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 1023px) {
  .p-academics__media {
    width: 100%;
  }
}
.p-academics__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-academics__body {
  width: 50%;
  position: relative;
  padding: clamp(16px, 3vw, 28px);
  display: grid;
  align-content: start;
  gap: clamp(10px, 1.6vw, 14px);
}
@media (max-width: 1023px) {
  .p-academics__body {
    width: 100%;
  }
}
.p-academics__label {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.p-academics__title {
  margin: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.749), 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.p-academics {
  /* コースの並び（ボタン群） */
}
.p-academics__courses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
@media (max-width: 1023px) {
  .p-academics__courses {
    grid-template-columns: 1fr 1fr;
  }
}
.p-academics__courses li {
  margin: 0;
}
.p-academics__courses a.c-button {
  position: relative;
  display: block;
  color: #333;
  background: #fff;
  padding: 15px 0;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  justify-content: space-between;
  font-feature-settings: "palt";
}
@media (max-width: 767.98px) {
  .p-academics__courses a.c-button {
    padding: 5px 0;
    min-height: 44px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 539.98px) {
  .p-academics__courses a.c-button {
    padding: 5px 0;
    font-size: 1.2rem;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-academics__courses a.c-button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 539.98px) {
  .p-academics__courses a.c-button::after {
    right: 5px;
  }
}
.p-academics__more {
  margin-top: 0.6rem;
}
.p-academics__more .c-button {
  border-radius: 6px;
  font-weight: 600;
  padding-inline: 1.5em;
}

.p-panels {
  background: #f4f4f4;
}
.p-panels .l-container {
  max-width: 1100px;
}
.p-panels__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}
@media (max-width: 767.98px) {
  .p-panels__inner {
    grid-template-columns: 1fr;
  }
}
.p-panels__visual {
  position: relative;
  width: 100%;
}
.p-panels__stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  justify-items: end;
}
.p-panels__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.p-panels__head {
  display: grid;
  gap: 0.6rem;
}
.p-panels__label {
  font: 700 1.8rem/1 "Tenor Sans", serif;
  margin: 0;
  position: relative;
  padding-left: 64px;
}
.p-panels__label::first-letter {
  color: #6800a6;
}
.p-panels__label::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-panels__title {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 500;
  color: #333;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
}
.p-panels__lead {
  margin: 0;
  color: rgba(28, 16, 45, 0.75);
  line-height: 1.7;
}
.p-panels .c-button {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 36px;
  border-radius: 30px;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  justify-self: end;
}
.p-panels .c-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-left: 8px;
}
.p-panels__more {
  width: 100%;
}

.p-panels__card:nth-child(1) {
  padding-bottom: 40px;
}

.p-panels__card:nth-child(2) {
  padding-top: 40px;
}

.p-purpose {
  background: #fafafa;
}
.p-purpose .l-container {
  max-width: 960px;
}
.p-purpose__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(12px, 2vw, 18px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 539.98px) {
  .p-purpose__list {
    grid-template-columns: 1fr;
  }
}
.p-purpose__item:first-child {
  grid-column: 1/-1;
}
.p-purpose__item--wide {
  grid-column: 1/-1;
}
.p-purpose__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  min-height: 94px;
}
.p-purpose__link::after {
  content: "";
  width: 20px;
  display: block;
  height: 10px;
  background-image: url(/wordpress/wp-content/themes/musashino-music/assets/img/top/i-top-arrow-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.p-purpose__link:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}
.p-purpose__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  font-size: 2.4rem;
}
@media (max-width: 539.98px) {
  .p-purpose__text {
    font-size: 2rem;
  }
}
.p-purpose__title {
  font-weight: 700;
}
.p-purpose__sub {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.p-purpose__icon {
  position: relative;
}

/* ==================================================
  PICK UP
================================================== */
.p-pickup {
  padding-block: 80px;
  padding-inline: 20px;
  background: #f4f4f4;
}

.p-pickup__head {
  margin-bottom: 28px;
}

.p-pickup__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
}
@media (max-width: 1079.98px) {
  .p-pickup__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-pickup__title-en {
  font-family: "Tenor Sans", serif;
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
  padding-left: 80px;
  /* 左の線 */
}
.p-pickup__title-en::before {
  content: "";
  width: 64px;
  height: 1px;
  background: #333;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
.p-pickup__title-en::first-letter {
  color: #6800a6;
}

.p-pickup__title-ja {
  font-size: 1.4rem;
  line-height: 1.65;
  color: #333;
}

/* --------------------------
  HERO（大）
-------------------------- */
.p-pickup__hero {
  margin-bottom: 22px;
}

.p-pickup-hero {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
}
@media (max-width: 539.98px) {
  .p-pickup-hero {
    flex-direction: column;
  }
}
.p-pickup-hero__body {
  padding: 26px 26px 22px;
  width: 50%;
}
@media (max-width: 539.98px) {
  .p-pickup-hero__body {
    width: 100%;
    order: 2;
  }
}

.p-pickup-hero__media {
  width: 50%;
}
@media (max-width: 539.98px) {
  .p-pickup-hero__media {
    width: 100%;
    order: 1;
  }
}

.p-pickup-hero__heading {
  margin: 0 0 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
  color: #222;
}
@media (max-width: 1079.98px) {
  .p-pickup-hero__heading {
    font-size: 1.8rem;
  }
}

.p-pickup-hero__text {
  margin: 0 0 18px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #444;
}

.p-pickup-hero__more span {
  display: inline-block;
  padding: 6px 24px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.45;
  text-decoration: none;
  box-shadow: 0 0 0;
}

.p-pickup-hero__media {
  margin: 0;
  background: #ddd;
}
.p-pickup-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms ease;
}

/* --------------------------
  GRID（小カード）
-------------------------- */
.p-pickup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.p-pickup-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.p-pickup-card__link {
  display: grid;
  grid-template-rows: 1fr auto;
  text-decoration: none;
  color: inherit;
}
.p-pickup-card__link:hover .p-pickup-card__media img {
  transform: scale(1.03);
}

.p-pickup-card__media {
  margin: 0;
  background: #ddd;
  aspect-ratio: 16/9;
}
.p-pickup-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms ease;
}

.p-pickup-card__title {
  margin: 0;
  padding: 6px 12px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1079.98px) {
  .p-pickup-card__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .p-pickup-card__title {
    font-size: 1.4rem;
  }
}

/* --------------------------
  Responsive
-------------------------- */
@media (max-width: 768px) {
  .p-pickup {
    padding-block: 60px 60px;
  }
  .p-pickup__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-pickup__title::before {
    width: 56px;
  }
  .p-pickup__title-en {
    font-size: 3rem;
  }
  .p-pickup-hero {
    grid-template-columns: 1fr;
  }
  .p-pickup-hero__body {
    padding: 18px 18px 16px;
  }
  .p-pickup__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-pickup-card__title {
    padding: 10px;
  }
}
/* 下段（小さめ）用：クラスを付けたカードだけ高さを低くする */
.p-pickup-card--compact .p-pickup-card__media {
  aspect-ratio: 16/7; /* 高さを低く（好みで調整） */
}

/* SPでは通常サイズに戻すなら（任意） */
@keyframes bg-slider {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1441px;
  }
}
.p-top-image {
  padding-bottom: 100px;
  overflow: hidden;
}
.p-top-image--container {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.p-top-image__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-image picture {
  display: block;
  overflow: hidden;
}
.p-top-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-image--slider {
  display: none;
}
@media (max-width: 767.98px) {
  .p-top-image {
    padding-bottom: 60px;
  }
  .p-top-image--container {
    display: none;
  }
  .p-top-image--slider {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    background-size: auto 400px;
    animation: bg-slider 46s linear infinite;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .p-top-image--slider {
    height: 200px;
    background-size: auto 200px;
    animation: bg-slider 25s linear infinite;
  }
}

.c-post-section .p-archive__heading.wp-block-heading {
  margin-top: 60px !important;
}

.p-archive__empty {
  margin-bottom: 60px;
}
@media (max-width: 1079.98px) {
  .p-archive__item {
    border-bottom: 1px solid #CBCBCB;
  }
}
.p-archive__row, .p-archive__link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1.5rem 0;
  text-decoration: none;
  color: inherit;
}
.p-archive__row--s, .p-archive__link--s {
  background-color: #6800a6;
}
.p-archive__date {
  color: #333;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  display: block;
  flex-shrink: 0;
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
.p-archive__title {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  line-height: 1.4;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.p-archive__row:hover .p-archive__title, .p-archive__row:focus-visible .p-archive__title, .p-archive__link:hover .p-archive__title, .p-archive__link:focus-visible .p-archive__title {
  text-decoration-color: currentColor;
}
@media (max-width: 767.98px) {
  .p-archive__row, .p-archive__link {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .p-archive__date {
    font-size: 1.2rem;
  }
  .p-archive__title {
    line-height: 1.4;
    font-size: 1.3rem;
    width: 100%;
  }
}
.p-archive__more {
  text-align: center;
  margin-top: 40px;
}
.p-archive__more a {
  padding: 15px 20px;
  color: #fff;
}
.p-archive__more--single {
  padding-bottom: 40px;
  padding-top: 20px;
}
.p-archive__more--single a {
  padding: 8px 20px;
  font-weight: bold;
  background: #6800a6;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .p-archive__more a {
    font-size: 1.5rem;
  }
}

.p-archive__information, .p-archive__calendar {
  margin-top: 80px;
}
@media (max-width: 1079.98px) {
  .p-archive__information, .p-archive__calendar {
    margin-top: 40px;
  }
}

.p-archive__tabs.p-archive__tabs--event {
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-archive__result-head {
  margin-top: 60px;
}

.p-archive__more--s {
  margin-top: 20px;
  margin-bottom: 60px;
}

.p-archive__more-link--s {
  background-color: #6800a6;
  padding: 10px 20px !important;
  text-decoration: none;
  display: inline-block;
}

.post-type-archive-concert .p-archive__information {
  margin-top: 0;
}

.c-event-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.78);
  white-space: nowrap;
}
.c-event-status--event-before {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--before {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--during {
  border-color: #a800a7;
  color: #fff;
  background-color: #a800a7;
}
.c-event-status--today {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--multi-day {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--after {
  background: #fff;
  color: #505050;
  border-color: #505050;
}
.c-event-status--event-after {
  background: #eeeeee;
  opacity: 0.9;
}
.c-event-status--ended {
  background: #eeeeee;
}

.c-event-single .c-event-status {
  padding: 8px 12px;
  font-size: 1.4rem;
  border-radius: 200px;
}
@media (max-width: 767.98px) {
  .c-event-single .c-event-status {
    font-size: 1.2rem;
  }
}

.c-event-table .c-event-status {
  min-width: 5em;
  padding: 6px 7px;
  font-size: 1.2rem;
  border-radius: 100px;
}
.c-event-table .c-event-status--ended {
  opacity: 0.72;
}

.c-event-single__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.c-event-single__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  border-radius: 0;
  border: 1px solid #6800a6;
  color: #6800a6;
  background-color: #fff;
}
.c-event-single__title {
  margin: 0 0 10px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 1079.98px) {
  .c-event-single__title {
    font-size: 2rem;
  }
}
.c-event-single__lead {
  margin-block: 20px 20px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.78);
}
@media (max-width: 1079.98px) {
  .c-event-single__lead {
    font-size: 1.4rem;
  }
}
.c-event-single__meta {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #fff;
}
.c-event-single__meta:not(:has(.c-event-single__figure)) {
  grid-template-columns: 1fr;
}
@media (max-width: 1079.98px) {
  .c-event-single__meta {
    grid-template-columns: 1fr 280px;
    gap: 18px;
    padding: 18px;
  }
}
@media (max-width: 767.98px) {
  .c-event-single__meta {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
.c-event-single__meta-body {
  min-width: 0;
}
.c-event-single__meta-list {
  margin: 0;
}
.c-event-single__event-dates {
  display: flex;
  flex-direction: column;
}
.c-event-single__event-date-item {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-event-single__event-date-item + .c-event-single__event-date-item {
  margin-top: 0px;
}
.c-event-single__apply-range {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-event-single__apply-range-item + .c-event-single__apply-range-item {
  margin-top: 4px;
}
.c-event-single__apply-range-event {
  font-weight: 600;
}
.c-event-single__apply-range-period {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-event-single__meta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.c-event-single__meta-row:first-child {
  border-top: none;
  padding-top: 0;
}
.c-event-single__meta-row:last-child {
  padding-bottom: 0;
}
.c-event-single__meta-row dt {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-event-single__meta-row dd {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  min-width: 0;
}
.c-event-single__meta-row dd a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-event-single__meta-row dd a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .c-event-single__meta-row {
    grid-template-columns: 9.5em 1fr;
    gap: 10px;
  }
  .c-event-single__meta-row dt {
    font-size: 1.4rem;
  }
  .c-event-single__meta-row dd {
    font-size: 1.4rem;
  }
}
.c-event-single__thumb {
  min-width: 0;
}
@media (min-width: 768px) {
  .c-event-single__thumb {
    align-self: start;
  }
}
.c-event-single__figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}
.c-event-single__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-single__content {
  margin-top: 80px;
}
.c-event-single__content > *:first-child {
  margin-top: 0;
}
.c-event-single__content > *:last-child {
  margin-bottom: 0;
}
.c-post-section__lead {
  line-height: 1.5;
}

.c-event-table {
  margin-top: 16px;
}
.c-event-table__table {
  width: 100%;
  background: #fff;
}
.c-event-table__table th,
.c-event-table__table td {
  padding: 10px 12px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.c-event-table__table thead th {
  padding: 15px 12px;
  background: #6800a6;
  color: #fff;
  font-weight: 600;
  border-bottom: none;
  font-size: 1.5rem;
}
.c-event-table__table a {
  text-decoration: none;
}
@media (hover: hover) {
  .c-event-table__table a:hover {
    text-decoration: none;
  }
}
.c-event-table__table a[target=_blank]::after {
  width: 16px !important;
  height: 16px !important;
  margin-bottom: -2px !important;
}
.c-event-table__scroll {
  overflow-x: auto;
}
.c-event-table__th--status {
  white-space: nowrap;
}
.c-event-table__th--date {
  width: 20%;
}
.c-event-table__th--title {
  white-space: nowrap;
}
.c-event-table__th--apply {
  white-space: nowrap;
}
.c-event-table__th--place {
  white-space: nowrap;
}
.c-event-table__th--price {
  white-space: nowrap;
}
.c-event-table__th--detail {
  white-space: nowrap;
}
.c-event-table__td--status {
  white-space: nowrap;
  text-align: center;
}
.c-event-table__td--date {
  font-weight: bold;
}
.c-event-table__td--title a {
  text-decoration: underline;
}
.c-event-table__td--apply {
  white-space: nowrap;
}
.c-event-table__td--detail {
  white-space: nowrap;
}
.c-event-table__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 4px;
}
@media (hover: hover) {
  .c-event-table__apply:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767.98px) {
  .c-event-table__table {
    width: 800px !important;
  }
  .c-event-table__table td, .c-event-table__table th {
    font-size: 13px !important;
  }
}

.c-exam-event-cat-links {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .c-exam-event-cat-links {
    margin-top: 60px;
  }
}
.c-exam-event-cat-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}
@media (max-width: 1079.98px) {
  .c-exam-event-cat-links__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }
}
@media (max-width: 539.98px) {
  .c-exam-event-cat-links__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c-exam-event-cat-links__item {
  text-decoration: none;
  color: inherit;
}
.c-exam-event-cat-links__item > a {
  text-decoration: none;
  color: #333;
}
.c-exam-event-cat-links__link > figure {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(0, 0, 0, 0.04);
}
.c-exam-event-cat-links__link > figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-exam-event-cat-links__link > h3 {
  font-weight: 600;
  line-height: 1.5;
  margin-block: 10px 5px;
}
@media (max-width: 767.98px) {
  .c-exam-event-cat-links__link > h3 {
    font-size: 1.4rem;
    margin-block: 7px 5px;
  }
}
.c-exam-event-cat-links__link > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .c-exam-event-cat-links__link > p {
    font-size: 1.2rem;
  }
}
.c-exam-event-cat-links__link__item span:empty {
  display: none;
}/*# sourceMappingURL=top.css.map */