@charset "utf-8";
/*------------------------------------------------------------
話詳細
------------------------------------------------------------*/
#hanashi_detail {
  padding-bottom: 120px;
}
#hanashi_detail figure {
  margin-bottom: 40px;
}
#hanashi_detail figure img {
  width: 100%;
  height: auto;
}
#hanashi_detail video {
  /* margin-bottom: 40px; */
}
#hanashi_detail p {
  font-size: 1.8rem;
  margin-bottom: 80px;
}
#hanashi_detail aside h2 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#hanashi_detail aside h2:after {
  display: block;
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
@media all and (max-width: 736px) {
  #hanashi_detail aside h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  #hanashi_detail aside h2:after {
    bottom: -10px;
  }
}
#hanashi_detail aside ul#other_post {
  max-width: 980px;
  overflow: hidden;
  margin-bottom: 80px;
  font-size: 0;
  text-align: center;
}
#hanashi_detail aside ul#other_post li {
  font-size: 1.4rem;
  display: inline-block;
  width: 140px;
  margin: 0 12px 24px;
  border-radius: 20px;
  overflow: hidden;
}
#hanashi_detail aside ul#other_post li img {
  width: 100%;
  height: auto;
}

#wrapper #hanashi_detail aside.glossary p {
  font-size: 1.6rem;
}

#wrapper #hanashi_detail aside.glossary ul {
  text-align: left;
}

@media all and (max-width: 736px) {
  #hanashi_detail {
    padding-bottom: 50px;
  }
  #hanashi_detail video {
    /* margin-bottom: 20px;
    width: 100%;
    height: auto; */
  }
  #hanashi_detail p {
    margin-bottom: 40px;
  }
  #hanashi_detail aside ul#other_post {
    width: auto;
    margin-bottom: 40px;
  }
  #hanashi_detail aside ul#other_post li {
    width: 31.25%;
    margin: 0 0 3.125%;
  }
  #hanashi_detail aside ul#other_post li:nth-child(3n+2) {
    margin: 0 3.125% 3.125%;
  }
  #hanashi_detail aside ul#other_post li:nth-child(6n) {
    margin: 0 0 3.125%;
  }
}

/*# sourceMappingURL=hanashi.css.map */
