.footer-page {
  background-color: #f0f0f0;
}
.footer-page .footer {
  position: fixed;
  bottom: 0;
  text-align: center;
}
.footer-page .float-btn {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: #000;
  opacity: 0.56;
  border-radius: 5px;
  text-align: center;
  padding-top: 0.3rem;
}
.footer-page .up-img {
  width: 1.19rem;
}
.footer-page .footer-link-bg {
  padding: 1rem;
}
.footer-page .link-img {
  width: 100%;
  max-width: 140px;
}
.footer-page .footer-col {
  flex: 0 0 auto;
  width: 25%;
}
.footer-page .footer-link {
  color: #000;
  text-decoration: underline;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 0.3rem;
  cursor: pointer;
}
.top-text {
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}
.footer-title {
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 768.02px) {
  .pc-footer-block {
    display: none;
  }
}
.dtgl-footer_snslink {
  margin: 50px 0 50px 0;
  padding: 25px 0;
  width: 100%;
  font-size: 0;
  background: #1c1c1c;
  text-align: center;
}
.dtgl-footer_snslink_item {
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 10px 25px 10px 20px;
}
.dtgl-footer_snslink_item_yt,
.dtgl-footer_snslink_item_fb,
.dtgl-footer_snslink_item_tw {
  border-right: 1px solid #444;
}
.dtgl-footer_snslink_item a {
  display: block;
  color: #cfcfcf;
  padding: 4px 6px;
  text-decoration: none;
}
.dtgl-footer_snslink_item a img {
  vertical-align: top;
  margin-right: 8px;
}
.dtgl-footer_snslink_item a .text-wrapper {
  display: inline-block;
  line-height: 1.4;
  text-align: left;
  padding: 5px 0 0;
}
.dtgl-footer_snslink_item a span.top-text {
  display: block;
  font-weight: normal;
  color: #cfcfcf;
}
.dtgl-footer_snslink_item a span.bottom-text {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.other-banner {
  background-color: #000;
  width: 84%;
  padding-bottom: 5px;
}
@media (min-width: 640px) {
  .other-banner {
    width: 73%;
  }
}
@media (min-width: 1250px) {
  .other-banner {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .other-banner {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .other-banner {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .other-banner-pannel {
    width: 98%;
  }
}
@media (min-width: 640px) {
  .other-banner-pannel {
    justify-content: space-around;
  }
}
.other-banner-cow {
  width: 50% !important;
}
@media (max-width: 640px) {
  .other-banner-cow {
    background-color: #fff;
    margin: 2px;
  }
}
@media (min-width: 640px) {
  .other-banner-cow {
    width: 32% !important;
    background-color: #fff;
    margin-right: 7px;
  }
}
@media (min-width: 640px) {
  .other-banner-pannel .swiper-slide.other-banner-cow:first-child {
    margin-left: 7px;
  }
}
.other-banner-cow:hover {
  cursor: pointer;
}
.other-banner-cow:hover .other-banner-img {
  filter: brightness(1.2);
}
.other-banner-label-row {
  background-color: #004ea2;
}
.other-banner-label {
  color: #fff;
  text-align: center;
  font-size: 11px;
}
@media (min-width: 800px) {
  .other-banner-label {
    font-size: 13px;
  }
}
.other-banner-button {
  background-color: #000;
  color: #fff;
  padding: 3px 15px;
  margin: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 7px;
}
.other-banner-cow:hover .other-banner-button {
  color: #fffb00;
}
.other-banner-img {
  margin: 0px 2px;
  width: 99%;
  height: auto;
  display: block;
}
.other-banner-scrollbar {
  background: rgba(0,0,0,0.1);
  height: 12px;
  width: 100%;
}
/* ドラッグ可能なスクロールバーのハンドル部分のスタイル */
.other-banner-scrollbar .swiper-scrollbar-drag {
  background: rgba(0,0,0,0.39);
  height: 12px;
  border-radius: 5px;
  width: 80%;
}
.other-banner-scrollbar-block {
  padding: 10px 8%;
  width: 100%;
}
.other-banner-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px;
}
@media (max-width: 320px) {
  .other-banner-text {
    font-size: 11px;
  }
}
.return-site-top {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.return-site-top-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1999;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 100vh;
  user-select: none;
}
/* フッターバナー：Flexで上5つ・下2つの2段、下段は中央寄せ */
#footer-banner-link-ejs.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2rem;
}
#footer-banner-link-ejs.row > div {
  flex: 0 0 140px;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#footer-banner-link-ejs .link-img {
  width: auto;
  max-width: 140px;
  height: auto;
  display: block;
}
