html {
  scroll-behavior: smooth;
}
body {
  font-family: "A1 Gothic R", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
  background-color: black;
}
article {
  max-width: 1200px;
}
#kv {
  opacity: 0;
  max-width: 600px;
  width: 90%;
  margin: 0 auto 160px auto;
  padding-top: 14vh;
  transition: opacity 1.2s ease-out 0.45s;
}
#kv.active {
  opacity: 1;
}
#yodogawa {
  font-family: "A1 Gothic M", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUp{
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  2% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.youtube_wrap {
  max-width: 700px;
  width: 100%;
  margin: 5rem auto;
}
.title2-pc {
  margin-bottom: -60px;
}
#information_free .timetable-date-switch ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: -8px;
}
#information_free .timetable-date-switch li {
  background-color: white;
  border-radius: 6px 6px 0 0;
  padding: 10px 12px;
  width: 90px;
  opacity: 0.4;
}
#information_free .timetable-date-switch li.is-selected {
  opacity: 1;
}
.timetable-wrap {
  background-color: #9FD9F6;
  padding: 28px 28px 36px 26px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.timetable-more {
  background-color: white;
  padding: 8px;
  display: block;
  border-radius: 0 0 16px 16px;
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  color: black;
  font-weight: 700;
  font-size: 1rem;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.timetable-more-hidden {
  display: none;
}
#bg {
  background-image: url(/ns_mbf2022/report/bg1-2.jpg);
  background-size: cover;
  z-index: 0;
}
.mbf-bg2 {
  background-image: url(/ns_mbf2022/report/bg1-2.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}
#bg.hidden,
.mbf-bg2.hidden {
  opacity: 0;
}
#bg, .mbf-bg2 {
  transition: opacity 1s ease;
}
#bg::before,
.mbf-bg2::before {
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: opacity 1.6s ease;
}
#bg::before {
  opacity: 0.15;
}
.mbf-bg2::before {
  opacity: 0.25;
}
#bg.overlay::before,
.mbf-bg2.overlay::before {
  opacity: 0.65;
}
dl.mbf-credit {
  width: fit-content;
  margin: 6rem auto 0 auto;
}
dl.mbf-credit dt {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
dl.mbf-credit dd {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#information_free li .info_img .mbf-banner img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 25px;
}
.mbf-banner a {
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
@media (hover: hover) {
  .mbf-banner a img:hover {
    opacity: 1;
  }
}
.map-pc {
  padding-top: 100px;
}
.map-sp {
  padding-top: 60px;
}
#information_free li .info_img .map-pc img {
  max-width: 900px;
}
#information_free li .info_img .title3-pc img {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  transform: translateX(40px);
}
#information_free li .info_img .title3-sp {
  width: 86%;
  margin: 0 auto 2rem auto;
}
.mbf-map {
  margin-bottom: 5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.event_banners {
  margin: 2rem auto;
  width: 80%;
}
@media (min-width: 641px) {
  #yodogawa {
    background-image: url(/ns_mbf2022/report/people-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .event_banners {
    display: flex;
    gap: 20px;
  }
  #tweets nav.tweet-nav-top .tweet-page {
    margin-top: -2rem;
    margin-left: -0.5rem;
  }
  #tweets nav.tweet-nav-bottom .tweet-page {
    margin-bottom: -3.2rem;
    margin-left: -0.5rem;
  }
}
@media (max-width: 640px) {
  dl.mbf-credit {
    width: fit-content;
    margin: 4rem auto 0 auto;
  }
  dl.mbf-credit dt {
    font-size: 0.75rem;
  }
  dl.mbf-credit dd {
    font-size: 0.9rem;
  }
  .mbf-map {
    margin-bottom: 5rem;
    font-size: 1rem;
  }
  .mbf-people-sp {
    padding: 0 2rem;
    opacity: 0;
  }
  #yodogawa p {
    font-size: 1rem;
  }
  .mbf-banner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .mbf-banner + .mbf-banner {
    margin-top: 1.375rem;
  }
}

#tweets {
  width: 550px;
  max-width: 100%;
  margin: 20px auto 60px auto;
  font-size: 15px;
  line-height: 1.4;
  color: black;
}
#tweets a {
  color: #666666;
}
#tweets nav li a {
  cursor: pointer;
}
#tweets nav .tweet-page,
#tweets nav .tweet-order,
#tweets .tweet-posts {
  margin-top: 20px;
}
#tweets .tweet-posts {
  font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
#tweets nav .tweet-page,
#tweets nav .tweet-order {
  display: flex;
}
#tweets nav .tweet-page {
  justify-content: center;
}
#tweets nav li {
  padding: 0;
}
#tweets nav .tweet-page li a {
  color: black;
  background-color: white;
  display: block;
  padding: 8px;
  width: 80px;
  letter-spacing: 2px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#tweets nav .tweet-page li a.disabled {
  pointer-events: none;
  cursor: default;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
}
#tweets nav .tweet-page li.tweet-page-prev a {
  border-radius: 18px 0 0 18px;
  border-right: 1px solid #aaaaaa;
}
#tweets nav .tweet-page li.tweet-page-next a {
  border-radius: 0 18px 18px 0;
}
#tweets nav .tweet-order {
  justify-content: space-between;
}
#tweets nav .tweet-order li {
  font-size: 16px;
  font-weight: bold;
}
#tweets nav .tweet-order li a {
  color: white;
}
#tweets .tweet-post {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
}
#tweets .tweet-post + .tweet-post {
  margin-top: 20px;
}
#tweets .tweet-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#tweets .tweet-prof {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  flex-grow: 1;
}
#tweets .tweet-prof-name {
  padding-left: 4px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
#tweets .tweet-time {
  padding-left: 4px;
}
#tweets .tweet-text {
  margin-top: 10px;
  text-align: left;
  overflow-wrap: break-word;
}
#tweets ul.tweet-ex-urls li {
  padding: 4px 0;
}
#tweets .tweet-imgs {
  margin-top: 16px;
}
#tweets .tweet-imgs img {
  display: block;
}
#tweets .tweet-imgs img + img {
  margin-top: 20px;
}
#tweets .tweet-datetime {
  color: #00A0E9;
  text-align: right;
}
@media (max-width: 640px) {
  #tweets .tweet-datetime a {
    display: flex;
    flex-direction: column;
  }
}
