@charset "UTF-8";
#tokusetsu_dai {
  font-size: 16px;
  /* font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif; */
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  background: #1d1b16;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai {
    font-size: 14px;
  }
}

.wrapper {
  margin-top: 107px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: 64px;
  }
}

img {
  height: auto;
  border-style: none;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

/*skyper banner
-------------------------------------------------------------*/
#tokusetsu_dai .skyper-area {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    text-align: center;
  }
}

#tokusetsu_dai .bnr-skyper:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

/*アンカー
-------------------------------------------------------------*/
#monthly-anchors {
  background: linear-gradient(119deg, #b78fa7 0 30%, #a57d99 60% 100%);
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  #monthly-anchors {
    padding: 20px 0;
    margin: 30px auto 0;
  }
}

.anc {
  max-width: 838px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .anc img {
    max-width: initial;
    width: 100%;
  }
  .anc {
    max-width: initial;
    display: block;
    padding: 0 20px;
  }
  .anc div:first-child {
    margin-bottom: 10px;
  }
  .anc div:last-child {
    margin-top: 10px;
  }
}


/* 番組
------------------------------------------------------------- */
.progran_title {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 65px;
}

@media (max-width: 768px) {
  .progran_title {
    margin-left: 35px;
    margin-bottom: 0px;
  }
}

.progran_title__past {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .progran_title img {
    transform: scale(0.8);
  }
}

#tokusetsu_dai .program-area {
  padding: 60px 0 0 0;
  width: 100%;
}

#tokusetsu_dai .program-area__past {
  padding: 70px 0 0 0;
  width: 100%;
}

@media (max-width: 768px) {
  #tokusetsu_dai .program-area__past {
    padding: 40px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-area {
    padding: 30px 0;
  }
}

#tokusetsu_dai .program-area-b {
  background: #d6eae8;
  padding: 60px 0 60px 0;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-area-b {
    padding: 30px 0 30px 0;
  }
}

#tokusetsu_dai .prog-b {
  background: #F7F5F5;
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 60px 45px 50px 50px;
  overflow: hidden;
  border: 3px solid #DCBD23;
  box-sizing: border-box;
  border-image-source: url(../img/box.jpg);
  border-image-slice: 100;
  border-image-width: 100px;
  border-image-outset: 0px;
  border-image-repeat: round;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .prog-b {
    margin: 0 20px 30px 20px;
    padding: 30px 15px;
  }
}

#tokusetsu_dai .program-title-area-b {
  font-size: 28px;
  color: #018599;
  line-height: 0.8em;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-title-area-b {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0px;
  }
}

#tokusetsu_dai .program-title-b {
  line-height: 1.1em;
}

#tokusetsu_dai .small-b {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .small-b {
    font-size: 13px;
    padding-bottom: 0px;
    padding-bottom: 5px;
  }
}

#tokusetsu_dai .program-image-b {
  float: left;
  width: 42%;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-image-b {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
  }
  #tokusetsu_dai .program-image-b img {
    max-width: 100%;
  }
}

#tokusetsu_dai .date-b {
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .date-b {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#tokusetsu_dai .program-image-b .date_title-b {
  display: block;
}

#tokusetsu_dai .program-detail-b {
  float: right;
  width: 56%;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-detail-b {
    float: none;
    width: 100%;
    font-size: 13px;
    margin-top: 0px;
  }
}

#tokusetsu_dai .detail-credit-b {
  font-size: 0.9em;
  margin: 30px 0 20px 0;
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.2px;
}

#tokusetsu_dai .detail-txt-b {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .detail-credit-b {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
  }
  #tokusetsu_dai .detail-txt-b {
    font-size: 13px;
  }
}

#tokusetsu_dai .prog-b .schedule-btn-b {
  text-align: right;
}

#tokusetsu_dai .prog-b .schedule-btn-b a {
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #b4a560;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .prog-b .schedule-btn-b a {
    display: block;
    width: 100%;
    font-size: 4vw;
    margin-top: 15px;
  }
}

#tokusetsu_dai .tag-area-b {
  overflow: hidden;
  margin-top: 15px;
}

#tokusetsu_dai .tag-area-b p {
  display: inline-block;
  background: #0099FF;
  font-weight: bold;
  padding: 3px 10px;
  color: white;
}

.italic {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .tag-area-b {
    margin-top: 10px;
  }
}

#tokusetsu_dai .age-b {
  color: #000;
  display: inline-block;
  font-size: 14px;
  float: left;
}

#tokusetsu_dai .tag-area-b .prog-tag {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background-size: contain;
  background: #118598;
  padding: 1px 8px;
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
  float: right;
}

#tokusetsu_dai .program-title-b {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

#tokusetsu_dai .program-title-b .year {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-title-b {
    font-size: 20px;
  }
  #tokusetsu_dai .program-title-b .year {
    font-size: 16px;
  }
}

#tokusetsu_dai .small-b {
  font-weight: bold;
  font-size: 20px;
  color: #4c0910;
}

@media (max-width: 768px) {
  #tokusetsu_dai .small-b {
    font-size: 16px;
  }
}

#tokusetsu_dai .tag-area-b .prog-tag {
  background: #d3c78a;
}

/* 放送ボタン
----------------------------- */
#tokusetsu_dai .schedule-btn {
  text-align: right;
}

#tokusetsu_dai .schedule-btn a {
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #6B477C;
  padding: 17px 50px 17px 40px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .schedule-btn a {
    display: block;
    width: 100%;
    font-size: 4vw;
    margin-top: 15px;
  }
}

/*skyper banner
-------------------------------------------------------------*/
#tokusetsu_dai .skyper-area {
  background: none;
  padding: 0 0 80px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    padding: 0 20px;
  }
}

/* Sns
------------------------------------------------------------- */
#tokusetsu_dai .sns_area {
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  margin: 0 auto;
}

#tokusetsu_dai .sns_area .area_inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  padding: 20px 0 45px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .area_inner {
    padding: 30px 0;
  }
}

#tokusetsu_dai .sns_area .sns_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .sns_title {
    margin-bottom: 10px;
  }
}

#tokusetsu_dai .sns_area .btnList {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

#tokusetsu_dai .sns_area .btnList > li {
  display: inline-block;
  width: 78px;
  height: 78px;
  margin: 2% 35px 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .btnList > li {
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 50px;
  }
}

#tokusetsu_dai .sns_area .btnList > li:first-child {
  margin-top: 0;
}

#tokusetsu_dai .sns_area .btnList > li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  padding-top: 100%;
  border-radius: 50%;
}

#tokusetsu_dai .sns_area .btnList > li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

#tokusetsu_dai .sns_area {
  margin: 0 auto;
  background: #000;
}

/* Credit
------------------------------------------------------------- */
#tokusetsu_dai .credit_area {
  max-width: 100%;
  border: none;
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .credit_area {
    width: auto;
    padding: 0 20px;
  }
}

#tokusetsu_dai .credit_area p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#tokusetsu_dai .credit_area {
  max-width: 100%;
  border: none;
  font-size: 10px;
  color: #fff;
  background: #000;
}

/* Footer
------------------------------------------------------------- */
#footerArea {
  background: #000;
  font-size: 10px;
}

.footer {
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  padding: 40px;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#footer .inner {
  text-align: left;
}

.footer {
  padding: 40px;
  color: #fff;
  background: #000;
}

/* recommend
------------------------------------------------------------- */
.recom_area {
  width: 100%;
  background: #ECEBE4;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.recom_area p.title {
  display: inline-block;
  color: #000;
  font-size: 30px;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 500;
  position: relative;
}

.recom_area p.title br {
  display: none;
}

.recom_area p.title:before {
  content: "";
  position: absolute;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 0 3px;
  height: 1em;
  top: 1.3em;
  left: -0.64em;
  margin-top: -1em;
  transform: rotate(-35deg);
  width: 0;
}

.recom_area p.title:after {
  content: "";
  position: absolute;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 0 3px;
  height: 1em;
  top: 1.3em;
  right: -0.44em;
  margin-top: -1em;
  transform: rotate(35deg);
  width: 0;
}

@media screen and (max-width: 768px) {
  .recom_area p.title {
    font-size: 26px;
    padding: 0 20px;
    line-height: 1.5;
    font-weight: 700;
  }
  .recom_area p.title br {
    display: block;
  }
  .recom_area p.title:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 2px;
    height: 2.6em;
    top: 1.2em;
    left: -1em;
    margin-top: -1em;
    transform: rotate(-25deg);
    width: 0;
  }
  .recom_area p.title:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-width: 0 0 0 2px;
    height: 2.6em;
    top: 1.2em;
    right: -1em;
    margin-top: -1em;
    transform: rotate(23deg);
    width: 0;
  }
}

@media screen and (orientation: landscape) {
  .recom_area p.title:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 1em;
    top: 1.3em;
    left: -0.64em;
    margin-top: -1em;
    transform: rotate(-35deg);
    width: 0;
  }
  .recom_area p.title:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 1em;
    top: 1.3em;
    right: -0.44em;
    margin-top: -1em;
    transform: rotate(35deg);
    width: 0;
  }
}

.recom_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 912px;
  margin: 30px auto 0;
}

.recom_area .flex > a {
  background: #fff;
}

.recom_area .flex > a div {
  text-align: left;
  font-size: 14px;
  max-width: 285px;
}

.recom_area .flex > a div > div {
  background: #fff;
  color: #333;
  padding: 16px;
  box-sizing: border-box;
}

.recom_area .flex > a div p {
  font-size: 16px;
  font-weight: bold;
}

.recom_area .flex > a div span {
  display: block;
}

/* .recom_area .flex > a div img {
  max-width:284px;
} */

.pc_recm {
  display: block;
  margin: auto;
}

.sp_recm {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_recm {
    display: none;
  }
  .sp_recm {
    display: block;
    margin: auto;
  }
  .recom_area .flex {
    display: block;
    padding: 0 20px;
    max-width: initial;
    margin: 19px auto 0;
  }
  .recom_area .flex > a div {
    font-size: 16px;
    max-width: initial;
  }
  .recom_area .flex > a div p {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700;
  }
  .recom_area .flex > a div img {
    max-width: initial !important;
    width: 100% !important;
  }
  .recom_area .flex > a div > div {
    width: 100%;
  }
  .recom_area .flex > a div {
    margin-bottom: 20px;
  }
  .recom_area .flex > a:last-child div {
    margin-bottom: 0;
  }
  .recom_area > img {
    padding: 0 20px;
  }
}

#tokusetsu_dai .small-b .rep {
  display: inline-block;
  color: #7e7857;
  background: #faf5d8;
  padding: 0 8px;
}

/* movie ------------------------
------------------ */
#tokusetsu_dai .movie {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

#tokusetsu_dai .movie.block {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 68px;
}

#tokusetsu_dai .movie > div {
  width: auto;
}

#tokusetsu_dai .movie > div p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0;
}

#tokusetsu_dai .movie > div p a {
  color: #cbba90;
  text-decoration: underline;
}

#tokusetsu_dai .movie > div iframe {
  max-width: 560px;
}

#tokusetsu_dai .movie > div:first-child {
  margin-right: 20px;
}

#tokusetsu_dai .movie > div:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .movie {
    background: none;
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

#tokusetsu_dai .movie iframe {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .movie iframe {
    width: 100%;
    height: 50vw;
  }
  #tokusetsu_dai .movie > div p {
    font-size: 18px;
  }
  #tokusetsu_dai .movie > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #tokusetsu_dai .movie > div:last-child {
    margin-left: 0;
  }
  #tokusetsu_dai .movie.block {
    margin: 20px auto 20px;
  }
}

.schedule-btn__text {
  position: relative;
}

.schedule-btn__text::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}

.skyperhaishin_date {
  font-weight: normal;
}

/* mv
-------------------------------------------------------------*/
#_2026-silverweek .m-mv {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  margin: auto;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-mv {
    width: 100%;
  }
}

#_2026-silverweek .m-mv__wrap {
  position: relative;
  padding: 12px 0px 72px;
  z-index: 0;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-mv__wrap {
    padding: 4.67vw 5.33vw 19.73vw;
  }
}

#_2026-silverweek .m-mv__wrap::before {
  content: "";
  position: absolute;
  width: min(19.38vw, 372px);
  height: min(19.79vw, 380px);
  background: url(../img/momiji_left.png) no-repeat;
  background-size: contain;
  top: -50px;
  left: -64.7px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-mv__wrap::before {
    width: 31.6vw;
    height: 32.27vw;
    top: -6.67vw;
    left: -9.07vw;
  }
}

#_2026-silverweek .m-mv__wrap::after {
  content: "";
  position: absolute;
  width: min(23.75vw, 456px);
  height: min(24.69vw, 474px);
  background: url(../img/momiji_right.png) no-repeat;
  background-size: contain;
  bottom: 4px;
  right: -82px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-mv__wrap::after {
    width: 37.33vw;
    height: 38.8vw;
    bottom: -6.13vw;
    right: -13.87vw;
  }
}

#_2026-silverweek .m-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-mv__bg {
    object-fit: unset;
  }
}

#_2026-silverweek .mv__deco-left .m-mv__deco-left {
  content: "";
  position: absolute;
}

#_2026-silverweek .mv__deco-left .m-mv__deco-left:nth-child(1) {
  width: 64px;
  height: 61px;
  top: 835px;
  left: 30px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-left .m-mv__deco-left:nth-child(1) {
    display: none;
  }
}

#_2026-silverweek .mv__deco-left .m-mv__deco-left:nth-child(2) {
  width: 86px;
  height: 85px;
  top: 546px;
  left: 153px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-left .m-mv__deco-left:nth-child(2) {
    display: none;
  }
}

#_2026-silverweek .mv__deco-left .m-mv__deco-left:nth-child(3) {
  width: 93px;
  height: 92px;
  top: 1194px;
  left: 63px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-left .m-mv__deco-left:nth-child(3) {
    width: 7.33vw;
    height: 7.01vw;
    top: 104vw;
    left: 1.33vw;
  }
}

#_2026-silverweek .mv__deco-right .m-mv__deco-right {
  content: "";
  position: absolute;
}

#_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(1) {
  width: 69px;
  height: 66px;
  top: 274px;
  right: 13.4px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(1) {
    width: 6.13vw;
    height: 5.6vw;
    top: 18.93vw;
    right: 7.73;
  }
}

#_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(2) {
  width: 51px;
  height: 50px;
  top: 20px;
  right: 123px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(2) {
    display: none;
  }
}

#_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(3) {
  width: 90px;
  height: 88px;
  top: 759px;
  right: 0px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(3) {
    width: 4.87vw;
    height: 4.67vw;
    top: 137.33vw;
    right: 8.67vw;
  }
}

#_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(4) {
  width: 54px;
  height: 52px;
  top: 865px;
  right: 170px;
}

@media (max-width: 768px) {
  #_2026-silverweek .mv__deco-right .m-mv__deco-right:nth-child(4) {
    width: 4.87vw;
    height: 4.67vw;
    top: 141.67vw;
    right: 6.13vw;
  }
}

#_2026-silverweek .m-title {
  text-align: center;
  margin: 42px auto 32px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-title {
    margin: 0 auto 3.33vw;
  }
}

#_2026-silverweek .m-lead {
  font-size: 21px;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-lead {
    font-size: 3.4vw;
    margin-top: 2.27vw;
    line-height: 1.7;
  }
}

#_2026-silverweek .m-lead__text {
  position: relative;
  z-index: 1;
  color: #2d2940;
  font-weight: 800;
  line-height: 2.2;
  letter-spacing: 0.41px;
  margin-bottom: 24.5px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-lead__text {
    /* font-size: 2.73vw; */
    font-size: 3.4vw;
    margin-bottom: 3.27vw;
  }
}

#_2026-silverweek .m-lead__line {
  margin-top: 10px;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-lead__line {
    margin-top: 0px;
  }
}

.m-lead__date {
  max-width: 710px;
  display: block;
  margin: auto;
  font-size: 30px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#_2026-silverweek .m-lead__date {
  font-size: 4.2vw;
  line-height: 1.2;
}

#_2026-silverweek .m-lead__date__num {
  font-size: 42px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-lead__date__num {
    font-size: 6vw;
  }
}

#_2026-silverweek .m-lead__bg {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  #_2026-silverweek .m-lead__bg {
    width: 165%;
    max-width: unset;
    top: 55%;
  }
}

#_2026-silverweek .m-lead__btn__wrap {
  margin: 24px 0 52px;
}

#_2026-silverweek .m-lead__btn {
  width: 700px;
  height: 100px;
  background-color: #DDBC3C;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.64px;
}

#_2026-silverweek .m-bnr {
  margin-top: 58px;
  text-align: center;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-bnr {
    margin-top: 40px;
  }
}

#_2026-silverweek .m-mv__wrap .m-bnr {
  margin-inline: 20px;
}

#_2026-silverweek .m-bnr__item {
  display: inline-block;
  transition: filter 0.4s ease;
}

#_2026-silverweek .m-bnr__item:hover {
  filter: brightness(0.85);
}

#_2026-silverweek .m-bnr__item__wrap + .m-bnr__item__wrap {
  margin-top: 30px;
}

/* アンカー
-------------------------------------------------------------*/
#_2026-silverweek .m-anc__wrap {
  position: relative;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  padding: 60px 16px 44px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-anc__wrap {
    padding: 10.13vw 5.33vw 8vw;
  }
}

#_2026-silverweek .m-anc__wrap::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 100%;
  background: #6E1B03;
  top: 0;
  left: 0;
}

#_2026-silverweek .m-anc {
  max-width: 840px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-anc {
    max-width: none;
    width: 89.87vw;
    flex-wrap: wrap;
    gap: 3.19vw;
  }
}

@media (max-width: 768px) {
  #_2026-silverweek .m-anc-item {
    max-width: 39.33vw;
  }
}

/* 番組一覧
-------------------------------------------------------------*/
#_2026-silverweek .m-cast__wrap {
  background-image: url(../img/bg_prog.png);
  padding: 84px 20px 100px;
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__wrap {
    padding: 21.33vw 5.33vw;
  }
}

#_2026-silverweek .m-cast__wrap::before {
  position:absolute;
  content:"";
  height:16px;
  width:100%;
  background:#6E1B03;
  top:0;
  left:0;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-prog__cast {
    padding: 96px 21px 70px;
    background-image: url(../img/bg_prog_sp.jpg);
  }
  #_2026-silverweek .m-prog__cast::before {
    height: 10px;
  }
}

#_2026-silverweek .m-cast__contents__wrap {
  max-width: 980px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

#_2026-silverweek .m-cast__contents__wrap + .m-cast__contents__wrap {
  margin-top: 164px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__contents__wrap + .m-cast__contents__wrap {
    margin-top: 16.8vw;
  }
}

#_2026-silverweek .deco-left .m-cast__contents-deco-left {
  content: "";
  width: min(23.33vw, 448px);
  height: min(30.31vw, 582px);
  position: absolute;
  top: 20px;
  left: -85px;
}

#_2026-silverweek .deco-left .m-cast__contents-deco-left:nth-child(1) {
  top: 652px;
}

#_2026-silverweek .deco-left .m-cast__contents-deco-left:nth-child(2) {
  top: 2136px;
}

#_2026-silverweek .deco-left .m-cast__contents-deco-left:nth-child(3) {
  top: 3548px;
}

#_2026-silverweek .deco-left .m-cast__contents-deco-left:nth-child(4) {
  top: 4791px;
}

#_2026-silverweek .deco-left .m-cast__contents-deco-left:nth-child(5) {
  top: 6125px;
}

#_2026-silverweek .deco-right .m-cast__contents-deco-right {
  content: "";
  width: min(23.33vw, 448px);
  height: min(28.23vw, 542px);
  position: absolute;
  right: -85px;
}

#_2026-silverweek .deco-right .m-cast__contents-deco-right:nth-child(1) {
  top: 155px;
}

#_2026-silverweek .deco-right .m-cast__contents-deco-right:nth-child(2) {
  top: 1401px;
}

#_2026-silverweek .deco-right .m-cast__contents-deco-right:nth-child(3) {
  top: 2731px;
}

#_2026-silverweek .deco-right .m-cast__contents-deco-right:nth-child(4) {
  top: 4060px;
}

#_2026-silverweek .deco-right .m-cast__contents-deco-right:nth-child(5) {
  top: 5390px;
}


#_2026-silverweek .m-cast__inner {
  background-color: white;
  outline: 2px solid #E1DEDC;
  outline-offset: -4px;
  box-shadow: 0 0 40px 0 #D4D3DC;
  position: relative;
  padding: 60px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__inner {
    outline-offset: -2.67vw;
    padding: 8vw 9.7vw 10.13vw;
  }
}

#_2026-silverweek .m-cast__inner + .m-cast__inner {
  margin-top: 60px;
}

#_2026-silverweek .m-cast {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast {
    flex-flow: column;
    gap: 5.33vw;
  }
}

.m-cast:not(:last-child) {
  border-bottom: 1px solid #E1DEDC;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast:not(:last-child) {
    padding-bottom: 7.47vw;
  }
}

#_2026-silverweek .m-cast:first-child {
  margin-top: 60px;
}

#_2026-silverweek .m-cast + .m-cast {
  margin-top: 56px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast + .m-cast {
    margin-top: 8vw;
  }
}

#_2026-silverweek .m-prog__btn {
  display: inline-block;
  max-width: 340px;
  background: #B3362A;
  padding: 24px 52px 24px 36px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  font-weight: 700;
  position: relative;
}

#_2026-silverweek .m-prog__btn::after {
  position: absolute;
  content:"";
  background: url(../img/arrow-right.png) no-repeat center center / contain;
  width: 8px;
  height: 14px;
  right: 35px;
  top:50%;
  transform: translateY(-50%);
  transition: filter 0.4s ease;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-prog__btn {
    width: 100%;
    padding: 1.47 2.67vw;
    font-size: 1.6vw;
    max-width: 40vw;
  }
  #_2026-silverweek .m-prog__btn::after {
    width: 0.67vw;
    height: 1.07vw;
    right: 2.4vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

#_2026-silverweek .m-prog__btn:hover {
  filter: brightness(0.85);
}

#_2026-silverweek .m-prog__btn__wrap {
  margin-top: 46px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-prog__btn__wrap {
    text-align: left;
    margin-top: 2.93vw;
  }
}

#_2026-silverweek .m-prog__btn + .m-prog__btn {
  margin-top: 20px;
}

#_2026-silverweek .m-prog__btn__text {
  color: #fff;
  text-align: left;
}

#_2026-silverweek .m-prog__btn--wide {
  max-width: 325px;
  font-size: 16px;
}

#_2026-silverweek .m-cast__img__wrap {
  width: 43%;
  text-align: center;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-prog__btn__text {
    text-align: center;
  }
  #_2026-silverweek .m-cast__img__wrap {
    width: 100%;
  }
}

#_2026-silverweek .m-prog__img__item {
  position: absolute;
  top: 1%;
  right: 0%;
  transform: translateY(-50%) translateX(0%);
}

@media (max-width: 768px) {
  #_2026-silverweek .m-prog__img__item {
    top: -1%;
    right: -8%;
    width: 14vw;
  }
}

#_2026-silverweek .m-cast__text {
  width: 54%;
  line-height: 1.7;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__text {
    width: 100%;
  }
}

#_2026-silverweek .m-cast__detail__head {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.64px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__head {
    font-size: 4.8vw;
    margin-bottom: 1.07vw;
  }
}

#_2026-silverweek .m-cast__detail__head::before,
#_2026-silverweek .m-cast__detail__head::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_name.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 13px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__head::before,
  #_2026-silverweek .m-cast__detail__head::after {
    width: 3.07vw;
    height: 1.73vw;
  }
}

#_2026-silverweek .m-cast__detail__head::before {
  content: "";
  background-position: left;
  padding-right: 16px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__head::before {
    padding-right: 2.13vw;
  }
}

#_2026-silverweek .m-cast__detail__head::after {
  content: "";
  background-position: right;
  padding-left: 16px;
}

#_2026-silverweek .m-cast__detail__text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__text {
    font-size: 3.2vw;
    line-height: 1.7;
    margin-bottom: 4.27vw;
  }
}

#_2026-silverweek .m-cast__detail__tag {
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.32px;
  background-color: #DDBC3C;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__tag {
    font-size: 3.2vw;
    letter-spacing: 0.48px;
    padding: 0 2.67vw;
  }
}

#_2026-silverweek .m-cast__detail__prog {
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  text-decoration: underline solid #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.32px;
  display: block;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__prog {
    font-size: 2.93vw;
  }
}

#_2026-silverweek .m-cast__detail__prog .small {
  font-size: 14px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__prog .small {
    font-size: 2.4vw;
  }
}

#_2026-silverweek .m-cast__detail__prog ul {
  display: inline;
}

#_2026-silverweek .m-cast__detail__prog ul li {
  list-style: disc;
  margin-left: 1.3rem;
  text-decoration: underline solid #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

#_2026-silverweek .m-cast__detail__prog ul li::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__detail__prog ul li::after {
    width: 2.67vw;
    height: 2.67vw;
    margin-left: 1.07vw;
  }
}

#_2026-silverweek .m-cast__text__inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

#_2026-silverweek .m-prog__bnr {
  margin-top: 84px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-prog__bnr {
    margin-top: 18.13vw;
  }

  #_2026-silverweek .m-prog__bnr:last-child {
    margin-top: 10.67vw;
  }
}

#_2026-silverweek .m-cast__heading__wrap {
  max-width: 470px;
  height: auto;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__heading__wrap {
    margin: 0 auto 8vw;
  }
}

/* 企画
-------------------------------------------------------------*/
#_2026-silverweek .m-plan__contents__wrap {
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  max-width: 980px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

#_2026-silverweek .m-plan__contents__wrap + .m-plan__contents__wrap {
  margin-top: 120px;
}

#_2026-silverweek .m-plan__wrap {
  background: url(../img/bg_special.jpg) center / cover no-repeat;
  position: relative;
  padding: 164px 20px 100px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__wrap {
    padding: 16vw 5.33vw;
  }
}

#_2026-silverweek .m-plan__wrap::before {
  content:"";
  width:100%;
  height:16px;
  background:#6E1B03;
  position:absolute;
  top:0;
  left:0;
}

#_2026-silverweek .m-plan__inner {
  background-color: white;
  outline: 2px solid #6C6592;
  outline-offset: -6px;
  box-shadow: 0 0 40px 0 #D4D3DC;
  position: relative;
  padding: 60px 60px 112px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__inner {
    outline-offset: -2.67vw;
    padding: 8.53vw 9.7vw 17.6vw;
  }
}

#_2026-silverweek .m-plan__inner + .m-plan__inner {
  margin-top: 60px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__inner + .m-plan__inner {
    margin-top: 8vw;
  }
}

#_2026-silverweek .m-plan__title {
  max-width: 467px;
  margin: 0 auto;
}

#_2026-silverweek .m-plan__header {
  position: relative;
  text-align: center;
  background-color: #EAE5EB;
  border-radius: 10px;
  padding: 40px 0 30px;
  margin: 39px 0 88px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__header {
    font-size: 3.2vw;
    padding: 5.33vw 0 4vw;
    margin: 7.47vw 0 11.73vw;
  }
}

#_2026-silverweek .m-plan__sub-title {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6C6592;
  border-radius: 999px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.4px;
  display: inline-block;
  width: 365px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__sub-title {
    width: 48.67vw;
    top: -2.27vw;
    font-size: 3.2vw;
    white-space: nowrap;
    padding: 0 5.33vw;
  }
}

#_2026-silverweek .m-plan__lead-em {
  color: #74557E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__lead-em {
    font-size: 3.2vw;
  }
}

#_2026-silverweek .m-plan {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan {
    flex-flow: column;
    gap: 5.33vw;
  }
}

#_2026-silverweek .m-plan:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan:not(:last-child) {
    padding-bottom: 6.67vw;
  }
}

#_2026-silverweek .m-plan + .m-plan {
  margin-top: 56px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan + .m-plan {
    margin-top: 7.47vw;
  }
}

#_2026-silverweek .m-plan__text__inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

#_2026-silverweek .m-plan__text {
  width: 54%;
  line-height: 1.7;
}

#_2026-silverweek .m-plan__img__wrap {
  width: 43%;
  text-align: center;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__img__wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__text {
    width: 100%;
  }
}

#_2026-silverweek .m-plan__detail__head {
  border-left: solid 3px #7db4e6;
  padding-left: 8px;
}

#_2026-silverweek .m-plan__detail__text,
#_2026-silverweek .m-plan__detail__schedule {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__detail__text,
  #_2026-silverweek .m-plan__detail__schedule {
    font-size: 3.2vw;
  }
}

#_2026-silverweek .m-plan__detail__schedule {
  margin-top: 16px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__detail__schedule {
    margin-top: 0.83vw;
  }
}

#_2026-silverweek .m-plan__detail__tag {
  color: white;
  background-color: #008943;
  display: inline-block;
  font-size: 18px;
  padding: 5px 6px;
  margin-bottom: 5px;
}

#_2026-silverweek .m-plan__detail__prog {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.4px;
  margin-top: 32px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan__detail__prog {
    font-size: 3.2vw; /* 24px */
    margin-top: 4.27vw;
  }
}

/* ボタン
-------------------------------------------------------------*/
#_2026-silverweek .m-cmn__btn {
  display: inline-block;
  max-width: 340px;
  width: 100%;
  background: #6C6592;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
  text-align: left;
  position: relative;
  padding: 24px 56px 24px 32px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cmn__btn {
    max-width: none;
    font-size: 3.2vw;
    text-align: center;
    padding: 3.2vw 4.27vw;
  }
}

#_2026-silverweek .m-cmn__btn::after {
  position: absolute;
  content:"";
  background: url(../img/arrow-right-white.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  right: 32px;
  top:50%;
  transform: translateY(-50%);
  transition: filter 0.4s ease;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cmn__btn::after {
    width: 2.67vw;
    height: 2.67vw;
    right: 4.27vw;
  }
}

#_2026-silverweek .m-cmn__btn:hover {
  filter: brightness(0.85);
}

#_2026-silverweek .m-plan .m-cmn__btn__wrap {
  margin-top: 32px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-plan .m-cmn__btn__wrap {
    text-align: center;
    margin-top: 4.27vw;
  }
}

#_2026-silverweek .m-cmn__btn + .m-cmn__btn {
  margin-top: 20px;
}

#_2026-silverweek .m-cmn__btn--wide {
  max-width: 325px;
  font-size: 16px;
}

/* ボタン（押し込み型）
-------------------------------------------------------------*/
#_2026-silverweek .m-cmn__push-btn__wrap {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cmn__push-btn__wrap {
    margin-top: 3.2vw;
    margin-bottom: 10.93vw;
  }
}

#_2026-silverweek .m-cast__wrap .m-cmn__push-btn__wrap {
  margin-top: 80px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cast__wrap .m-cmn__push-btn__wrap {
    margin-top: 18.13vw;
    margin-bottom: 10.67vw;
  }
}

#_2026-silverweek .m-cmn__push-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 700px;
  background: #FF5E00;
  box-shadow: 9px 11px 0 0 #6E1B03;
  border-radius: 10px;
  font-size: 34.5px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.64px;
  box-shadow: 9px 9px 0 #8d2300;
  transform: translate(0, 0);
  transition: transform .2s ease, box-shadow .2s ease;
  padding: 24px 52px 24px 36px;
  z-index: 1;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cmn__push-btn {
    max-width: none;
    width: 89.33vw;
    border-radius: 9.5px;
    box-shadow: 5px 5px 0 #8d2300;
    font-size: 4.6vw; /* 34.5px */
    padding: 3.6vw 0 2.8vw;
  }
}

#_2026-silverweek .m-cmn__push-btn::after {
  position: absolute;
  content:"";
  background: url(../img/arrow-right-white.svg) no-repeat center center / contain;
  width: 17.3px;
  height: 17.3px;
  right: 99.8px;
  top:50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cmn__push-btn::after {
    width: 2.27vw;
    height: 2.27vw;
    right: 9.07vw;
  }
}

#_2026-silverweek .m-cmn__push-btn:hover {
  transform: translate(9px, 9px);
  box-shadow: 0 0 0 #8d2300;
}

#_2026-silverweek .m-cmn__push-btn + .m-cmn__push-btn {
  margin-top: 20px;
}

#_2026-silverweek .m-cmn__push-btn__text {
  color: #fff;
  text-align: center;
}

#_2026-silverweek .m-cmn__push-btn--wide {
  max-width: 325px;
  font-size: 16px;
}

@media (max-width: 768px) {
  #_2026-silverweek .m-cmn__push-btn__text {
    text-align: center;
  }
}
