@charset "UTF-8";
/*-------- ↓↓↓アニメーション↓↓↓ --------*/
@-webkit-keyframes flash {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.flash {
  display: block;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*-------- ↑↑↑アニメーション↑↑↑ --------*/
#talk, #talkLine, #group_talk {
  display: none;
  /* background-color: #eee; */
  background-color: #7495c0;
  max-width: 900px;
  min-height: 100vh;
  margin: 0 auto;
  border-collapse: separate;
  font-size: 16px; /*16px*/
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  color: #333;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

#stop_position {
  outline: none;
}

#talk *, #talk *::before, #talk *::after {
  box-sizing: border-box;
}

#talk .group_talk_background {
  position: relative;
}

#talk .group_talk_background::after {
  content: "";
  width: 100vw;
  max-width: 900px;
  min-height: 100vh;
  background-image: url("../../img/background30.jpg");
  background-size: cover;
  position: fixed;
  top: 0px;
  left: auto;
  right: auto;
  z-index: -1;
}

#talk .talk_flame {
  overflow: hidden;
  padding: 10% 15% 0;
}

#talk .talk_container {
  margin-left: auto;
  margin-right: auto;
}

#talk .talk_item, #talk .talk_item2 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  align-items: flex-start;
}
#talk .talk_item.leftside, #talk .talk_item2.leftside {
  justify-content: flex-start;
}
#talk .talk_item.rightside, #talk .talk_item2.rightside {
  justify-content: flex-end;
}

#talk .talk_icon {
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #fff;
}

#talk .images {
  max-width: 630px;
}
#talk .images img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 5px 5px 15px -10px #000;
}
#talk .images video {
  width: 100%;
  border-radius: 20px;
  box-shadow: 5px 5px 15px -10px #000;
}

#talk .group_talk_header {
  padding-top: 10px;
  padding-bottom: 10px;
}

#talk .group_name {
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#talk .group_name span {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
}
#talk .group_name span::before {
  content: "";
}

/*-------- ↓↓↓メッセージ部分↓↓↓ --------*/

/*--------------------------------- 
吹き出し部分
---------------------------------*/
#talk .bubbles {
  position: relative;
  max-width: 100%;
  padding: 10px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 5px 10px -10px #000;
  z-index: 0;
}
#talk .bubbles::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  z-index: -1;
}
#talk .bubbles div {
  font-size: 1em;
  word-break: break-all;
}
#talk .leftside .bubbles {
  background-color: #fff;
  margin-left: 10px;
}
#talk .leftside .bubbles::before {
  left: -5px;
  box-shadow: inset 0px -12px 0 -6px #fff;
}
#talk .leftside .bubbles div {
  color: #333;
}
#talk .rightside .bubbles {
  background-color: #FF4F7E;
  color: #fff;
  margin-right: 5px;
}
#talk .rightside .bubbles::before {
  right: -5px;
  box-shadow: inset 0px -12px 0 -6px #FF4F7E;
}
#talk .rightside .bubbles div {
  color: #fff;
}
/*--------------------------------- 
吹き出し部分_end
---------------------------------*/

#talk .user_name {
  margin-left: 10px;
  font-size: 0.75em;
  font-weight: bold;
}

#talk .date {
  font-size: 0.75em;
  margin-bottom: 20px;
}

#talk .post_date {
  margin-top: 2px;
  align-self: flex-end;
  font-size: 12px;
}

#talk .system_message {
  margin-bottom: 20px;
}

#talk .system_message span {
  font-size: 0.75em;
}

#talk .system_message span::before, #talk .system_message span::after {
  content: "-";
}
#talk .system_message span::before {
  margin-right: 5px;
}
#talk .system_message span::after {
  margin-left: 5px;
}

#talk .question_style_title{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

/*-------- ↑↑↑メッセージ部分↑↑↑ --------*/

/*-------- ↓↓↓フロー部分(追従部分)↓↓↓ --------*/
#talk .talk_header, #talk .group_talk_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 998;
}

#talk .breadcrumb {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#talk .breadcrumb li {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  color: #eee;
  background-color: #656565;
}

#talk .breadcrumb li.active {
  background-color: red;
  color: #fff;
  text-shadow: 0px -1px 1px #000;
}

#talk .breadcrumb li.active:not(:last-child)::after {
  border-left-color: red;
}

#talk .breadcrumb li:not(:first-child) {
  padding-left: 23px;
}

#talk .breadcrumb li::before, #talk .breadcrumb li::after {
  content: "";
  position: absolute;
  z-index: 1;
}

#talk .breadcrumb li:not(:last-child)::after {
  border-top: 25px solid rgba(0, 0, 0, 0);
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #656565;
  right: -20px;
}

#talk .breadcrumb li:not(:last-child)::after.active {
  border-left-color: #ff7d19;
}

#talk .breadcrumb li:not(:last-child)::before {
  border-top: 31px solid rgba(0, 0, 0, 0);
  border-bottom: 31px solid rgba(0, 0, 0, 0);
  border-left: 25px solid #fff;
  right: -25px;
}

#talk .scrollTextBox {
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  background-color: #656565;
}

#talk .scrollTextItem {
  display: inline-block;
  padding-left: 100%;
  color: #eee;
  white-space: nowrap;
}

/*-------- ↑↑↑フロー部分(追従部分)↑↑↑ --------*/

/*-------- ↓↓↓メッセージ内ボタン部分↓↓↓ --------*/
@keyframes btn_push_animation {
  from, 50%, to {
      transform: translateY(0);
      box-shadow: 0 0 0 0  #c5c5c5;
  }
  51%,99% {
      transform: translateY(-5px);
      box-shadow: 0 5px 0 0  #c5c5c5;
  }
}

@keyframes btn_push_animation_hand {
  from, 50%, to {
      transform: translateY(0);
  }
  51%,99% {
      transform: rotate(17deg);
  }
}


#talk .btn_wrapper {
  position: relative;
  background-color: #fff;
  max-width: 100%;
  padding: 10px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 5px 10px -10px #000;
  z-index: 0;
}

#talk .btn_wrapper div{
  font-size: 16px;
}

#talk .btn {
  position: relative;
  width: 250px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 20px;
  background-color: #FF4F7E;
  text-align: center;
  cursor: pointer;
  animation-name: btn_push_animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  box-shadow: 0 10px 0 0 #c5c5c5;
}

#talk .btn span, #talk .btn a {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}

/* #talk .btn::after {
  content: "";
  width: 80px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  right: -60px;
  background-image: url(../../img/icon_hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: btn_push_animation_hand;
  animation-duration: 1s;
  animation-iteration-count: infinite;
} */

/*-------- ↑↑↑メッセージ内ボタン部分↑↑↑ --------*/

/*-------- ↓↓↓メッセージ内スライダー部分↓↓↓ --------*/
#talk .in_message_slider{
  margin: 0 6%;
}

#talk .in_message_slider .swiper-slide{
  width: 97% !important;
  padding: 4% !important;
  border: unset !important;
  border-radius: 20px !important;
  transition-property: transform;
  position: relative;
  background-color: #eee;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 5px 10px -10px #000;
}

#talk .in_message_slider .swiper-slide p{
  margin-bottom: 10px;
}

#talk .in_message_slider .swiper-slide img{
  width: 100%;
  border-radius: 20px 20px 20px 20px;
}
/*-------- ↑↑↑メッセージ内スライダー部分↑↑↑ --------*/

@media screen and (max-width: 600px) {
  #talk .talk_flame {
    padding: 10% 2% 0;
  }
  #talk .breadcrumb li span {
    font-size: 1.2rem;
  }
  #talk .images {
    width: 100%;
    margin: 0 auto;
  }
  #talk .images img {
    width: 100%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 320px) {
  #talk .bubbles div, #talk .btn_wrapper div {
    font-size: 1.2rem;
  }
  #talk .breadcrumb li span {
    font-size: 1.2rem;
  }
}