@charset "UTF-8";
:root {
  --colorblack: #2E2323;
  --colorgray: #F1F4F9;
  --colorwhite: #FFF;
}

#heading {
  background: #f5f5f5;
  font-size: 15px;
}

#heading .contentIn {
  padding: 0 1em;
}

#heading ul.breadcrumb {
  padding: 0.5em 0;
}

#heading ul.breadcrumb li {
  font-size: 0.9em;
  float: none;
  display: inline;
  padding: 0;
}

#heading ul.breadcrumb li a:before {
  top: 0.25em;
  right: -1em;
}

.point-body {
  /* font-family: "Meiryo UI", "YuGothic", "Yu Gothic", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif; */
  width: 100%;
  min-width: 1280px;
  font-size: 15px;
}

.point-body img {
  width: 100%;
  vertical-align: middle;
}

.point-body section {
  width: 960px;
  margin: 0 auto;
  padding: 2em 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2em;
  box-shadow: 0.25em 0.25em 0.6em rgba(46, 35, 35, 0.1);
  padding: 4em 2em;
  box-sizing: border-box;
}

.point-body section .title {
  margin: 0 0 2em;
  width: 100%;
  font-weight: 600;
  font-style: italic;
}

.point-body section .title span {
  font-size: 1.6em;
  position: relative;
  display: flex;
  align-items: center;
}

.point-body section .title span:after {
  content: "";
  /* position: absolute;
  top: 50%;
  left: 0; */
  /* display: inline-block; */
  width: 25%;
  height: 0.05em;
  background-color: var(--colorblack);
  margin: 0 0 0 1em;
}

.point-body .head {
  background: url(../img/bk_2024_point-of-view.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 2em;
}

.point-body .head p {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  filter: drop-shadow(0.1em 0.1em 0 #fff);
}

.point-body .head p span {
  font-size: 1.5em;
}

.point-body .info {
  background-color: var(--colorblack);
  color: var(--colorwhite);
  padding: 2em;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 2em;
}

.point-body .info p {
  font-size: 1.4em;
  letter-spacing: 0.25em;
  line-height: 2em;
}

.point-body .movie-bk {
  background: url(../img/bk2_2024_point-of-view.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 4em 0;
}

.point-body .movie-bk section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point-body section.new {
  margin: 0 auto 4em;
}

.point-body section.new .new-text {
  position: relative;
  max-width: 18em;
}

.point-body section.new .new-text p {
  font-size: 1.2em;
  margin: 0 0 1.5em 0;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}

.point-body section.new .new-text .day {
  font-weight: 600;
}

.point-body section.new .new-text p:last-child {
  margin: auto 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
}

.point-body section.new .new-text p:last-child a {
  color: var(--colorblack);
  position: relative;
  display: inline-block;
  padding: 0 1em;
  color: #333;
  text-decoration: none;
  outline: none;
}

.point-body section.new .new-text p:last-child a::before{
  content: '';
  position: absolute;
  bottom: -0.25em;
  left: 15%;
  width: 85%;
  height: 1px;
  background:#333;
  transition: all .3s;
}

.point-body section.new .new-text p:last-child a::after{
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0.75em;
  height: 1px;
  background:#333;
  transform: rotate(45deg);
  transition: all .3s;
}

.point-body section.new .new-text p:last-child a:hover::before{
  left: 24%;
}

.point-body section.new .new-text p:last-child a:hover::after{
  right: -10%;
}

.point-body section.new .new-movie a {
  width: 40em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorwhite);
  border-radius: 2em;
  box-shadow: 0.25em 0.25em 0.6em rgba(46, 35, 35, 0.1), inset 0.1em 0.1em 0.4em rgba(46, 35, 35, 0.1);
  padding: 8em 2em;
  box-sizing: border-box;
}

.point-body section.new .new-movie a img {
  width: -moz-min-content;
  width: min-content;
}

.point-body section.new .new-movie a img[src="https://www.ohbsn.com/tv/programs/point-of-view/assets/img/logo_humming-tour.jpg"] {
  width: 360px;
}

.point-body section.back .items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.point-body section.back .items a {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorwhite);
  border-radius: 2em;
  box-shadow: 0.25em 0.25em 0.6em rgba(46, 35, 35, 0.1), inset 0.1em 0.1em 0.4em rgba(46, 35, 35, 0.1);
  padding: 6em 1.5em;
  box-sizing: border-box;
}

.point-body section.back .items a img {
  width: auto;
  max-height: 6em;
}

.point-body section.back .more-btn {
  width: 100%;
}

.point-body section.back p.more-btn a {
  width: 24%;
  background-color: var(--colorblack);
  margin: 2em auto 0;
  padding: 1em 2em;
  color: var(--colorwhite);
  text-align: center;
  border-radius: 100vh;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

.point-body .schedule-bk {
  background-color: var(--colorgray);
  padding: 4em 0;
}

.point-body .schedule-bk .schedule ul {
  font-size: 1.4em;
  font-weight: bold;
}

.point-body .schedule-bk .schedule ul li {
  display: grid;
  grid-template-columns: 3em 22em 15em;
  padding: 1em 0.5em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  border-bottom: 1px solid var(--colorblack);
}

.point-body .schedule-bk .schedule .noInfo {
  font-size: 1.2em;
  padding: 0 0.5em;
}

.point-body .schedule-bk .notes {
  width: 960px;
  margin: 0 auto;
  text-align: end;
  padding: 1em 0;
}

.point-body .page-footer {
  background-color: black;
  padding: 3em;
  color: #fff;
  text-align: center;
}

.point-body .page-footer p {
  font-size: 1.8em;
  color: #FFF100;
  font-weight: 500;
  font-style: italic;
}

.point-body .page-footer p span {
  font-size: 0.7em;
  padding: 0 0 0 0.5em;
}

@media screen and (max-width: 899px) {
  #heading {
    font-size: 12px;
  }

  #heading ul.breadcrumb {
    display: block;
  }

  #heading ul.breadcrumb li {
    margin-right: 0;
  }

  #heading ul.breadcrumb li:last-child {
    padding: 0;
  }

  #heading ul.breadcrumb li a {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }

  #heading ul.breadcrumb li a::before {
    content: none;
  }

  #heading ul.breadcrumb li a::after {
    content: "/";
    color: #808080;
    margin: 0 0 0 0.5em;
  }

  .point-body {
    font-size: 12px;
    min-width: auto;
  }

  .point-body section {
    width: calc(100% - 2em);
    padding: 2em;
  }

  .point-body .head p {
    width: auto;
    font-size: 1.25em;
  }

  .point-body .info {
    padding: 2em 1em;
  }

  .point-body .info p {
    font-size: 3.75vw;
  }

  .point-body .movie-bk {
    background-size: 150%;
    background-position: top center;
    background-repeat: repeat;
    padding: 3em 0;
  }

  .point-body section.new {
    margin: 0px auto 2em;
  }

  .point-body section.new .new-text {
    max-width: 100%;
    width: 100%;
    margin: 0 0 2em;
    padding: 0 0 2em;
  }

  .point-body section.new .new-text p {
    margin: 0 0 1em 0;
  }

  .point-body section.new .new-text p:last-child {
    right: 1em;
  }

  .point-body section.new .new-movie a {
    width: 100%;
    padding: 4em 2em;
  }

  .point-body section.new .new-movie a img[src="https://www.ohbsn.com/tv/programs/point-of-view/assets/img/logo_humming-tour.jpg"] {
    width: 70%;
  }

  .point-body section.new .new-text p:nth-child(4) {
    margin: 0;
    position: relative;
    bottom: 0;
    right: 0;
    text-align: end;
    padding: 0 1em 1em 0;
  }

  .point-body section.back .items {
    display: block;
  }

  .point-body section.back .items a {
    width: 100%;
    padding: 4em 2em;
    margin: 0 0 2em;
  }

  .point-body section.back .items a:last-child {
    margin: 0;
  }

  .point-body section.back p.more-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .point-body .schedule-bk {
    padding: 3em 0;
  }

  .point-body .schedule-bk .schedule ul li {
    display: block;
    padding: 1em 0.5em 0.25em;
  }

  .point-body .schedule-bk .schedule ul li:first-child {
    padding: 0 0.5em 0.25em;
  }

  .point-body .schedule-bk .schedule ul li p {
    padding: 0 0 0.25em;
  }

  .point-body .schedule-bk .notes {
    width: calc(100% - 2em);
    font-size: 0.9em;
  }

  .point-body .page-footer p span {
    padding: 0;
  }

}/*# sourceMappingURL=2024pointofview.css.map */