@charset "utf-8";
/* CSS Document */
#TopMain {
  background-image: url(https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_mainimage.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-attachment: scroll;
  overflow-x: hidden;
}
#TopMain img {
  max-height: 65vh;
}
#TopNews {
  position: relative;
  overflow-inline: unset;
  overflow-y: visible !important;
}
#FeedBox .date {
  line-height: 1.0;
}
#TopNewsPaper {
  position: relative;
  overflow-inline: unset;
  overflow-y: visible !important;
}
.TopBgImage {
  position: absolute;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: contain;
}
.bgImageRight1 {
  width: 50%;
  right: -20%;
  top: -5%;
  background-image: url('https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_r1.png');
  background-position: top center;
  min-height: 200px;
}
.bgImageLeft1 {
  width: 50%;
  left: -15%;
  top: -15%;
  background-image: url('https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_l1.png');
  background-position: center;
  min-height: 300px;
}
.bgImageRight2 {
  width: 50%;
  right: -12%;
  top: -10%;
  background-image: url('https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_r2.png');
  background-position: center;
  min-height: 250px;
}
.bgImageLeft2 {
  width: 60%;
  left: -25%;
  top: -15%;
  background-image: url('https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_l2.png');
  background-position: center;
  min-height: 250px;
}
.bgImageRight3 {
  width: 60%;
  right: -18%;
  top: -12%;
  background-image: url('https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_r3.png');
  background-position: center;
  min-height: 240px;
}
/* ########### 1299px以下 ＞xl ########### */
@media (max-width: 1299px) {}
/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
  #TopMain {
    background-image: url(https://kurashitokyodo.jp/w/wp-content/uploads/2025/05/bg_mainimage_sp.png);
  }
  .bgImageRight3 {
    top: -9%;
  }
}
/* ########### 575px(sm)以下 ########### */
@media (max-width: 575px) {}
/*トップページ用 設定 OnlyTop*/