@media screen and (max-width: 667px) {

  /*-----------------------------------------------------------*/
  /*PS/SP表示・非表示*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*現在のページのハイライト処理*/
  .current {
    opacity: .5;
  }

  /*-----------------------------------------------------------*/
  /*コンテンツ背景*/
  /*-----------------------------------------------------------*/
  #wrapper {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    /*height: 100vh;*/
    background: url("../../_image/bg_contents.png")fixed center top/1200px auto;

  }

  main {
    position: relative;
    aspect-ratio: 2000 / 3200;
    width: 100%;
    overflow: hidden;

  }

  main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 必要に応じて contain や none に変更 */
    display: block;
  }


  .catch_logo {
    position: absolute;
    width: 100%;
    background: url("../../_image/catch_logoSP.webp") no-repeat center top / 100% auto;
    padding-top: calc(360 / 1000 * 100%);
    z-index: 11;
    left: 50%;
    top: 84%;
    /* 全体の中での高さ位置を固定 */
    transform: translate(-50%, -50%);
  }

  .catch {
    position: absolute;
    width: 100%;
    /* 縦長なので縮小 */
    background: url("../../_image/catchSP.webp") no-repeat center top / 100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    /* 実寸に合わせる（旧1282/353→1279/349） */
    z-index: 11;
    right: 0;
    top: 0;
  }

  .catch_cast {
    position: absolute;
    width: 100%;
    background: url("../../_image/catch_castSP.webp") no-repeat center top / 100% auto;
    padding-top: calc(140 / 1000 * 100%);
    /* 高さ抑える */
    z-index: 11;
    left: 0;
    top: auto;
    bottom: 0;
    /* はみ出し防止の位置に調整 */
  }



  .keyvisual05_01 {
    position: absolute;
    width: 100%;
    background: url("../../_image/keyvisual05_01SP.webp")no-repeat center top/100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    z-index: 10;
  }

  .keyvisual05_02 {
    position: absolute;
    width: 100%;
    background: url("../../_image/keyvisual05_02SP.webp")no-repeat center top/100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    z-index: 9;
  }

  .keyvisual05_03 {
    position: absolute;
    width: 100%;
    background: url("../../_image/keyvisual05_03SP.webp")no-repeat center top/100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    z-index: 8;
  }

  .keyvisual05_04 {
    position: absolute;
    width: 100%;
    background: url("../../_image/keyvisual05_04SP.webp")no-repeat center top/100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    z-index: 7;
  }

  .keyvisual05_05 {
    position: absolute;
    width: 100%;
    background: url("../../_image/keyvisual05_05SP.webp")no-repeat center top/100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    z-index: 6;
  }

  .keyvisual05_06 {
    position: absolute;
    width: 100%;
    background: url("../../_image/keyvisual05_06SP.webp")no-repeat center top/100% auto;
    padding-top: calc(3200 / 2000 * 100%);
    z-index: 5;
  }




  /*-----------------------------------------------------------*/
  /*岩山背景*/
  /*-----------------------------------------------------------*/
  article {
    position: relative;
    max-width: 1240px;
    /*この一行を追加*/
    margin: 0 auto;
    padding: 0;
    z-index: 10;
  }

  section {
    text-align: center;
  }



  footer {
    width: 100%;
    padding: 60px 0 0 0;

  }

  footer.ph {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
    margin: -10% 0 0 0;
  }

  

  /*-----------------------------------------------------------*/
  /*外部サイトバナー*/
  .fImg {
    z-index: 2;
  }


  .footerBnr li {
    margin: 0 0 4px;
  }

  /*外部サイトバナー*/
  .footerBnr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: -10% auto 8px;
    z-index: 4;
  }

  .season {
  max-width: 80%;
  margin: 0 auto;
}

  /*-----------------------------------------------------------*/
  /*ヘッダー*/
  /*-----------------------------------------------------------*/
  header {
    width: 100%;
    text-align: right;
    margin-bottom: 36px;

  }


  .imgBoxL {
    max-width: 800px;
    margin: 0 auto 36px;
    padding: 2%
  }

  .imgBoxM strong {
  display: block;
  margin: 8px auto 0;
    font-size: 15px;
  color: #fff604;
}


  .profile {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  .profile .ph1 {
    display: inline-block;
    width: 60%;
    margin: 0 auto 12px;
  }

  .profile .tx1 {
    display: inline-block;

    width: 100%;
    padding-left: 12px;
    line-height: 1.8;
  }

  .profile .tx1 strong {
    display: inline-block;
    font-size: 18px;
    color: #fff604;
  }

  .mu {
    display: inline-block;
    margin: 0 4%;
    text-align: left;
  }

  .mu strong {
    display: inline-block;
    font-size: 18px;
    color: #fff604;
  }

  h2 {
    position: relative;
    margin: 12px auto 18px;
    z-index: 5;
    width: 96%;
  }


  h3 {
    margin: 0 auto 12px;
  }

  /*ニュース*/
  .newsList {
    max-width: 1024px;
    margin: 0 auto 48px;
  }

  .newsList li {
    max-width: 1024px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 auto 12px;
    text-align: left;
    padding: 12px;
  }

  .newsList li:last-child {
    border: none;
  }

  .newsList li i {
    min-width: 100%;
    display: inline-block;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    padding-bottom: 8px;
  }

  .newsList li a {
    display: flex;
    flex-wrap: wrap
  }


  /*-------*/
  .staffList {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 1024px;
    margin: 0 auto;
  }

  .staffList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 auto;
    text-align: left;
    padding: 20px 12px;
    font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  }

  .staffList li:last-child {
    border: none;
    text-align: left;
  }

  .staffList li:nth-last-of-type(2) {
    border: none;
    text-align: left;
  }




  .staffList li i {
    display: inline-block;
    font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  }

  .staffList li a {
    display: flex;
    flex-wrap: nowrap;
  }

  /*-------*/




  .intro {
    position: relative;
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    margin: -40px auto 80px;
    z-index: 1;
  }

  .intro dt {
    width: 82%;
    margin: 0 auto;

  }

  .intro dd {
    width: 96%;
    margin: 0 auto;

  }



  /*コミックス*/
  .comicsList {
    max-width: 1024px;
    margin: 0 auto;
  }

  .comicsList li {
    max-width: 1024px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 auto;
    padding: 28px;
  }

  .comicsList li:last-child {
    border: none;
  }

  .comicsList li strong {
    font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
  }

  .comicsList li:first-child strong {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem)
  }

  .comicsList li cite {
    display: block;
    font-size: 13px;
    font-style: normal;
    margin: 8px 0 24px;
  }

  .comicsList li p {}

  .comicsList li dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .comicsList li dl dt {
    width: 50%;
    text-align: center;
    margin: 0 auto 24px;
  }

  .comicsList li dl dt img {
    display: block;
    margin: 0 auto;
  }

  .comicsList li dl dd {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }



  .comicsList li:first-child dl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .comicsList li:first-child dl dt {
    width: 80%;
    text-align: center;
    margin: 0 auto 24px;
  }

  .comicsList li:first-child dl dd {
    width: 100%;
    padding-left: 0;
  }


  .comicLink {
    display: block;
    width: 90%;
    margin: 24px auto;
    padding: 6px 0;
    font-size: 13px;
    border: 1px solid #ebebeb;
    text-align: center;
  }


  /*-------*/
  .onairList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .onairList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 auto;
    padding: 8px 12px;
    text-align: left;
    font-size: clamp(0.938rem, 0.872rem + 0.33vw, 1.125rem);
  }

  .onairList li.pb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    margin: 0 auto;
    padding: 8px 12px 0;
    text-align: left;
    font-size: clamp(0.938rem, 0.872rem + 0.33vw, 1.125rem);
  }

  .onairList li.sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 auto;
    padding: 0 12px 8px;
    text-align: left;
    font-size: clamp(0.813rem, 0.769rem + 0.22vw, 0.938rem);
    width: 100%;
  }

  .onairList li.none {
    padding: 8px 12px 0;
    border-bottom: none;
  }








  .onairList li.station {
    justify-content: start;
    width: 38%;
  }

  .onairList li.regular {
    width: 24%;
  }


  .onairList li.first {
    width: 38%;
  }




  /*毎週水曜日*/
  .onairList li i {
    display: inline-block;
    display: block;
    width: 100%;
    font-size: clamp(0.813rem, 0.769rem + 0.22vw, 0.938rem);
  }


  /*毎週水曜日*/
  .onairList li i {}

  .onairList li small {
    display: none;

  }


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

  /*-------*/
  .broadcastTxt {
    max-width: 96%;
    margin: 0 auto;
    padding: 0 8px 8px;
    font-size: clamp(0.938rem, 0.872rem + 0.33vw, 1.125rem);
    text-align: center;
    line-height: 1.6;
  }

  /*-------*/
  .broadcastList {
    display: flex;
    flex-wrap: wrap;
    max-width: 96%;
    margin: 0 auto 16px;
  }

  .broadcastList li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 48%;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 1% 1%;
    padding: 8px 8px;
    font-size: clamp(0.938rem, 0.872rem + 0.33vw, 1.125rem);

  }

  .mdl p.ccom img {
    width: 90%;
    display: block;
    margin: 0 auto 12px auto;

  }



  .story {
    max-width: 1240px;
    margin: 0 auto;
  }

  .story .stNav {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto 36px;
  }

  .story .stNav li {
    display: flex;
    flex-wrap: wrap;
    max-width: 15%;
    /*margin: 0 auto 4px;*/
    margin: 0 1% 4px;
  }


  .story .ttl {
    background: url(/story/_image/line@2x.png)no-repeat center top/100% auto, url(/story/_image/line@2x.png) no-repeat center bottom/100% auto;
    margin: 12px auto 20px;
    padding: 20px;
  }

  .story .ttl img {
    max-width: 60%;
  }



  .sliderBox {
    max-width: 960px;
    background: url(/story/_image/stBGtop@2x.png)no-repeat center bottom -23px/1542px auto;
    margin: 0 auto;
    padding-bottom: 24px;
  }

  .story .thumbnail {
    display: flex;
    flex-wrap: wrap;
    max-width: 96%;
    margin: 0 auto;
  }

  .story .thumbnail li {
    width: 30%;
    margin: 0 2px;
  }


  .storytxt {
    background: url(/story/_image/stBGbtm@2x.png)no-repeat center top -60px/1542px auto;
    padding-top: 30px;
  }

  .storytxt p {
    max-width: 90%;
    margin: 0 auto;
    font-size: clamp(0.938rem, 0.872rem + 0.33vw, 1.125rem);
    line-height: 1.8;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }

  .storytxt p.author {
    max-width: 90%;
    margin: 24px auto 80px;
    font-size: clamp(0.813rem, 0.769rem + 0.22vw, 0.938rem);
    line-height: 1.6;
    text-align: left;
  }
}