@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://www.gamecity.ne.jp/common/css/reset.css);
@import url(https://www.gamecity.ne.jp/blog_images/common.css);

/* ==========================================================================
   1. Base & Reset
   ========================================================================== */
* {
  font-family: "Shippori Mincho", serif;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  color: #453a42;
  letter-spacing: 0;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a { color: #e95267; }
a:link, a:visited { color: #be2323; }
a:hover { color: #820036; text-decoration: none; }
a:active { color: #ceaf00; }
a.txt { border-bottom: 1px dotted #b89000; }

.clearfix { clear: both; }
.at { color: #333333; }
.red { color: #ab0b2f; }
.orange { color: #ffa500; }

/* Ruby adjustments */
rt { translate: 0 0.5em; }
@-moz-document url-prefix() {
  rt { position: relative; top: 0.5em; }
}

/* ==========================================================================
   2. Layout & Global Backgrounds (フッター最下部固定化)
   ========================================================================== */
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #51484f;
  background-image: url(/blog_images/26hiraizumi/main_bg.jpg);
  background-repeat: repeat;
}

#content {
  flex: 1 0 auto;
  padding: 20px 0;
  background-image: url(/blog_images/26hiraizumi/main_bg.jpg);
  background-position: top center;
}

#indextop {
  background: none;
}

#indextop::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/blog_images/26haruka/bg.jpg);
  background-size: cover;
}

#wrapper__inner {
  width: 90%;
  max-width: 960px;
  margin: 100px auto 30px!important;
  text-align: center;
}
#wrapper__inner .teasuretitle {
  max-width: 700px;
  width: 100%;
  padding-bottom: 40px;
}
#wrapper__inner span {
  display: block;
  color: #fff;
  padding: 1%;
  font-family: "Shippori Mincho", serif;
  font-size: 80%;
}

/* ==========================================================================
   3. Header & Global Navigation
   ========================================================================== */
#top-head {
  background-color: #be2323 !important;
  background-image: url(/blog_images/26hiraizumi/nav_bg.jpg) !important;
  background-repeat: repeat-x !important;
  background-position: center center !important;
  border-bottom: solid 2px #b8a55a;
  box-shadow: 0 0 8px rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#top-head .inner {
  position: relative;
  width: 100%;
  padding: 0 clamp(80px, 9vw, 140px);
}

#global-nav {
  width: 100% !important;
  background: transparent !important;
}
#global-nav ul.main-menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#global-nav ul.main-menu-list li a {
  color: #fff !important;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2em;
  padding: 20px 20px !important;
  display: block;
}
#global-nav ul.main-menu-list li a.r2 { padding: 14px 20px; }
#global-nav ul li { border-left: none; width: auto; }
#global-nav ul li:last-child { border-right: none; }
#global-nav ul li a:hover, 
#global-nav a.active { color: #fff; background: #b8a45a !important;}
#global-nav ul li.main-menu-list__streaming { background: #7d691c; }
#nav-toggle span { height: 2px !important; }

.event { background-color: rgba(234, 0, 209, 0.52); border-radius: 0; }

.event_logo {
  width: 9vw !important;
  max-width: 130px !important;
  min-width: 80px !important;
  position: absolute !important;
  left: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9999;
  display: flex;
  align-items: center;
}
.event_logo img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.brand {
  width: 8vw !important;
  max-width: 110px !important;
  min-width: 70px !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 9999;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.brand img { 
  width: 100% !important; 
  height: auto !important;
  display: block;
  image-rendering: -webkit-optimize-contrast; 
}

/* Sub Navi */
#navi li a { color: #fff; }
#navi li a:hover { background: rgba(255, 255, 255, 0.3); }
#navi li.brn { margin-left: 0; max-width: 108px; padding-top: 2px; }
#navi li.brn a img { max-width: 100%; height: auto; }
#navi li.brn a:hover { opacity: 0.65; background: none; }
#navi li.brand a:hover { opacity: 0.65; background: #fff; }
#navi li.non a { color: #7d768c !important; }

#sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}

#sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

#sns a:hover {
  opacity: 0.75;
}

#sns img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* ==========================================================================
   4. Typography & Headings
   ========================================================================== */
h2 {
  padding-top: 80px;
  color: #bca972;
  font-weight: 500;
  font-size: 250%;
  text-align: center;
  display: block;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
h2 ruby { font-size: 100%; }
h2:after {
  content: '';
  display: none;
  position: relative;
  width: 100%;
  max-width: 690px;
  height: 43px;
  margin: 0 auto 0 7px;
  vertical-align: middle;
  background-image: url(/blog_images/26haruka/shop-btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
h2 span {
  font-size: 50%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  padding-top: 3.5vh;
}

h3 {
  font-weight: 500;
  border-radius: 3px;
  font-size: 28px;
  color: #fff;
  background: #be2223;
  text-align: center;
}
h3::before { display: none; }
h3 a { color: #fff !important; }

h4 {
  padding-left: 0;
  color: #be2323;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  border-bottom: solid 1px #bb5539;
  text-align: left;
  font-weight: 700;
}

h5 {
  color: #453a41;
  font-size: 110%;
  margin-bottom: 0 !important;
  font-weight: bold;
}

h6 {
  color: #005f62;
  border-bottom: dotted 1px #13245b;
  display: table;
  margin-bottom: 10px;
  font-size: 130%;
  font-weight: 600;
  margin-top: 15px;
}

/* ==========================================================================
   5. Page Sections & Components
   ========================================================================== */
/* Hero / Index Top */
#indextop a { color: #bb553a; font-weight: 500; }
#indextop a:hover { text-decoration: underline; }
#indextop dl {
  font-size: 100%;
  width: 90%;
  margin: 0 auto;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: solid 1px #b8b8b8;
}
#indextop dt {
  padding: 15px 0;
  border-top: solid 1px #b8b8b8;
  color: #5f5751;
  width: 120px;
  letter-spacing: 0;
}
#indextop dd {
  display: block;
  padding: 15px 0;
  margin-right: 0;
  font-size: 100%;
  border-top: solid 1px #b8b8b8;
  font-weight: 300;
  color: #5f5751;
  width: calc(100% - 120px);
}
#indextop .topicstext {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
#indextop .topicstext span {
  padding: 10px 0 10px 0;
  color: #ec7458;
  font-weight: 500;
  font-size: 7vw;
  text-align: center;
  display: block;
  letter-spacing: 0.01em !important;
}

.topicstext h7 {
  font-size: 250%;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #333;
}

.topicstext h7::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/blog_images/26hiraizumi/kazari_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.topicstext h7::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/blog_images/26hiraizumi/kazari_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

#indextop .main_img {
  margin: 0;
  text-align: center;
  background-image: url(/blog_images/26hiraizumi/kv_bg2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#indextop .main_logo {
  margin: 0 auto;
  padding: 14vh 0 2em;
  width: 53%;
  min-width: 500px;
}
#indextop .main_catch {
  max-width: 1600px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

/* Frames & Cards */
.topicstext_frame { width: 95%; margin: 0 auto; max-width: 1000px; }
.topicstext_frame img { width: 100%; height: auto; }

.bgframe {
  width: 100%;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 30px;
  border-image-source: url("/blog_images/26hiraizumi/waku.png");
  border-image-slice: 30 fill;
  border-image-repeat: stretch;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.25));
}
.bgframe .source {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.project-container { position: relative; width: 90%; max-width: 1200px; margin: 0 auto; padding-top: 30px; }
.project-container2 { position: relative; width: 90%; max-width: 1170px; margin: 0 auto; padding-top: 30px; }
.project-section__list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.project-section__list .list-item { width: 48.5%; margin-bottom: 3%; }
.project-section__list .list-item img { max-width: 100%; height: auto; }
.project-section__list .list-item2 { max-width: 980px; margin: 0 auto 3%; }
.project-section__list .list-item__text {
  padding: 15px;
  color: #fff;
  line-height: 2;
  background-image: url(/blog_images/26haruka/bg_item.jpg);
  font-size: 120%;
}

/* Text & Content Boxes */
.textbox { position: relative; margin-bottom: 3vw; }
#indextop .textbox { margin: 0 0 1em; }
#indextop .textbox .main_catch {
  padding-bottom: 10px;
  color: #ebd57d;
  font-weight: 500;
  font-size: min(3vw, 40px);
  text-align: center;
  display: block;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
}
#indextop .textbox .main_catch ruby { font-size: 100%; }
#indextop .textbox .text_catch { margin-bottom: 0; }

.text_catch {
  font-size: min(1.7vw, 25px);
  color: #ebebea;
  line-height: 1.8;
  text-align: center;
  width: min(100vw, 1800px);
  margin: 0 auto;
}
.text_date { color: #9064a2; }
.text_nomal { font-size: 130% !important; }
.textday {
  text-align: center;
  background-color: #9692c5;
  width: 90%;
  max-width: 500px;
  padding: 10px;
  font-size: 120%;
  margin: 0 auto 30px;
  border-radius: 30px;
  color: #fff;
}
.textday span { font-size: 150%; line-height: 1; }

.subtopics {
  border: solid 2px #E33361;
  background-color: rgba(255, 237, 245, 0.85);
  padding: 3%;
  font-size: 125%;
  color: #E33361;
  box-shadow: 0 0 8px #929090;
}

.blueback {
  background: linear-gradient(90deg, rgba(33,33,122,0) 0%, rgba(33,33,122,0.5) 15%, rgba(33,33,122,0.5) 85%, rgba(33,33,122,0) 100%);
  padding: 2em 0;
}
.blueback span { color: #d2b576; }

.detailtext {
  width: 95%;
  margin: 8vw auto 7vw;
  max-width: 1000px;
  background-size: contain;
  padding: 0;
}
.detailtext::after {
  content: "";
  width: 100%;
  max-width: 1280px;
  background-size: contain;
  max-height: 79px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 10vw;
}
.detailtext h3 { width: 90%; margin: 30px auto; }
.detailtext .textbox { width: 100%; margin: 0 auto; }

/* Cast List */
.cast_list { text-align: center; }
.cast_list li { padding: 0.5% 0.5% 4% !important; }
.cast_list li img { width: 100%; max-width: 100%; height: auto; }
.cast_list_title { color: #be2223 !important; font-size: 130%; text-align: left; }
.cast_list_rights { color: #333; text-align: left; }

.castbox_type1 { max-width: 100%; }
.castbox_type1 dt { width: 160px; font-weight: 600; font-size: 16px; }
.castbox_type1 dd { margin-right: -160px; }

/* Lists & Tables */
.dfblocklist dt { color: #614c9d; width: 130px; font-weight: bold; }

.cost dl { padding-bottom: 30px; font-size: 120%; }
.cost dt { color: #e43261; float: left; font-weight: bold; padding-bottom: 5px; }
.cost dd { margin-left: 360px; padding-bottom: 5px; }
.cost dd span { font-size: 80%; color: #777; }

.splist li { color: #a81e3f; }
.deco { width: 100%; height: 30px; background: url(/blog_images/20corda15thf/decobg.jpg); }

.datetable tr { background: none !important; color: #333; }
.datetable th {
  background: #cfc094 !important;
  color: #333;
  width: 30%;
  border-color: #a1a1a1;
  text-align: center;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}
.datetable td {
  text-align: center;
  vertical-align: middle;
  border-color: #a69dbc;
  border-left: none;
  border-right: none;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.datetable td strong { color: #be2323; }
.datetable td.border { border-right: #797979 solid 1px; }

/* Buttons & Custom Containers */
.application_btn { max-width: 230px;}
.application_btn a {
  font-size: 130%;
  color: #fff;
  text-shadow: 1px 1px 3px #821732;
  background: linear-gradient(to bottom, rgba(168,30,63,1) 0%, rgba(165,53,79,1) 51%, rgba(135,0,38,1) 100%); background-image: url(/blog_images/26hiraizumi/nav_bg.jpg); border: solid 1px #d3d3d3; box-shadow: 0 0 5px #7f7f7f;
}

.first {
  display: block;
  border: solid 1px #51a78a;
  background-color: rgba(6, 243, 162, 0.2);
  padding: 25px;
  margin: 30px 0;
}
.first h5 { border-bottom: none; font-size: 120%; font-weight: 600; }

.cd { float: left; margin-bottom: 55px; width: 37%; }
.cd img { width: 100%; height: auto; }
.cdspec { width: 60%; padding-left: 3%; display: inline-block; }
.cdspec .application_btn { max-width: 220px; }

.goods_item_title { color: #203d9b; height: 3.5em; margin-top: 20px; display: table-cell; vertical-align: middle; }
.goods_item_point { color: #0f3fda; }
.goods_item_price, .goods_item_rights { color: #001350; }
.goods_item_date_at { color: #3e60cc; }

.source { padding-top: 20px !important; padding-bottom: 0 !important; margin-top: 0 !important; }

/* Finish Block */
#finish { border: solid 2px #bca972; }
#finish .topcatch { color: #bca972; }

dl.nextschedule { margin-bottom: 0 !important; }
.nextschedule dt { float: left; width: 170px; font-weight: 800; margin-right: 0 !important; }
.nextschedule dd {
  float: right;
  width: 100%;
  margin-right: -170px !important;
  padding-right: 170px;
  font-size: 100% !important;
}

/* Floating Elements (Pagetop & Shop Button) */
.pagetop {
  color: #fff;
  display: block;
  float: right;
  width: 100px;
  padding: 2px 5px;
  margin: 0 0 30px;
  border-radius: 15px;
  background-color: transparent;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.pagetop a { color: #fff; }

.tk-btn {
  width: 30%;
  max-width: 270px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 990;
}
.tk-btn img { max-width: 100%; height: auto; }

/* Box Components */
.box-tk {
  padding: 1.2em;
  background-color: #48B5A7;
  font-size: 130%;
}
.box-tk .box-title {
  font-size: 140%;
  padding: 2%;
  text-align: center;
  color: #fde645;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px #174031;
}
.box-tk p { padding: 15px 20px; margin: 0; }

.box-tk2 { margin: 2em 0; border-top: solid 3px #bf2222; box-shadow: 0 0 5px #aaa7a7; background-color: #fff;}
.box-tk2 .box-title2 {
  font-size: 130%;
  margin: 1em 0 0 1em;
  color: #be2323;
  font-weight: bold;
  border-left: solid 6px #bf2222;
  padding-left: 5px;
}
.box-tk2 .box-text2 { padding: 1.5em; }

.box-title {
  border-bottom: dotted 1px;
  display: block;
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 0 !important;
}

.twitter-tweet { margin: 0 auto; max-width: 100%; }

/* YouTube Embed */
.youtube2 iframe {
  width: 1280px;
  max-width: 100%;
  height: 720px;
  display: block;
  margin: 0 auto;
  background-color: #000;
}

/* Slick Slider */
.slider { width: 100%; margin: 0 auto; }
.slider img { width: 100%; height: auto; }
.slider .slick-slide { margin: 0; padding: 0; }

button { border: none; padding: 0; background: none; }
.slick-dots { text-align: center; margin: 10px 0 0 0 !important; }
.slick-dots li { display: inline-block; margin: 0 8px; width: 12px; }
.slick-dots button {
  color: transparent;
  outline: none;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #777;
}
.slick-dots .slick-active button { background: #fff; }

/* Footer */
#foot {
  flex-shrink: 0;
  color: #fff;
  background-color: #be2323;
  border-top: none;
  background-image: url(/blog_images/26hiraizumi/nav_bg.jpg);
  margin-top: -1px;
}
#foot a { color: #fff; border-bottom: none; }
#foot #copy { color: #fff; }
#foot .bannerstxt li a { color: #fff; }
#foot .banners { display: flex; justify-content: center; align-items: center; }
#foot .banners li { margin: 0 1vw; }
#foot .banners img { max-width: 100%; height: auto; }
.officialbanner { text-align: center; margin: 20px 0 0 !important; padding-bottom: 20px !important;}
.officialbanner img { width: 90%; max-width: 500px; margin: 5px auto; text-align: center; height: auto; }


/* ==========================================================================
   6. Media Queries (Desktop & Large Screens)
   ========================================================================== */
@media screen and (min-width: 641px) {
  #navi li.menulist_top { margin-left: 30px !important; }
  h3 { margin-top: 50px !important; }
  h5 { border-bottom: none; margin-bottom: 0; }
  .hidecatch_sp { display: none; }
  .dfblocklist dd { float: none; }
  #content { background-attachment: fixed; }
  .detailtext { width: 94%; max-width: 1100px; margin: 50px auto; padding: 0; }
  .detailtext .textbox { width: 90%; }
  .lead_txt { text-align: center; }
  img.btncd { position: absolute; top: 590px; right: 5%; max-width: 300px; height: auto; }
  .box-tk { font-size: 165%; }
}

@media screen and (min-width: 1200px) {
  #indextop .topicstext span { font-size: 110px; }
  h2 { font-size: 70px; }
  h3 { font-size: 40px; }
}


/* ==========================================================================
   7. Media Queries (Tablet & Mobile Adjustments)
   ========================================================================== */
@media screen and (max-width: 1200px) {
  #global-nav ul { width: 80% !important; }
  #global-nav ul li { width: auto !important; }
  #global-nav ul.main-menu-list li a { padding: 2vw 15px !important; }
}

@media screen and (max-width: 640px) {
  /* Frame Adjustment */
  .bgframe { border-width: 20px; padding: 16px; }

  /* Layout & Navigation */
  #top-head .inner { padding: 0; }
  #mobile-head { background-color: transparent !important; }
  
  #global-nav {
    height: 100vh;
    top: -100vh !important;
    background-color: #be2323 !important;
    background-image: url(/blog_images/26hiraizumi/nav_bg.jpg) !important;
    background-repeat: repeat !important;
    overflow-y: auto;
  }
  #global-nav ul { width: 100% !important; }
  #global-nav ul li { border-left: none; border-top: solid 1px #ff8585; font-size: 120%; }
  #global-nav ul.main-menu-list { display: flex !important; flex-wrap: wrap; width: 100% !important; }
  #global-nav ul.main-menu-list li { width: 70% !important; }
  #global-nav ul.main-menu-list li:nth-child(odd) { border-left: none; }
  #top-head #global-nav ul li a, 
  #top-head.fixed #global-nav ul li a { color: #fff !important; width: auto !important; }
  
  .open #global-nav {
    transform: translateY(calc(100vh + 56px)) !important;
    background-color: #be2323 !important;
  }
  
  #navi { background-size: cover; background: #203d9a; }
  #navi li { border-top: solid 1px rgba(255, 255, 255, 0.24); }
  #navi li.brn { padding: 5px 0 5px 7px; max-width: 100px; }
  #navi li.brn img { max-width: 100%; height: auto; }
  .menu_type4 li, .menu_type5 li { border-left: solid 1px rgba(255, 255, 255, 0.29); font-size: 3vw; }
  
  .event_logo { 
    width: 14vw !important;
    max-width: 140px !important;
    min-width: 100px !important;
    top: 51% !important;
    left: 10px !important;
  }
  .event_logo img { width: 100% !important; height: auto !important; }
  .brand { display: none !important; }

  #wrapper__inner { margin: 100px auto; }
  .source { margin-top: -30px; padding: 10px 2% 0; }
  
  /* Hero & Typography */
  #indextop { background-size: 200%; }
  #indextop .main_img { background-image: url(/blog_images/26hiraizumi/kv_bg_sp2.png); margin: 0; width: 100%; background-size: cover; }
  #indextop .main_logo { margin: 0 auto; padding: 0; width: 100%; min-width: auto; }
  #indextop .main_logo img { max-width: 100%; height: auto; }
  #indextop .main_catch { margin-top: -9vw; }
  #indextop .textbox .main_catch { width: 100%; font-size: 140%; margin-top: 0; }
  #indextop .newstext { background: url(/blog_images/20_anmina/news_sp.jpg) top center; background-size: cover; }
  
  h2 { font-size: 9vw; margin-top: 0; padding-top: 20vw; }
  h3 a { background-position: 0 0; padding: 5px 0; font-size: 150%; display: block; }
  h5 { border-bottom: none !important; font-size: 100% !important; }

  .text_catch { font-size: 105%; text-align: center; width: 100%; }
  .text_catch.catch2 { width: 110%; margin-left: -5%; margin-bottom: -3%; }
  .blueback { background: rgba(33,33,122,0.5); padding: 2em; margin: 3vw 0; }

  #indextop .textbox { padding: 0; margin: 0 !important; }
  .subpage .textbox { padding: 0; margin: 3em auto 0 !important; }
  .subpage h3 { margin-top: 0vw; margin-bottom: 2vw; font-size: 4vw; width:100%; }
  .subpage h4 { font-size: 5vw; }
  
  .hidecatch_pc { display: none; }

  /* Grid & Components */
  .project-section__list .list-item { width: 100%; }
  .project-section__list .list-item img { width: 100%; height: auto; }
  .project-section__list .list-item__text { font-size: 100%; }
  .project-section__list .list-item2 { width: 95%; margin: 0 auto 30px; }

  .cast_list li { width: 100%; margin-bottom: 1.5em; }

  .cost dl { font-size: 110%; }
  .cost dt { float: none; padding-bottom: 0; }
  .cost dd { margin-left: 0; margin-bottom: 10px; border-bottom: dotted 1px #e43261; }

  #indextop dl { width: 100%; }
  #indextop .topicstext dl { margin: 0; }
  #indextop .topicstext dt { float: none; margin-right: 0; padding: 10px 0 5px; width: 100%; }
  #indextop .topicstext dd { width: 100%; padding: 0 0 15px 0; font-size: 85%; border-top: none; }

  .dfblocklist { border-bottom: dotted 1px #656d7b !important; }

  .first { padding: 15px; }
  .first h5 { border-left: none; padding-left: 0; }
  .cd { float: none; width: 100%; text-align: center; margin-bottom: 20px; }
  .cd img { width: 85%; height: auto; }
  .cdspec { width: 100%; padding-bottom: 50px; }

  .datetable { width: 100%; }
  .datetable th { font-size: 3.5vw; width: inherit !important; padding: 5px; }
  .datetable td { padding: 5px !important; font-size: 3.5vw; white-space: nowrap; }

  .nextschedule dt { float: none; width: 100%; font-weight: 800; background: #ccc; color: #fff; text-align: center; padding: 0 !important; }
  .nextschedule dd { float: none; width: 100%; margin-right: 0; padding-right: 0; }

  .lead_txt { padding: 0; }

  #foot #copy { padding-bottom: 80px; }
  #foot .banners { width: 84%; }
  #foot .bannerstxt { font-size: 80%; }

  .tk-btn { width: 60%; position: fixed; right: 20%; bottom: 0; z-index: 990; }

  .topicstext h7 { font-size: 175%; line-height: 1; padding-bottom: 10px; gap: 15px; }
  .topicstext h7::before,
  .topicstext h7::after { width: 25px; height: 25px; }
  
  #sns {
    gap: 12px;
  }
  #sns img {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .youtube2 { position: relative; width: 100%; padding-top: 56.25%; }
  .youtube2 iframe { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }
}

@media screen and (max-width: 450px) {
  .castbox_type1 dl, .castbox_type2 dl {
    border-bottom: dotted 1px #676464;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}