/*
  作成日: 20250722
  作成者: FOIS
   ========================================================================== */

.talkroom_main {
  position: relative;
}
.talkroom_main_img img {
  width: 100vw
}
.talkroom_message {
  background: url(../image/bg-talkroom.jpg) center center/ cover no-repeat;
}
.talkroom_message_box_txt {
  color: #3f2e26;
  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  flex: 0 0 auto;
}
.talkroom_movie {
  background-color: #fff;
}
.talkroom_movie_wrap {
  border-bottom: 2px solid #efefef;
}
.talkroom_movie_width {
  max-width: 800px;
  margin: 0 auto;
}
.talkroom_movie_ttl {
  margin-bottom: 10px;
  text-align: center;
}
.talkroom_movie_ttl_number {
  background-color: #fe8814;
  color: #fff;
  font-weight: normal;
  padding: 5px 14px;
  vertical-align: super;
}
.talkroom_movie_ttl_txt {
  color: #3f2c26;
}
.talkroom_movie_subttl {
  color: #3f2e26;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talkroom_movie_subttl::before {
  border-top: 1px solid #3f2e26;
  content: "";
  margin-right: 2px;
  width: 2em;
}
.talkroom_movie_name {
  color: #3f2e26;
  margin-bottom: 20px;
  text-align: center;
}
.talkroom_movie_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.talkroom_movie_youtube iframe {
  width: 100%;
  height: 100%;
}
.talkroom_movie_youtube_outline,
.talkroom_movie_detail p {
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .talkroom_message,
  .talkroom_movie_wrap {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .talkroom_message_img {
    text-align: center;
  }
  .talkroom_message_box_txt {
    font-size: 1.6rem;
  }
  .talkroom_movie_ttl_number {
    font-size: 1.5rem;
  }
  .talkroom_movie_ttl_txt {
    display: block;
    font-size: 2.8rem;
  }
  .talkroom_movie_subttl {
    font-size: 1.8rem
  }
  .sp_nobr br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 859px), print {
  .talkroom_message_img {
    margin: 0 auto 30px;
    text-align: center;
    width: 60%;
  }
  .talkroom_message_box_txt,
  .talkroom_message_box_logo {
    text-align: center;
  }
}
@media screen and (min-width:768px), print {
  .talkroom_message,
  .talkroom_movie_wrap {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .talkroom_message_box_txt {
    font-size: 1.8rem;
  }
  .talkroom_movie_ttl_number {
    font-size: 1.8rem;
    margin-right: 20px;
  }
  .talkroom_movie_ttl_txt {
    font-size: 4rem;
  }
}
@media screen and (min-width: 860px), print {
  .talkroom_message_wrap {
    display: flex;
  }
  .talkroom_message_img {
    margin-right: 4%;
    width: calc(100% - 480px);
    max-width: 50%;
  }
}