@charset "utf-8";
/* マナビーノ動画チャンネル（固定ページ）用 */
/* ------------------------------------------  タイトル */
.p-page__title {
  margin-bottom: 0;
}
h2.tgl-ttl {
  margin: 0 2vw .5em;
  padding: .5em 0;
  font-size: 1rem;
  text-align: left;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #52330D;
}
.moviebox {
  margin: 1em 0;
  border: 1px solid #52330D;
}
.thumbbox {
  padding: 0 2vw .5em;
  font-size: .9em;
  line-height: 1.4;
  transition: all 0.3s;
}
.thumbbox .flo-r {
  width: 30vw;
  height: auto;
}
.youtube-embed + p.b {
  margin-bottom: 1rem;
  font-size: .8em;
  text-align: center;
  line-height: 1.4;
}
.txtbox {
  margin-bottom: .5em;
}
/* ------------------------------------------  アコーディオン記事展開 .tabbox */
.title {
  display: block;
  position: relative;
}
.toggle {
  display: none;
}
.title,
.tglbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title::after {
  content: "詳細を見る";
  display: block;
  width: 100%;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  background-color: #ff3700;
  transition: all 0.3s;
}
.tglbox {
  margin: 0 2vw;
  max-height: 0;
  line-height: 1.4;
  overflow: hidden;
  transition: all .0s;
}
.toggle:checked + .title + .tglbox {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  content: "詳細を閉じる";
  margin-bottom: .5em;
  background-color: #666666;
}
.toggle:checked + .title .thumbbox {
  display: none;
  visibility: hidden;
}
/* ------------------------------------------  カテゴリー誘導リンク .link-cat */
.link-cat a {
  display: block;
  margin: 1em 2vw;
  padding: .5em 2vw;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background-color: #FF3700;
  border-radius: .5em;
  position: relative;
  z-index: 10;
}
.link-cat a::after {
  content: "\025b6";
  position: absolute;
  top: 50%;
  right: .8em;
  transform: translateY(-50%);
  transition: .5s;
}
.link-cat a:hover::after {
  right: .4em;
}

@media screen and (min-width: 980px){
/* ------------------------------------------  タイトル */
h2.tgl-ttl {
  margin: 0 20px .5em;
  padding: .5em 0;
  font-size: 1em;
}
.moviebox {
  margin: 1em 0;
}
.thumbbox {
  padding: 0 20px .5em;
}
.thumbbox .flo-r {
  width: 162px;
  margin-left: 20px;
}
.youtube-embed + p.b {
  margin-bottom: 1rem;
  font-size: .8em;
  text-align: center;
  line-height: 1.4;
}
.txtbox {
  margin-bottom: .5em;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
  opacity: 0.8;
}
.title::after,
.title::before {
  right: 50px;
}
.tglbox p {
  padding: 1em 0 0;
  font-size: 1.125rem;
}
.tglbox p:last-child {
  padding: 1em 0;
}

}