@charset "utf-8";
/* CSS Document */
.tss_comprehensiveHead,
#adminBox, .acms-admin-box,
.tss_footer{
 position: relative;
 z-index: 100;
 margin-bottom: 0;
}
img{
  max-width: 100%;
}
.tss_footer{
  background-color: #B10B15;
}

.tss_body{
  padding: 0 8px;
  padding-top: clamp(0.875rem, 0.149rem + 2.7vw, 1.5rem);/* 14 -24 430-800 */
  background-color: #B10B15;
  background-image: url(../img/bg.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
span.spk_pcbr{
  display: inline-block;
}

/* logo */
.spk_logo{
  max-width: 888px;
  width: 98%;
  margin-inline: auto;
}

.spk_bggra{
  max-width: 1260px;
  margin-inline: auto;
  margin-top: clamp(-172px, calc(-83px + (-89) * ((100vw - 430px) / 370)), -83px);/* -83 -172 430-800 */
  padding: clamp(5.188rem, -1.277rem + 24.05vw, 10.75rem) clamp(0.5rem, -2.986rem + 12.97vw, 3.5rem) clamp(2.5rem, 0.757rem + 6.49vw, 4rem) clamp(0.5rem, -2.986rem + 12.97vw, 3.5rem);/* 83-172 430-800 *//* 8-56 430-800 *//* 40-64 430-800 */
  border-radius: clamp(0.625rem, -0.973rem + 5.95vw, 2rem);/* 10-32 430-800 */
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(255, 218, 94, 1));
}
.spk_subTtl{
  max-width: 1026px;
  margin-inline: auto;
}


/* 番組時間 */
.spk_pro-detailsFlx{
  display: flex;
  gap: clamp(1.5rem, -0.243rem + 6.49vw, 3rem) 6px;/* 24-48 430-800 */
  margin-top: clamp(1.5rem, -0.824rem + 8.65vw, 3.5rem);/* 24-56 430-800 */
}
.spk_pro-detailsFlx>*{
  flex: 1;
  position: relative;
  padding: 0 12px 12px 12px;
  border-radius: 23px;
}
.spk_pro-timeWrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(-32px, calc(-16px + (-16) * ((100vw - 430px) / 370)), -16px);/* -16 -32 430-800 */
  z-index: 1;
}
span.spk_pro-txt{
  font-size: clamp(1rem, 0.201rem + 2.973vw, 1.6875rem);/* 16-27 430-800 */ 
  color: #460000;
  font-weight: bold;
}
/* スポラバ */
.spk_pro-splv{
  background-color: #FFC400;
}
.spk_pro-time-splv{
  max-width: clamp(11.75rem, 2.889rem + 32.97vw, 19.375rem);/* 188-310 430-800 */
  margin-inline: auto;
}
/* カープ */
.spk_pro-carp{
  background-image: linear-gradient(106deg, rgba(223, 0, 13, 1), rgba(235, 94, 103, 1) 30%, rgba(255, 255, 255, 1) 45% 55%, rgba(195, 219, 75, 1) 70%, rgba(171, 205, 5, 1));
}
.spk_pro-time-carp{
  max-width: clamp(10.5rem, 2.655rem + 29.19vw, 17.25rem);/* 168-276 430-800 */
  margin-inline: auto;
}
.spk_pro-carp .spk_pro-ttl{
  margin-top: -12px;
}
/* 吹き出し */
.spk_pro-detailsFlx>*::after{
  content: "";
  position: absolute;
  top: -45px;
  border-style: solid;
  border-width: 46px 0px 0px 36px;
  z-index: 0;
}
.spk_pro-splv::after{
  right: 64px;
  transform: scaleY(-1);
  border-color: #FFC400 transparent transparent transparent;
}
.spk_pro-carp::after{
  transform: scale(-1);
  left: 64px;
  border-color: #DF000D transparent transparent transparent;
}


/* ゲスト */
.spk_guestWrap{
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0 20px;
  margin-top: clamp(0.875rem, -1.159rem + 7.57vw, 2.625rem);/* 14-42 430-800 */
}
.spk_guest{
  grid-column: 1/2;
  grid-row: 1/-1;
  max-width: clamp(13.625rem, 0.405rem + 49.19vw, 25rem);/* 218-400 430-800 */
  height: fit-content;
  margin-inline: auto;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}
.spk_guestTtl{
  grid-column: 2 / 3;
  max-width: 478px;
  height: fit-content;
  margin-inline-start: -80px;
}
.spk_guestTxt p{
  font-size: clamp(1rem, 0.201rem + 2.973vw, 1.6875rem);/* 16-27 430-800 */ 
  color: #720051;
  font-weight: bold;
  line-height: calc(42/26);
  text-shadow: 0px 3px 0px rgba(255, 255, 255, 1);
}


/* バナー */
.spk_bnrWrap{
  margin-top: clamp(3rem, 0.966rem + 7.57vw, 4.75rem);/* 48-76 430-800 */
}
.spk_bnr_anno{
  max-width: 750px;
  width: 70%;
  margin-inline: auto;
}
.spk_bnr_anno a{
  display: block;
  transition: opacity 0.2s ease;
}


@media screen and (min-width:821px){
  .spk_bnr_anno a:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width:960px){
  /* 番組時間 */
  .spk_pro-detailsFlx{
    flex-direction: column;
  }
  .spk_pro-detailsFlx>*::after{
    content: none;
  }

  /* ゲスト */
  .spk_guest{
    grid-row: 2 / 3;
  }
  .spk_guestTtl{
    grid-column: 1 / 2;
    margin-inline-start: 0;
    margin-block-end: -24px;
  }
  .spk_guestTxt{
    grid-row: 1 / -1;
  }
}
@media screen and (max-width:800px){
  .tss_body{padding-bottom: calc(17.5vw + 120px);}
  span.spk_spbr{
    display: block;
  }

  /* ゲスト */
  .spk_guestWrap{
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(3, auto);
  }
  .spk_guestTtl{
    width: 80%;
    margin-inline: auto;
  }
  .spk_guestTxt{
    grid-column: 1/2;
    grid-row: 3/-1;
    margin-top: 16px;
  }
  .spk_guestTxt p{
    text-align: center;
    text-wrap: balance;
  }
}