.section__block--top-page {
  max-width: 1100px;
}
　
.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}


.slider2 {
    max-width: 2000px;  
    margin: 2px auto 0;  
    box-sizing: border-box;
}

.slider2 img {
    width: 100%;      
    height: auto;       
    display: block;
}


/* 横2列バナー2 */
[class^="img-flex-"] {
	margin-top: 2px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 > img,
.img-flex-2 a { width: 49.9%; }
.img-flex-3 > img,
.img-flex-3 a { width: 32%; }
.img-flex-4 > img,
.img-flex-4 a { width: 24%; }




/* movie */
@media (max-width: 639px) {
  video {
    width: 100%;
    height: auto;
  }
}


/* countdown */
.cdt_wrapper {
  background-color: #eeeeee;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cdt_wrapper {
    line-height: 2.5;
    font-size: 1.8rem;
    padding: 0 20px;
  }
}

.cdt_wrapper small {
  font-size: .6em;
  padding: 0 .4em;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: .6em;
  display: inline-block;
  margin-right: .6em;
}

@media screen and (min-width: 768px) {
  .cdt_txt {
    font-size: .5em;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1;
}

.cdt_date {
  font-size: 1.6rem;
}

.cdt_num {
  background-color: #eeeeee;
  padding: 0 .15em;
}

@media screen and (min-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding: .3em .15em;
  }
}

/* スライダーを囲う大枠を画面中央に強制固定 */
.slider .bx-wrapper {
    margin: 0 auto !important;
    max-width: 100% !important;
}

/* 左右をはみ出させて表示する設定 */
.slider .bx-viewport {
    overflow: visible !important;
    left: 50% !important;
    transform: translateX(-50%) !important; /* これで強制的にセンター合わせにします */
}

/* スライド自体の調整 */
.bxslider li {
    transition: all 0.5s ease;
    opacity: 0.3; /* 横はかなり薄めに設定 */
    transform: scale(0.8); /* 横は小さめに */
}

/* 中央のスライド（表示されているもの） */
.bxslider li[aria-hidden="false"] {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* ページ全体の横揺れを完全にカット */
html, body {
    overflow-x: hidden !important;
    width: 100%;
}

/* --- 共通・PC設定 --- */
.slider .bx-wrapper {
  margin: 0 auto !important;
  max-width: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

.slider .bx-viewport {
  overflow: visible !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.bxslider li {
  list-style: none !important;
  transition: all 0.5s ease;
  opacity: 0.3;
  transform: scale(0.8);
}

.bxslider li[aria-hidden="false"] {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* PC版のドット（10px） */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  display: block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000 !important;
}

/* --- スマホ専用 (767px以下) --- */
@media screen and (max-width: 767px) {
  /* ドットを小さくして表示する */
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px !important;    /* ドットの幅 */
    height: 6px !important;   /* ドットの高さ */
    margin: 0 3px !important; /* ドット同士の間隔 */
  }

  /* ドットが表示される位置を調整（画像に被りすぎる場合はここを調整） */
  .bx-wrapper .bx-pager {
    bottom: -20px !important; 
    display: block !important; /* 強制的に表示 */
  }
}

/* 横揺れ防止 */
html, body {
  overflow-x: hidden !important;
}


/* --- ブランドセクション全体 --- */
/* 外枠 */
.brand-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}

/* タイトル */
.brand-title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
}

/* 画像コンテナ */
.brand-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    width: 100%;
}

/* 各ブランド */
.brand-item {
    width: 20%; 
　　margin: 0 !important;   
    padding: 0 !important;  
    box-sizing: border-box;
}

.brand-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- スマホ調整 --- */
@media screen and (max-width: 767px) {
    .brand-item {
        width: 50% !important; /* スマホは2列に強制 */
        display: inline-block;  /* 並び方を安定させる */
    }
}


.section__block--top-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.section__title-h2 {
    margin-top: 10px; /* タイトルの上の隙間を微調整 */
}