#SportsContent #MainContent h2 a img {
  max-width: 85% !important;
  display: flex;
  margin: auto !important;
}

#MainContent .SNS {
  display: flex;
  align-items: center;
}
.TokyoCheer_MainSlide {
  & img {
    height: 600px !important;
    object-fit: cover;
  }
}

.tc-images {
  display: flex;
  & img {
    /* width: 125px !important; */
  }
}

.tokyocheer-fv {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;

  @media screen and (max-width: 767px) {
    gap: 0.5rem;
  }
}

.tokyocheer-fv-top {
}

.tokyocheer-fv-bottom {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background-color: #000;
    opacity: 0.3;
  }
}

.tokyocheer-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  align-items: center;

  @media screen and (max-width: 767px) {
    /* top: 25%;
        left: 25%;
        transform: translate(-25%, -25%); */
    font-size: 12px;
    width: 65%;
  }
}

.common-list {
  /* padding: 0.5em; */
  margin: 0 0 10px;
}
.map-blue {
  background-color: #d9dcef;
}

.map-green {
  background-color: #e1edc7;
}

.map-orange {
  background-color: #fde4cd;
}

.map-yellow {
  background-color: #fffdd4;
}

.map-purple {
  background-color: #e6dbe9;
}

.map-red {
  background-color: #fbd9da;
}

.mapArea {
  margin-bottom: 30px;
}
.mapArea h3 {
  text-align: center;
  font-size: 105%;
  line-height: 1.4;
  color: #ffffff;
  background: #333333;
  border-left: none !important;
  margin: 0;
  padding: 15px 0;
}
.mapArea .streetArea {
  font-size: 105%;
  margin: 0;
  padding: 0;
}
.mapArea .streetArea div {
  display: block;
  color: #000000 !important;
  text-decoration: none !important;
  margin: 0 0 10px;
  padding: 10px;
}
.mapArea .streetArea div.st01 {
  background: #d9dcef;
}
.mapArea .streetArea div.st02 {
  background: #e1edc7;
}
.mapArea .streetArea div.st03 {
  background: #fde4cd;
}
.mapArea .streetArea div.st04 {
  background: #fffdd4;
}
.mapArea .streetArea div.st05 {
  background: #d3ead8;
}
.mapArea .streetArea div.st06 {
  background: #e6dbe9;
}
.mapArea .streetArea div.st07 {
  background: #fbd9da;
}
.mapArea .streetArea li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mapArea {
  margin-bottom: 50px;
}
.mapArea .mapBox {
  margin-bottom: 10px;
}
.mapArea .streetArea {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mapArea .streetArea div {
  width: 30.4%;
  margin: 0 1% 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease !important;
}
.mapArea .streetArea div.mb {
  margin-bottom: 1%;
}
.mapArea .streetArea div:nth-of-type(3) {
  margin-right: 0;
}
.mapArea .streetArea div.mainArea {
  width: 64%;
}
.mapArea .streetArea div:hover {
  /* opacity: 0.6 !important; */
}

/* NEWS */

/* top お知らせ一覧共通 */
#TokyoCheer2025_all .newsArea .newsBox {
  border: 4px solid #f3f3f3;
  border-radius: 3px;
  margin: 0 0 20px !important;
  padding: 20px !important;
  overflow-y: auto !important;
  height: fit-content !important;
  max-height: 200px !important;
}
/* top お知らせ一覧共通 */

body #TokyoCheer2025_all .contBtnArea a.gray-bg .item01 .icoBox {
  mix-blend-mode: multiply;
}

@media only screen and (min-width: 801px) {
  body #TokyoCheer2025_all .contBtnArea a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #TokyoCheer2025_all .contBtnArea {
    -ms-grid-columns: 1fr 1fr 1fr 1fr !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

#SportsContent p {
  margin: 0;
}

.gray-bg {
  background-color: lightgray !important;
  pointer-events: none;
}

/* .gray-bg .item01:hover {
  background: inherit;
  color: inherit;
  transform: none;
  opacity: 1;
  cursor: default;
} */

.txtBlock {
  text-align: left !important;
}

.txtBlock span {
  display: inline-block;
}

.finishTxt {
  font-size: 16px !important;
  font-weight: 300 !important;
  /* font-family: "Hiragino Mincho ProN", "MS Mincho", serif; */
  /* background-color: #e6d9bd; */
  border: none !important;
  margin: 0 auto 30px !important;
}

.finishTxt-title {
  /* font-weight: bold; */
  /* text-decoration: underline; */
}

/* ------------------------------------------- */
/* FOR 20241115.html */
/* ------------------------------------------- */

.nolist.form {
  display: flex;
  gap: 10px;
  @media only screen and (max-width: 801px) {
    flex-direction: column;
    gap: 0;
  }
}

.nolist.form a {
  display: inline-block;
  background-color: #1a753f;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  border-radius: 5px;
  @media (hover: hover) and (pointer: fine) {
    &:hover {
      text-decoration: none !important;
      color: #fff !important;
      opacity: 0.8;
    }
  }
}

.note {
  padding: 0 20px !important;
  padding-top: 5px !important;
  display: flex;

  @media only screen and (max-width: 801px) {
    flex-direction: column;
  }
}

.note-left {
  width: 55%;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 801px) {
    width: 100%;
    padding-bottom: 1rem;
  }
}

.note-right {
  width: 45%;
  display: flex;

  @media only screen and (max-width: 801px) {
    width: 100%;
    gap: 10px;
  }
}

.note-right-img-left {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;

  @media only screen and (max-width: 801px) {
  }
}

.note-right-img-right {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.messageimgBox {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px !important;

  & img {
    width: 50%;
  }

  @media only screen and (max-width: 801px) {
    gap: 1rem;
    margin-bottom: 1rem !important;
    & img {
      width: 47%;
    }
  }
}

/* MAIN */

.tkc-state {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

/* ------------------------------------------- */
/* FOR street_event/index.html */
/* ------------------------------------------- */
.copyright {
  text-align: right;
  font-size: 85%;
}

/* ------------------------------------------- */
/* FOR street_event/2025.html */
/* ------------------------------------------- */
#SportsContent #MainContent .archive img {
  width: 100%;
}
