.contents .main .mainContents,
.contents .main .mainContents .information .informationContents article,
.contents .topSide .indexSns .snsMovie {
  zoom: 1;
}

.contents .main .mainContents:after,
.contents .main .mainContents .information .informationContents article:after,
.contents .topSide .indexSns .snsMovie:after {
  display: block;
  clear: both;
  content: "";
}

.contents .main {
  float: right;
  width: 790px;
  overflow: hidden;
}

.contents .main .mainContents {
  margin: 20px 0 0;
}

/* .contents .main .mainContents .information { 
  float: left;
  width: 520px;
}*/

.contents .main .mainContents .information .informationTit {
  position: relative;
  margin: 0 0 9px;
}

.contents .main .mainContents .information .informationTit h1 {
  line-height: 0.5;
}

.contents .main .mainContents .information .informationTit a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 0;
  width: 48px;
  height: 13px;
}

.contents .main .mainContents .information .informationTit a:hover img {
  margin-top: -13px;
}

.contents .main .mainContents .information .informationContents {
  margin: 9px 0 0;
}

.contents .main .mainContents .information .informationContents article {
  padding: 11px 0 10px;
  background: url(../img/bg_information.png) left top repeat-x;
}

.contents
  .main
  .mainContents
  .information
  .informationContents
  article:first-child {
  background: none;
}

.contents .main .mainContents .information .informationContents article .news {
  float: right;
  margin: 8px 0 0;
  width: 425px;
}

.contents
  .main
  .mainContents
  .information
  .informationContents
  article
  .news
  header {
  margin: 0 0 2px;
  padding: 0;
  width: 425px;
  font-size: 12px;
  font-size: 0.85714rem;
}

.contents
  .main
  .mainContents
  .information
  .informationContents
  article
  .news
  header
  time {
  margin: 0 12px 0 0;
}

.contents
  .main
  .mainContents
  .information
  .informationContents
  article
  .thumnail {
  float: left;
  padding: 2px;
  width: 72px;
  border: 2px solid #efefef;
}

.contents
  .main
  .mainContents
  .information
  .informationContents
  article
  .thumnail
  img {
  width: 72px;
  height: auto;
}

.contents .topSide {
  float: left;
  width: 250px;
}

.contents .topSide .indexBanner {
  margin: 0 0 10px;
}

.contents .topSide .indexBanner li {
  margin: 10px 0;
}

.contents .topSide .indexBanner li:first-child {
  margin: 0 0 10px;
}

.contents .topSide .indexSns {
  margin: 10px 0;
}

.contents .topSide .indexSns .fb-like-box {
  padding: 10px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.contents .topSide .indexSns .snsMovie {
  margin: 5px 0 10px;
}

.contents .topSide .indexSns .snsMovie .flL,
.contents .topSide .indexSns .snsMovie .flR {
  display: block;
  width: 120px;
  height: 46px;
}

.contents .topSide aside {
  margin: 10px 0 0;
}

.contents .topSide aside ul {
  padding: 0 17px 15px;
  background: #f4f4f4;
}

.contents .topSide aside li {
  margin: 10px 0;
}

.contents .topSide aside li:first-child {
  margin: 0 0 10px;
}

.prosSlider {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px;
  width: 232px;
  height: auto;
  border: 4px solid #efefef;
  background: #fff url(../img/loading.png) no-repeat 50% 50%;
}

.prosSlider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-width: none;
}

.prosSlider .pros-main-image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.prosSlider a {
  display: block;
  border: 0;
}

.prosSlider a.pros-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.prosSlider .pros-slice {
  position: absolute;
  top: 5px;
  z-index: 5;
  display: block;
  height: 100%;
}

.prosSlider .pros-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  display: block;
  width: 27px;
  height: 27px;
  border: 0;
  background: url(../img/bg_direction_nav.png) no-repeat;
  text-indent: -9999px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.prosSlider .pros-directionNav a.pros-prevNav {
  left: 15px;
}

.prosSlider .pros-directionNav a.pros-nextNav {
  right: 15px;
  background-position: -31px 0;
}

.pros-controlNav {
  text-align: center;
  width: 250px;
}

.pros-controlNav a {
  display: inline-block;
  margin: 0 6px;
  width: 13px;
  height: 13px;
  border: 0;
  background: url(../img/bg_control.png) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

.pros-controlNav a:hover {
  background-position: 0 -13px;
}

.pros-controlNav a.active {
  background-position: 0 -26px;
  cursor: default;
}

.slider-wrapper {
  width: 250px;
}
.slider-wrapper:hover .pros-directionNav a {
  opacity: 1;
}

/* 14.12 追加 */
#multidevice_switcher_box {
  background-color: #f00;
}

/* ----------------260619 追加---------------- */

/* ================================
   Header Base
================================ */
.new-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 82px;
  margin-top: 0 !important;
  background-color: #fefefe;
}

body:not(.home):not(.front-page) {
  padding-top: 82px;
}

.new-header-container {
  width: min(100% - 32px, 1200px);
  height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.new-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* ================================
   Logo
================================ */
.new-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.new-logo-fm {
  width: 160px;
  height: auto;
  display: block;
  margin-left: -32px;
}

/* ================================
   Desktop Navigation
================================ */
.new-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 1;
  min-width: 0;
  max-width: 720px;
  margin: 0 auto;
}

.new-nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  flex: 0 0 110px;
  min-width: 110px;

  padding: 6px 4px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.new-main-nav .new-nav-item::after {
  content: none !important;
  display: none !important;
}

.new-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 3px;
}

.new-nav-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    transform 0.3s ease,
    stroke 0.3s ease;
}

.new-nav-icon svg * {
  fill: none;
}

.new-nav-sublabel {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}

/* ================================
   Nav Icon Colors
================================ */
.new-nav-timetable .new-nav-icon svg,
.new-nav-timetable .new-nav-icon svg * {
  stroke: #90d7ec;
}

.new-nav-personality .new-nav-icon svg,
.new-nav-personality .new-nav-icon svg * {
  stroke: #dc6b9a;
}

.new-nav-event .new-nav-icon svg,
.new-nav-event .new-nav-icon svg * {
  stroke: #ff9f1c;
}

.new-nav-news .new-nav-icon svg,
.new-nav-news .new-nav-icon svg * {
  stroke: #2ecc71;
}

.new-nav-studio .new-nav-icon svg,
.new-nav-studio .new-nav-icon svg * {
  stroke: #b58adf;
}

.new-nav-contact .new-nav-icon svg,
.new-nav-contact .new-nav-icon svg * {
  stroke: #3498db;
}

/* hover */
.new-nav-timetable:hover .new-nav-sublabel {
  color: #90d7ec;
}

.new-nav-personality:hover .new-nav-sublabel {
  color: #dc6b9a;
}

.new-nav-event:hover .new-nav-sublabel {
  color: #ff9f1c;
}

.new-nav-news:hover .new-nav-sublabel {
  color: #2ecc71;
}

.new-nav-studio:hover .new-nav-sublabel {
  color: #b58adf;
}

.new-nav-contact:hover .new-nav-sublabel {
  color: #3498db;
}

/* ================================
   Header Actions / Social Icons
================================ */
.new-header-actions {
  display: flex;
  align-items: center;
  margin-left: clamp(16px, 2vw, 32px);
  flex-shrink: 0;
}

.new-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
}

.new-social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.new-social-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.new-social-icon:hover {
  transform: scale(1.08);
}

/* ================================
   Hamburger / Mobile Social Initial
================================ */
.new-hamburger-button {
  display: none;
}

.new-mobile-social-icons {
  display: none;
}

/* ================================
   Tablet PC
   1001px - 1100px
================================ */
@media screen and (max-width: 1100px) and (min-width: 1001px) {
  body {
    padding-top: 76px;
  }

  .new-header {
    height: 76px;
  }

  .new-header-container {
    width: min(100% - 24px, 1040px);
  }

  .new-logo-fm {
    width: 120px;
    margin-left: 0;
  }

  .new-main-nav {
    gap: 2px;
    max-width: none;
  }

  .new-nav-item {
    flex: 0 0 auto;
    min-width: 0;
    padding: 4px 3px;
  }

  .new-nav-icon {
    height: 24px;
    margin-bottom: 2px;
  }

  .new-nav-icon svg {
    width: 20px;
    height: 20px;
  }

  .new-nav-sublabel {
    font-size: 10px;
    letter-spacing: 0;
  }

  .new-header-actions {
    margin-left: 8px;
  }

  .new-social-icons {
    gap: 6px;
  }

  .new-social-icon,
  .new-social-icon img {
    width: 24px;
    height: 24px;
  }
}

/* ================================
   Tablet / Mobile
   1000px以下
================================ */
@media screen and (max-width: 1000px) {
  .new-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 68px;
    border-radius: 0;
  }

  .new-header-container {
    width: 100%;
    max-width: none;
    height: 68px;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
  }

  .new-header-content {
    width: 100%;
  }

  .new-logo-link {
    flex: 0 0 auto;
  }

  .new-logo-fm {
    width: 120px;
    max-width: 120px;
    margin-left: 0;
    flex-shrink: 0;
  }

  .new-header-actions {
    display: none;
  }

  .new-hamburger-button {
    display: flex;
    position: relative;
    z-index: 1101;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
  }

  .new-hamburger-button span {
    position: absolute;
    width: 28px;
    height: 2px;
    background: #2b2b2b;
    border-radius: 999px;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      top 0.3s ease;
  }

  .new-hamburger-button span:nth-child(1) {
    top: 13px;
  }

  .new-hamburger-button span:nth-child(2) {
    top: 21px;
  }

  .new-hamburger-button span:nth-child(3) {
    top: 29px;
  }

  .new-hamburger-button.is-open span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  .new-hamburger-button.is-open span:nth-child(2) {
    opacity: 0;
  }

  .new-hamburger-button.is-open span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  .new-main-nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 1000;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;

    width: 100%;
    max-width: none;
    height: calc(100dvh - 68px);
    padding: 24px 24px 32px;

    background: rgba(254, 254, 254, 0.98);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);

    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;

    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;

    flex: none;
    min-width: 0;
  }

  .new-main-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .new-nav-item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    padding: 16px 8px;
    border-bottom: 1px solid #eee;
    text-align: left;
    box-sizing: border-box;
  }

  .new-nav-icon {
    width: 36px;
    height: 36px;
    margin: 0 14px 0 0;
    flex: 0 0 36px;
  }

  .new-nav-icon svg {
    width: 28px;
    height: 28px;
  }

  .new-nav-sublabel {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .new-mobile-social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 24px 8px 0;
  }

  .new-mobile-social-icons .new-social-icon,
  .new-mobile-social-icons .new-social-icon img {
    width: 36px;
    height: 36px;
  }

  body.is-menu-open {
    overflow: hidden;
  }
}

/* ================================
   Small Mobile
   480px以下
================================ */
@media screen and (max-width: 480px) {
  .new-header-container {
    padding: 0 12px;
  }

  .new-logo-fm {
    width: clamp(100px, 28vw, 112px);
    max-width: 112px;
  }

  .new-hamburger-button {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .new-hamburger-button span {
    width: 26px;
  }

  .new-main-nav {
    padding: 22px clamp(18px, 5vw, 22px) 30px;
  }
}

/* ================================
   Minimum Mobile
   340px以下
================================ */
@media screen and (max-width: 340px) {
  .new-header-container {
    padding: 0 8px;
  }

  .new-hamburger-button {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .new-hamburger-button span {
    width: 24px;
  }
}

/* ================================
  HERO SECTION
================================ */

.hero {
  position: relative;
  min-height: auto;
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 12px;
}

/* 背景画像 */

.hero::before {
  content: "";
  position: absolute;
  inset: 12px 0 0 0;
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

/* 白いオーバーレイ */

.hero::after {
  content: "";
  position: absolute;
  inset: 12px 0 0 0;
  background: rgba(255, 255, 255, 0.45);
  z-index: 1;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 40px;
  border-radius: 24px;
  overflow: visible;
}

.hero-container > * {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

/* ==============================
  NOW ON AIR
============================== */
.onair-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
  max-width: 100%;
}

.onair-title {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  background: #ff0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.wave {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 1;
  min-width: 0;
}

.wave span {
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(to top, #90d7ec, #dc6b9a);
  animation: sound 1.4s ease-in-out infinite;
}

.wave span:nth-child(1) {
  height: 8px;
}

.wave span:nth-child(2) {
  height: 16px;
}

.wave span:nth-child(3) {
  height: 28px;
}

.wave span:nth-child(4) {
  height: 18px;
}

.wave span:nth-child(5) {
  height: 38px;
}

.wave span:nth-child(6) {
  height: 18px;
}

.wave span:nth-child(7) {
  height: 28px;
}

.wave span:nth-child(8) {
  height: 16px;
}

.wave span:nth-child(9) {
  height: 8px;
}

.wave span:nth-child(odd) {
  animation-delay: 0.2s;
}

.wave span:nth-child(even) {
  animation-delay: 0.6s;
}

@keyframes sound {
  0%,
  100% {
    transform: scaleY(0.7);
  }

  50% {
    transform: scaleY(1.2);
  }
}
/* ==============================
  Gradient
============================== */
.hero-gradient {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.gradient-circle-1,
.gradient-circle-2,
.gradient-circle-3 {
  position: absolute;
  border-radius: 50%;
}

.gradient-circle-1 {
  width: clamp(280px, 45vw, 450px);
  height: clamp(280px, 45vw, 450px);
  background: linear-gradient(
    to bottom right,
    rgba(144, 215, 236, 0.4),
    rgba(220, 107, 154, 0.25),
    rgba(245, 216, 94, 0.35)
  );
  filter: blur(48px);
}

.gradient-circle-2 {
  width: clamp(220px, 35vw, 350px);
  height: clamp(220px, 35vw, 350px);
  background: linear-gradient(
    to top right,
    rgba(220, 107, 154, 0.3),
    rgba(245, 216, 94, 0.2),
    rgba(144, 215, 236, 0.25)
  );
  filter: blur(32px);
  transform: translate(64px, -32px);
}

.gradient-circle-3 {
  width: clamp(180px, 28vw, 250px);
  height: clamp(180px, 28vw, 250px);
  background: linear-gradient(
    to bottom left,
    rgba(245, 216, 94, 0.3),
    rgba(144, 215, 236, 0.15),
    rgba(220, 107, 154, 0.2)
  );
  filter: blur(32px);
  transform: translate(-96px, 64px);
}
/* ==============================
  Hero Content
============================== */
.hero-main {
  width: 100%;
  min-width: 0;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 52px 0;
  margin-top: 0;
  margin-left: -80px;
  transform: translateY(-12px);
}

/* ==============================
  Current Program
============================== */

.current-program {
  width: 100%;
  max-width: 80%;
  margin-bottom: 32px;
  padding: 16px 20px;
  border: 1px solid rgba(42, 58, 74, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 0 rgba(42, 58, 74, 0.15);
  text-align: center;
}

.program-title {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 600;
  color: #2a3a4a;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 16px;
  /* overflow-wrap: anywhere; */
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  word-break: keep-all;
}

.program-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(42, 58, 74, 0.7);
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
}

.time-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ==============================
  CTA Buttons
============================== */
/*  --------------------------------------------------------------
.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 5vw, 48px);
  margin-bottom: 20px;
}

.cta-button {
  position: relative;
  display: block;
  width: clamp(128px, 18vw, 160px);
  height: clamp(128px, 18vw, 160px);
  flex-shrink: 0;
}

.cta-rotating-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 25s linear infinite;
  pointer-events: none;
}

.cta-rotating-reverse {
  animation-direction: reverse;
}

.cta-rotating-text svg {
  width: 100%;
  height: 100%;
}

.cta-rotating-text text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.cta-listen .cta-rotating-text text {
  fill: #90d7ec;
}

.cta-message .cta-rotating-text text {
  fill: #dc6b9a;
}

.cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 4px solid #ffffff;
  transition: transform 0.3s ease;
}

.cta-button:hover .cta-inner {
  transform: scale(1.05);
}

.cta-inner-cyan {
  background: linear-gradient(
    to bottom right,
    #90d7ec,
    rgba(144, 215, 236, 0.9)
  );
}

.cta-inner-pink {
  background: linear-gradient(
    to bottom right,
    #dc6b9a,
    rgba(220, 107, 154, 0.9)
  );
}

.cta-icon {
  width: clamp(28px, 4vw, 36px);
  height: clamp(28px, 4vw, 36px);
  margin-bottom: 4px;
}

.pencil-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.cta-text-main {
  font-weight: 700;
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1.3;
}

.cta-text-sub {
  font-size: clamp(9px, 1.2vw, 10px);
  opacity: 0.8;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

--------------------------------------------------------------  */

.balloon-wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 8px;
}

.balloon {
  position: relative;
  width: 145px;
  height: 235px;
  animation: balloonFloat 15s ease-in-out infinite;
}

.balloon:nth-child(1) {
  animation-delay: 0s;
}

.balloon:nth-child(2) {
  animation-delay: 1.4s;
}

/* 気球本体 */
.balloon-body {
  position: absolute;
  top: 0;
  left: 7px;
  width: 131px;
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  overflow: visible;
  border-radius: 50%;
  z-index: 2;
}

/* 三角形：下の部分 */
.balloon-body::after {
  content: "";
  position: absolute;
  width: 119px;
  height: 68px;
  background: inherit;
  top: 95px;
  left: 6px;
  z-index: -1;

  clip-path: polygon(0 0, 100% 0, 60% 96%, 40% 96%);

  border-radius: 14px;
}

/* ピンク */
.balloon-body.pink {
  background: #dc6b9a;
}

.balloon-body.pink:hover {
  background: #e884ad;
}

/* ブルー */
.balloon-body.blue {
  background: #6fc9e4;
}

.balloon-body.blue:hover {
  background: #90d7ec;
}

/* ロープ */
.rope-wrap {
  position: absolute;
  top: 146px;
  left: 0;
  width: 145px;
  height: 24px;
  margin: 0;
  z-index: 0;
}

.rope {
  display: none;
}

.rope:nth-child(1),
.rope:nth-child(4) {
  display: block;
  width: 2px;
  height: 24px;
  background: #555;
  position: absolute;
  top: 0;
  transform-origin: top center;
}

.rope:nth-child(1) {
  left: 49px;
  transform: rotate(0deg);
}

.rope:nth-child(4) {
  left: 94px;
  transform: rotate(0deg);
}

/* カゴ */
.basket {
  width: 51px;
  height: 32px;
  background: #c49a6c;
  position: absolute;
  top: 166px;
  left: 47px;
  border-radius: 0 0 6px 6px;
  z-index: 1;
}

/* 中のリンク */
.balloon-body .cta-button {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* 中の文字・アイコン */
.balloon-body .cta-text-main,
.balloon-body .cta-text-sub,
.balloon-body .cta-icon,
.balloon-body .pencil-icon {
  color: #fffff9;
  text-shadow: 0 1px 2px rgba(0, 70, 90, 0.45);
}

.balloon-body .cta-icon,
.balloon-body .pencil-icon {
  width: 30px;
  height: 38px;
}

.balloon-body .cta-text-main {
  font-size: 14px;
  font-weight: 600;
}

.balloon-body .cta-text-sub {
  font-size: 10px;
  font-weight: 600;
}

.balloon-body .cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.balloon-body .pencil-icon {
  width: 31px;
  height: 42px;
  color: #fffff9;
}

.balloon-body .cta-message-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

@keyframes balloonFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(4px, -10px) rotate(1deg);
  }
  50% {
    transform: translate(0, -18px) rotate(0deg);
  }
  75% {
    transform: translate(-4px, -10px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* この下消す */
.cta-message-text2 {
  white-space: nowrap;
  font-size: 8px !important;
}

/* ==============================
  Message Bar
============================== */

.message-bar {
  width: min(100%, 560px);
  background-color: #ffffff;
  border-radius: 9999px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(144, 215, 236, 0.2);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.ticker-container {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin-right: 16px;
}

.ticker-content {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 48px;
  font-size: clamp(13px, 1.5vw, 16px);
}

.ticker-icon {
  color: #dc6b9a;
  font-weight: 700;
}

.ticker-text {
  color: #2a3a4a;
  font-weight: 500;
}

.current-time {
  flex-shrink: 0;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  color: #2a3a4a;
  font-variant-numeric: tabular-nums;
}

.theme-value {
  color: #90d7ec;
  font-weight: 700;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ==============================
  Hero Sidebar
============================== */

.hero-sidebar {
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(144, 215, 236, 0.1);
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 !important;
  transform: translateY(1px);
}

.sidebar-header {
  display: block;
  width: 100%;
  background-color: #90d7ec;
  padding: 16px 20px;
  text-align: center;
  margin: 0 !important;
  border-radius: 0;
  box-sizing: border-box;
}

.sidebar-title {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 70, 90, 0.45);
}

.sidebar-subtitle {
  font-size: 12px;
  color: #ffffff;
  margin: 4px 0 0;
}

.news-list {
  width: 100%;
  padding: 0px 24px 0;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.news-item {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.news-item:hover {
  background-color: rgba(232, 249, 252, 0.5);
}

.news-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.news-image {
  width: 64px;
  height: 64px;
  background: linear-gradient(
    to bottom right,
    rgba(144, 215, 236, 0.3),
    rgba(245, 216, 94, 0.3)
  );
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-content {
  flex: 1;
  min-width: 0;
}

.news-title {
  font-weight: 700;
  color: #2a3a4a;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.news-item:hover .news-title {
  color: #dc6b9a;
}

.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 6px;
}

.news-date {
  font-size: 10px;
  color: rgba(42, 58, 74, 0.6);
}

.news-category {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 9999px;
  color: #ffffff;
}

.category-cyan {
  background-color: #90d7ec;
}

.category-pink {
  background-color: #dc6b9a;
}

.category-yellow {
  background-color: #f5d85e;
  color: #2a3a4a;
}

.sidebar-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 1px 12px 12px;
  color: #008fc5;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.sidebar-more:hover {
  background-color: #e8f9fc;
}

.more-icon {
  width: 16px;
  height: 16px;
}

/* =========================================================
  PC通常サイズ
  1201px以上：INFOサイズは元のまま維持
========================================================= */

@media screen and (min-width: 1201px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
  }

  .hero-sidebar {
    width: 140%;
    margin-left: -28%;
  }
}

/* =========================================================
  Responsive Base
========================================================= */
/*  
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*/

/* =========================================================
  Responsive
========================================================= */

/*------------------------------------------------------------------------------------

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

------------------------------------------------------------------------------------*/

/* =========================================================
  PC通常サイズ
  1201px以上
========================================================= */

@media screen and (min-width: 1201px) {
  .hero-container {
    width: min(100% - 32px, 1280px);
    padding: 40px;
    border-radius: 24px;
    overflow: visible;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
  }

  .hero-content {
    max-width: 720px;
    margin-left: -32px;
    padding: 8px 0;
  }

  .hero-sidebar {
    max-width: 120%;
  }
}

/* =========================================================
  1200px以下：1カラム化
========================================================= */

@media screen and (max-width: 1200px) {
  main,
  .main,
  .wrapper,
  .contents {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
  }

  .hero {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .hero-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 36px 24px 44px;
    border-radius: 0;
    overflow: hidden;
  }

  .hero-container::before,
  .hero-container::after {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }

  .hero-grid {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
    justify-items: center;
  }

  .hero-main {
    width: 100%;
    min-width: 0;
  }

  .hero-content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto !important;
    padding: 32px 0 0;
    text-align: center;
    align-items: center;
    transform: none !important;
  }

  .current-program {
    width: 100%;
    max-width: 680px;
    margin-bottom: 24px;
    padding: 24px 20px;
  }

  .program-title {
    font-size: clamp(18px, 4.5vw, 24px);
  }

  .cta-buttons {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 24px;
    gap: clamp(24px, 5vw, 40px);
    justify-content: center;
  }

  .cta-button {
    width: clamp(130px, 18vw, 150px);
    height: clamp(130px, 18vw, 150px);
  }

  .message-bar {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .hero-sidebar {
    width: 90% !important;
    max-width: 720px;
    margin: 0 auto !important;
  }

  .news-image {
    width: 72px;
    height: 72px;
  }

  .news-title {
    font-size: 14px;
  }
}

/* ================================
  EVENTS SECTION
================================ */
.events-section {
  position: relative;
  padding: 64px 0;
  background-color: #fdf9e8;
  overflow: hidden;
}

.section-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* Section Header */
.section-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .section-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.section-title-wrap {
  display: flex;
  flex-direction: column;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.label-line {
  height: 4px;
  width: 48px;
  background-color: #90d7ec;
  border-radius: 2px;
}

.label-line-cyan {
  background-color: #90d7ec;
}

.label-text {
  font-size: 14px;
  font-weight: 700;
  color: #90d7ec;
  letter-spacing: 0.15em;
}

.label-text-cyan {
  color: #90d7ec;
}

.label-line-pink {
  background-color: #dc6b9a;
}

.label-text-pink {
  color: #dc6b9a;
}

.section-title {
  font-size: 28px;
  font-weight: 900;
  color: #2a3a4a;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 36px;
  }
}

.section-icon {
  width: 32px;
  height: 32px;
  color: #f5d85e;
}

.section-icon-pink {
  color: #dc6b9a;
}

.section-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 640px) {
  .section-buttons {
    flex-direction: row;
  }
}

.section-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 9999px;
  border: 2px solid;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.section-button-pink {
  border-color: #dc6b9a !important;
  color: #dc6b9a !important;
}

.section-button-pink:hover {
  background-color: #dc6b9a;
  color: #ffffff !important;
}

.section-button-cyan {
  border-color: #90d7ec !important;
  color: #90d7ec !important;
}

.section-button-cyan:hover {
  background-color: #90d7ec !important;
  color: #ffffff !important;
}

.section-button-green {
  border-color: #3cb371 !important;
  color: #3cb371 !important;
}

.section-button-green:hover {
  background-color: #3cb371 !important;
  color: #ffffff !important;
}

.button-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

/* 1023px以下：セクションのタイトル・ラベル・ボタンを中央寄せにして
   中央配置のカード列と中心を揃える（PC=1024px以上の左右レイアウトは不変） */
@media screen and (max-width: 1023px) {
  .section-header {
    align-items: center;
    text-align: center;
  }

  .section-title-wrap {
    align-items: center;
  }

  .section-label {
    justify-content: center;
  }

  .section-title {
    justify-content: center;
  }

  .section-buttons {
    justify-content: center;
    align-items: center;
  }
}

/* Event Cards */
.event-cards {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: center;
  justify-items: center;
  place-content: center;
  gap: 20px;
  box-sizing: border-box;
}

.event-card {
  min-width: 0;
  width: 100%;
  max-width: 280px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.event-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}

.card-image {
  position: relative;
  width: 100%;
  height: clamp(120px, 14vw, 170px);
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-card:hover .card-image img {
  transform: scale(1.05);
}

.card-category {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

/* おすすめバッジ */
.card {
  position: relative;
  overflow: visible;
}

.card-status {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: translate(-8px, -23px) !important;
  padding: 0;
  border-radius: 0;
  line-height: 1;
  z-index: 10;
}

.status-accepting {
  background-color: #f5d85e;
  color: #ffffff;
}

.status-ending {
  display: inline-block;
  width: 100px;
  padding: 0;
  border-radius: 0;
  animation: slowBlink 3s ease-in-out infinite;
}

.card-status img {
  display: block;
  width: 100%;
  height: auto;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .status-ending {
    width: 90px;
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  .status-ending {
    width: 80px;
  }
}

/* 640px以下 */
@media screen and (max-width: 640px) {
  .card-status {
    top: 0;
    right: 0;
    transform: translate(3px, -25px);
  }

  .status-ending {
    width: 80px;
  }
}

/* 小さいスマホ */
@media screen and (max-width: 480px) {
  .card-status {
    top: 0;
    right: 0;
    transform: translate(3px, -25px);
  }

  .status-ending {
    width: 70px;
  }
}

@keyframes slowBlink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.45;
  }
}

.card-new {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 2px 8px;
  background-color: #f5d85e;
  color: #2a3a4a;
  font-size: 10px;
  font-weight: 900;
  border-radius: 4px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.card-featured {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 2px 8px;
  background-color: #dc6b9a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.featured-icon {
  width: 12px;
  height: 12px;
}

.card-content {
  min-width: 0;
  padding: 12px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.card-title {
  min-width: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.4;
  font-weight: 700;
  color: #2a3a4a;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.event-card:hover .card-title {
  color: #90d7ec;
}

.card-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.4;
  color: rgba(42, 58, 74, 0.7);
}

.info-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.info-icon {
  width: 16px;
  height: 16px;
  color: #90d7ec;
  flex-shrink: 0;
}

.remaining-badge {
  font-size: 10px;
  background-color: #f5d85e;
  color: #2a3a4a;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

.card-footer {
  min-width: 0;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.card-price {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 900;
  color: #2a3a4a;
  flex-shrink: 0;
}

.card-more {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #90d7ec;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  white-space: nowrap;
  transition: transform 0.3s ease;
}

.event-card:hover .card-more {
  transform: translateX(4px);
}

.more-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ================================
   Responsive
================================ */

/* 599px以下：2枚 */
@media screen and (max-width: 599px) {
  .event-cards {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    justify-items: center;
    place-content: center;
    gap: 12px;
    padding-inline: 10px;
  }

  .event-card {
    width: 100%;
    max-width: none;
    border-radius: 18px;
  }

  .card-image {
    height: 120px;
  }

  .card-content {
    padding: 10px;
  }

  .card-title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .info-row {
    gap: 6px;
    font-size: 11px;
  }

  .info-icon {
    width: 14px;
    height: 14px;
  }

  .card-footer {
    margin-top: 12px;
    padding-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .card-price {
    font-size: 14px;
  }

  .card-more {
    font-size: 11px;
  }

  .card-category,
  .card-status {
    top: 8px;
    padding: 3px 8px;
    font-size: 10px;
  }

  .card-category {
    left: 8px;
  }

  .card-status {
    right: 8px;
  }

  .card-new {
    bottom: 8px;
    left: 8px;
    font-size: 9px;
  }

  .card-featured {
    bottom: 8px;
    right: 8px;
    font-size: 9px;
  }

  .featured-icon {
    width: 10px;
    height: 10px;
  }
}

/* 600px〜1023px：3枚 */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  /* グリッド全体を中央の見やすい幅に制限してはみ出しを防ぐ */
  .event-cards {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;   /* カードを列いっぱいに広げて等幅に */
    align-items: stretch;     /* 同じ行のカードを等高に */
    gap: 24px;
    padding-inline: 16px;
    box-sizing: border-box;
  }

  /* カードを列いっぱいに広げ、中身を縦並びにして「詳細を見る」を下端揃え */
  .event-card {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .card-footer {
    margin-top: auto;
  }

  .card-image {
    height: 150px;
  }

  .card-title {
    font-size: 15px;
  }

  .info-row {
    font-size: 12px;
  }

  .card-price {
    font-size: 16px;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  .event-cards {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
    justify-content: center;
    justify-items: center;
    place-content: center;
    gap: clamp(16px, 2vw, 24px);
  }

  .event-card {
    max-width: 280px;
  }
}

/* 大きいPC */
@media screen and (min-width: 1200px) {
  .event-cards {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(4, minmax(220px, 280px));
    justify-content: center;
    justify-items: center;
    place-content: center;
  }
}

@media screen and (max-width: 640px) {
  .section-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .section-button {
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    padding-inline: 20px;
    white-space: nowrap;
  }

  .button-icon {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 599px) {
  .event-cards {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-inline: 8px;
    justify-content: center;
  }

  .event-card {
    width: 100%;
    max-width: none;
    border-radius: 16px;
  }

  .card-image {
    height: 105px;
  }

  .card-content {
    padding: 8px;
  }

  .card-title {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .info-row {
    font-size: 10px;
    gap: 5px;
  }

  .info-icon {
    width: 12px;
    height: 12px;
  }

  .card-footer {
    margin-top: 10px;
    padding-top: 10px;
    gap: 4px;
  }

  .card-price {
    font-size: 13px;
  }

  .card-more {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  .event-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    padding-inline: 8px !important;
    box-sizing: border-box !important;
  }

  .event-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .card-image {
    height: 100px !important;
  }

  .card-content {
    padding: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  .card-title {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .info-row {
    font-size: 10px !important;
  }

  .card-footer {
    margin-top: auto !important;
    padding-top: 8px !important;
  }
}

/* ==============================
PROGRAM SECTION
============================== */

.radio-program-section {
  position: relative;
  padding-top: 24px;
  overflow: visible;
}

.radio-program-section h2 {
  max-width: 1200px;
  text-align: left;
}

.radio-program-slider-wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  overflow: visible;
}

.js-radio-program-swiper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 12px 40px;
  box-sizing: border-box;
  overflow: visible;
}

.js-radio-program-swiper .swiper-wrapper {
  align-items: stretch;
}

.js-radio-program-swiper .swiper-slide {
  width: 304px;
  height: auto;
  flex-shrink: 0;
  padding: 8px 0 24px;
  box-sizing: border-box;
}

.radio-program-card {
  max-width: 340px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  border-top: 12px solid #dc6b9a;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.radio-program-card:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
}

.radio-program-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.radio-program-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}

.radio-program-card__body {
  padding: 14px 14px 22px;
}

.radio-program-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.radio-program-card__time,
.radio-program-card__description {
  margin: 0 0 10px;
  font-size: 14px;
}

.radio-program-card__personality {
  color: #dc6b9a;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.radio-program-card__days {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.radio-program-card__day {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dc6b9a;
  color: #fefefe;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}

.radio-program-card__time {
  display: flex;
  align-items: center;
  gap: 6px;
}

.radio-program-card__time-icon {
  flex-shrink: 0;
  color: #dc6b9a;
}

.radio-program-button-prev,
.radio-program-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: transparent;
  color: #dc6b9a;
  display: grid;
  place-items: center;
  font-size: 64px;
  line-height: 1;
}

.radio-program-button-prev {
  left: -52px;
}

.radio-program-button-next {
  right: -52px;
}

@media (max-width: 768px) {
  .radio-program-section {
    padding: 40px 16px;
  }

  .radio-program-button-prev {
    left: 8px;
  }

  .radio-program-button-next {
    right: 8px;
  }
}

.radio-program-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.radio-program-card__link:visited,
.radio-program-card__link:active {
  color: inherit;
  text-decoration: none;
}

.radio-program-card__link:hover {
  text-decoration: none;
}

.radio-program-card__link:hover .radio-program-card__title,
.radio-program-card__link:hover .radio-program-card__time,
.radio-program-card__link:hover .radio-program-card__personality,
.radio-program-card__link:hover .radio-program-card__description {
  color: #dc6b9a;
}

/* ==============================
  Footer
============================== */

.new-footer {
  width: 100%;
  background-color: #90d7ec;
  color: #ffffff;
  overflow: hidden;
}

.new-footer *,
.new-footer *::before,
.new-footer *::after {
  box-sizing: border-box;
}

.new-footer a {
  color: inherit;
  text-decoration: none;
}

.new-footer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.new-footer-main {
  width: 100%;
  padding: 72px 0 0;
}

.new-footer-container {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: 0;
}

/* 上段 */
.new-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.new-footer-brand {
  min-width: 0;
}

/* ロゴ */
.new-fmsakudaira-logo {
  margin-bottom: 28px;
}

.new-fmsakudaira-logo .new-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
}

.new-fmsakudaira-logo img {
  height: auto;
  transform: none;
}

.new-fmsakudaira-logo img.new-logo-clearcosmos {
  width: 56px !important;
  flex-shrink: 0;
}

.new-fmsakudaira-logo img.new-logo-fm {
  width: 170px;
  max-width: calc(100vw - 120px);
  margin-left: 0;
}

/* 住所・電話 */
.new-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 0;
  transform: none;
}

.new-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 2px rgba(0, 70, 90, 0.45);
}

.new-contact-icon {
  width: 18px;
  height: 18px;
  color: #f5d85e;
  flex-shrink: 0;
  margin-top: 5px;
  filter: drop-shadow(0 1px 2px rgba(0, 70, 90, 0.45));
}

/* リンクエリア */
.new-footer-links {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.new-footer-heading {
  color: #f5d85e;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 1px 2px rgba(0, 70, 90, 0.45);
}

.new-heading-line {
  width: 28px;
  height: 2px;
  background-color: #f5d85e;
  flex-shrink: 0;
}

.new-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.new-footer-list a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 70, 90, 0.45);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.new-footer-list a:hover {
  color: #f5d85e;
  transform: translateX(3px);
}

/* 下段 */
.new-footer-bottom {
  margin-top: 56px;
  padding: 32px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}

.new-footer-social {
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}

/* SNS */
.new-social-icon {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.new-social-icon:hover {
  background-color: #f5d85e;
  transform: translateY(-3px);
}

/* 古いSNSクラス用 */
.new-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.new-social-btn:hover {
  background-color: #f5d85e;
  color: #2a3a4a;
}

/* 中央ロゴ */
.new-footerlogo-wrap {
  justify-self: center;
  width: auto;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 28px;
}

.new-pascal-logo,
.new-city_saku-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-pascal-logo img,
.new-city_saku-logo img {
  width: 130px;
  height: auto;
}

/* ポリシー */
.new-footer-policy {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 28px;
  text-align: right;
}

.new-footer-policy a {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 70, 90, 0.45);
  transition: color 0.3s ease;
}

.new-footer-policy a:hover {
  color: #ffffff;
}

/* コピーライト */
.new-footer-copyright {
  background-color: rgba(42, 58, 74, 0.2);
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}

.new-footer-copyright .new-footer-container {
  width: min(100% - 40px, 1280px);
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .new-footer-main {
    padding-top: 56px;
  }

  .new-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 56px;
    max-width: 720px;
    margin-inline: auto;
  }

  .new-footer-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
  }

  .new-footer-social,
  .new-footerlogo-wrap,
  .new-footer-policy {
    justify-self: center;
  }

  .new-footer-social {
    justify-content: center;
  }

  .new-footer-policy {
    justify-content: center;
    text-align: center;
  }
}

/* スマホ */
@media screen and (max-width: 640px) {
  .new-footer-main {
    padding: 48px 0 0;
  }

  .new-footer-container,
  .new-footer-copyright .new-footer-container {
    width: min(100% - 32px, 100%);
  }

  .new-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .new-fmsakudaira-logo {
    margin-bottom: 24px;
  }

  .new-fmsakudaira-logo .new-logo-link {
    gap: 12px;
  }

  .new-fmsakudaira-logo img.new-logo-clearcosmos {
    width: 52px !important;
  }

  .new-fmsakudaira-logo img.new-logo-fm {
    width: 150px;
  }

  .new-footer-heading {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .new-footer-list {
    gap: 8px;
  }

  .new-footer-list a,
  .new-contact-item,
  .new-footer-policy a {
    font-size: 14px;
  }

  .new-footer-bottom {
    margin-top: 40px;
    padding: 28px 0 32px;
    gap: 24px;
  }

  .new-footer-social {
    gap: 12px;
  }

  .new-social-icon,
  .new-social-btn {
    width: 40px;
    height: 40px;
  }

  .new-footerlogo-wrap {
    flex-wrap: wrap;
    gap: 18px;
  }

  .new-pascal-logo img,
  .new-city_saku-logo img {
    width: 120px;
  }

  .new-footer-policy {
    gap: 10px 20px;
  }

  .new-footer-copyright {
    font-size: 13px;
    padding: 16px 0;
  }
}

/* =========================================================
   レスポンシブ調整（スマホ・タブレット）
   ・1200px以下のみ。PC(1201px以上)には一切影響しません。
   ・症状1: スクロールで固定ヘッダーが消える
   ・症状2: 画面幅がデバイスより大きく左右にはみ出す
   ========================================================= */
@media screen and (max-width: 1200px) {

  /* --- 横はみ出しを止めて画面幅をデバイスにピッタリ合わせる ---
     overflow-x: clip は overflow: hidden と違い、固定ヘッダー(position:fixed)を
     壊さずに横スクロール／左右の余白を消せる。 */
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  /* --- 固定ヘッダーを確実に固定する（他CSSの上書き対策含む） --- */
  .new-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
  }

  /* --- 旧2カラム（固定px幅・float）をはみ出さないよう1カラム化 --- */
  .contents .main,
  .contents .topSide {
    float: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .contents .main .mainContents .information .informationContents article .news,
  .contents .main .mainContents .information .informationContents article .news header {
    width: auto;
    max-width: 100%;
  }

  /* --- 画像・メディアを枠内に収める（画面幅オーバー防止） ---
     .prosSlider img 等のスライダー画像は specificity が高いので影響を受けない。 */
  img {
    max-width: 100%;
    height: auto;
  }
}


/* =========================================================
   イベント情報　詳細
   ========================================================= */

/* ---------- ページ全体のラッパー ---------- */
.edit.single.viewer_event {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 60px;
  background: #ffffff;
  color: #555555;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

/* ---------- タイトルブロック ---------- */
.edit.single.viewer_event .title {
  margin-bottom: 10px;
}

.edit.single.viewer_event .title h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #fafafa;
}

/* ---------- 投稿日 & SNSシェア ---------- */
.edit.single.viewer_event .viewer_event-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}

.edit.single.viewer_event .viewer_event-top .time {
  margin: 0;
  font-size: 13px;
  color: #888888;
}

.edit.single.viewer_event .viewer_event-top .time time {
  font-size: 13px;
  color: #888888;
}

/* ---------- イベント詳細テーブル ---------- */
.edit.single.viewer_event .event-detail {
  width: 100%;
}

.edit.single.viewer_event .event-detail__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #eeeeee;
}

.edit.single.viewer_event .event-detail__row:first-child {
  border-top: 1px solid #eeeeee;
}

.edit.single.viewer_event .event-detail__label {
  flex: 0 0 110px;
  min-width: 110px;
  font-size: 16px;
  font-weight: 600;
  color: #e95b8a;
  margin: 0;
  padding-top: 1px;
  line-height: 1.6;
}

.edit.single.viewer_event .event-detail__value {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
  word-break: break-word;
}

/* ---------- MAPエリア ---------- */
.edit.single.viewer_event .event-detail__row--map {
  flex: 1;
}

.edit.single.viewer_event .event-detail__row--map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 4px;
}

/* ---------- リンク ---------- */
.edit.single.viewer_event .event-detail__value a {
  color: #000000;
  text-decoration: none;
  word-break: break-all;
}

.edit.single.viewer_event .event-detail__value a:hover {
  color: #dc6b9a;
  text-decoration: underline;
}

/* ---------- メディア（画像・PDF） ---------- */
.edit.single.viewer_event .event-media {
  margin-top: 32px;
}

.edit.single.viewer_event .event-media__image {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.edit.single.viewer_event .event-media__image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.edit.single.viewer_event .event-media__pdf a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #e95b8a;
  border-radius: 4px;
  color: #e95b8a;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
}

.edit.single.viewer_event .event-media__pdf a:hover {
  background: #e95b8a;
  color: #ffffff;
}

/* ============================================
   レスポンシブ（スマホ）
   ============================================ */
@media screen and (max-width: 768px) {

  .edit.single.viewer_event {
    max-width: 100%;
    padding: 24px 20px 48px;
  }

  .edit.single.viewer_event .title h3 {
    font-size: 18px;
  }

  .edit.single.viewer_event .viewer_event-top {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }

  /* ラベル＋内容を縦積みに */
  .edit.single.viewer_event .event-detail__row {
    flex-direction: column;
    gap: 6px;
    padding: 18px 0;
  }

  .edit.single.viewer_event .event-detail__label {
    flex: none;
    min-width: auto;
    font-size: 12px;
  }

  .edit.single.viewer_event .event-detail__value {
    font-size: 14px;
  }

  /* MAPをスマホでは100% */
  .edit.single.viewer_event .event-detail__row--map iframe {
    width: 100%;
    height: 220px;
  }

  .edit.single.viewer_event .event-media__image img {
    max-width: 100%;
  }
}

