.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 19 / 9;
  width: 100%;
  min-height: 500px;
  max-height: 850px;
  background-color: var(--gray);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  background: url('../../../img/fm/mau01/mv/mv-pc.webp') no-repeat center / cover;
  pointer-events: none;
}

/* テキストエリア */
.hero-content {
  z-index: 1;
  padding: 0 40px;
  max-width: 1535px;
  width: 100%;
  text-align: left;
}
.text-sub {
  margin: 0;
  font-size: clamp(26px, 1.95vw, 34px);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.text-main {
  margin: 0;
  letter-spacing: 3px;
  line-height: 1.0;
  font-size: clamp(64px, 5.21vw, 90px);
  font-weight: bold;
  color: var(--main-color);
  -webkit-text-stroke: 0.15em #fff;
  paint-order: stroke fill;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .hero {
    align-items: flex-start;
    aspect-ratio: 375 / 500;
  }
  .hero-bg {
    background: url('../../../img/fm/mau01/mv/mv-sp.webp') no-repeat center / cover;
  }
  .hero-content {
    text-align: center;
    text-align: left;
    padding: clamp(36px, 16vw, 96px) 10px 0;
  }
  .text-sub {
    margin-bottom: 4px;
    font-size: 22px;
  }
  .text-main {
    font-size: 44px;
    -webkit-text-stroke: 0.12em #fff; /* スマホでは縁を少し細く */
  }
}

/* //////////////////////////////////////////// */

section.ContentArea .ContentBody {
  overflow: visible !important;
}

/* YOU TUBE
--------------------------- */
.VideoBox_.new-single {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px !important;
}

/* SCHEDULE
--------------------------- */
.section-schedule {
  background: url('../../../img/fm/mau01/top/bg-info.png') repeat ;
}

.section-schedule .BgColorE_ {
  opacity: 0.92;
}

ul#information_list {
  display: block;
  margin: 0 auto 35px;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  list-style-type: none;
}
#information_list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px dotted gray;
  padding: 15px;
  color: #444;
}
#information_list span {
  display: inline-block;
}
#information_list .Date {
  font-weight: bold;
  flex-shrink: 0;
}
#information_list .Category{
  margin-top: 3px;
  padding: 3px 0;
  width: 120px;
  background-color: var(--accent-color);
  text-align: center;
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
}
#information_list .Title {
  flex: 1;
  min-width: 0;
}
#information_list .Title a {
  color: var(--link-color2);
}
/* SP */
@media screen and (max-width: 767px) {
  #information_list li {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
  }
  #information_list span {
    padding: 2px 0;
  }
  #information_list .Category{
    width: 110px;
    font-size: 11px;
  }
  #information_list .Title {
    flex: 0 0 100%;
  }
}

/* PICK UP
--------------------------- */
/* 写真とセットボックスの段差横並び */
/* -- PC -- */
.CardWrap .SetBox_ {
  border: 1px solid #ccc;
  background-color: #333333;
}
@media (min-width: 768px) {
  .CardWrap{
    position: relative;
    margin-bottom: 90px;
    padding: 70px 0 0;
    width: 100%;
  }
  .CardWrap:last-child{
    margin-bottom: 0;
  }
/* -------------------------------------------- */
  .CardWrap .ImageBox_ {
    z-index: 2;
    position: absolute;
    top: 0;
    right: calc(50% - 65px);
    max-width: 785px;
    width: calc(50vw + 65px);
    height: 440px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  }
  .CardWrap.Reverse .ImageBox_ {
    top: 0;
    right: auto;
    left: calc(50% - 65px);
  }
  .CardWrap .ImageBox_ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* -------------------------------------------- */
  .CardWrap .SetBox_ {
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-left: auto;
    padding: 75px 70px 75px 260px;
    min-width: 700px;
    width: 63%; /* 760px */
    background-color: #333333;
  }
  .CardWrap.Reverse .SetBox_{
    margin-left: 0;
    padding-left: 70px;
    padding-right: 260px;
  }
  .CardWrap .HeadingBox_ {
    margin-bottom: 20px;
  }
  .CardWrap .TextBox_ {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
  }
  .CardWrap .ButtonBox_{
    display: inline-block !important;
  }
}
/* -------------------------------------------- */
@media (min-width: 768px) and (max-width: 1100px) {
  .CardWrap .ImageBox_ {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: calc(100vw - 500px) !important;
  }
  .CardWrap.Reverse .ImageBox_ {
    top: 0;
    right: 0 !important;
    left: auto;
  }
}
/* -------------------------------------------- */
/* -- SP -- */
@media (max-width: 767px) {
  .CardWrap{
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  }
  .CardWrap .SetBox_ {
    border-top: none;
    padding: 20px;
  }
  .CardWrap .ImageBox_ {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
    width: 100%;
  }
  .CardWrap .ImageBox_ img{
    width: 100%;
    height: auto;
  }
  .CardWrap .HeadingBox_ {
    margin-bottom: 10px;
  }
  .CardWrap .TextBox_ {
    margin-bottom: 15px;
    color: #fff;
  }
}

/* 背景色あり（右下がほんのり明るい） */
.SetBox_.CardDiscoGraphy {
  background-color: var(--accent-color);
  background-image: radial-gradient(
    circle at right 12% bottom 12%,
    rgba(255,255,255,.20) 0%,
    rgba(255,255,255,.10) 35%,
    rgba(255,255,255,0) 75%
  );
}

