@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pkyxiw');
  src:  url('fonts/icomoon.eot?pkyxiw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pkyxiw') format('truetype'),
    url('fonts/icomoon.woff?pkyxiw') format('woff'),
    url('fonts/icomoon.svg?pkyxiw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /*言語*/
.icon-language:before {
  content: "\f1ab";
}
.icon-ei-language:before {
  content: "\e90e";
}
.icon-checkmark1:before {
  content: "\e90a";
}
.icon-download1:before {
  content: "\e909";
}
.icon-trash:before {
  content: "\e90b";
}
.icon-document:before {
  content: "\e903";
}
/*Xボタン*/
.icon-close:before {
  content: "\e900";
}
/*チャットに戻る*/
.icon-chat:before {
  content: "\e90f";
}
/*マイク*/
.icon-microphone:before {
  content: "\e90c";
}
.icon-avator:before {
  content: "\e910";
}
/*信頼性のある情報*/
.icon-checkmark:before {
  content: "\e901";
}
/*AIによる自動生成*/
.icon-information-outline:before {
  content: "\e902";
}
/*リンクアイコン*/
.icon-link:before {
  content: "\e904";
}
/*送信*/
.icon-send:before {
  content: "\e905";
}
/*プログレスバー*/
.icon-fast_forward:before {
  content: "\e90d";
}
/*ダウンロード*/
.icon-download:before {
  content: "\e906";
}
/*情報源*/
.icon-cheveron-up:before {
  content: "\e907";
}
.icon-cheveron-down:before {
  content: "\e908";
}
/*更新*/
.icon-reload:before {
  content: "\ea2e";
}
/*顔*/
/*Good*/
.icon-mood-happy-outline:before {
  content: "\e9e1";
}
/*Bad*/
.icon-mood-sad-outline:before {
  content: "\e9e5";
}
/*指*/
/*Good*/
.icon-thumbs-up:before {
  content: "\f164";
}
/*Bad*/
.icon-thumbs-down:before {
  content: "\f165";
}


  .in_admin {
    max-width: 1120px;
    height: 844px;
    margin: 0 auto;
  }

  .in_admin .WPC .link_msg,
  .in_admin .WT .link_msg {
    top: 164px;
  }

  .in_admin .sp_cont .voice_conversation,
  #uchino_ai_stream.sp_cont.is_test,
  .is_test .voice_conversation.WSP,
  .is_test #uchino_ai_stream.is_test  {
    height: 844px;
  }


  .on_voice {
    padding: 0;
  }
  





.link_msg.onsc .reallink {
  position: relative;
}


.type {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.type p {
  display: inline-block;
  position: absolute;
  right: -24px;
  font-weight: bold;
  bottom: 0;
  z-index: 2;
  rotate: 180deg;
  padding: 0 0 810px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
}

.type p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 800px;
  background: #fff;
}

.type a:hover {
  opacity: .5;
}

#type01 p::after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.scroll-arrow {
  position: absolute;
  bottom: 10px;
  right: -20px;
  /* transform: translateX(-50%); */
  font-size: 24px;
  color: #000;
  animation: scrollUp 3s infinite;
  pointer-events: none; /* 矢印がクリックされないように */
}

@keyframes scrollUp {
  0% {
      bottom: 10px;
      opacity: 1;
  }
  90% {
      bottom: calc(100% - 20px);
      opacity: 1;
  }
  100% {
      bottom: calc(100% - 20px);
      opacity: 0;
  }
}



/*===============================
音声会話SP
===============================*/
  /* ■■■■■■チャット画面■■■■■■ */
  #onnsei {
    position: absolute;
    right: 91px;
    top: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px !important;
    cursor: pointer;
    z-index: 10;
  }

/*===============================
言語選択
===============================*/
/* languages */
#elang {
  display: block;
  position: absolute;
  top: 28px;
  left: 28px;
  border-radius: 26px;
  padding: 12px 16px;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.5s ease;  /* アニメーションの設定 */
  z-index: 1;
}
#elang.is_test,
#eselect_lang.is_test {
  line-height: 1;
}
#elang.sp_elang {
    top: 12px;
    left: 16px;
    border-radius: 50%;
  padding: 0;
  z-index: 15;
  cursor: pointer;
}
#elang .pc_lang {
  display: none;
}
#elang .sp_lang {
  display: block;
  font-size: 24px;
}
.b-type #elang {
    top: 30px;
    left: 48px;
  }
  
/* クラストグルlanguages */
#elang.expanded {
 display: none;
 transition: all 0.5s ease;  /* アニメーションの設定 */
}
/* 選択した言語 */
#elang p{
  margin: 0;
}
/* 言語たちの大枠 */
#eselect_lang {
  position: absolute;
  z-index: 12;
  display: block;
  width: 100%;
  opacity: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
  visibility: hidden;  /* 初期状態は非表示 */
  transition: opacity 0.5s ease, visibility 0.5s ease;  /* アニメーションの設定 */
}
/* ✖ボタン（色はチャット画面の✖と連動） */
#eselect_lang .lang_x {
  display: flex !important;
  left: 32px !important;
  top: 32px !important;
  padding: 16px;
}
/* 言語たちの中枠 */
#eselect_lang .languages {
  width: 90%;
  text-align: center;
  font-size: 20px;
  overflow-y: auto;
  margin: 80px auto;
  min-height: 320px;
  max-height: 80%;
  padding: 0 5%;
  -webkit-tap-highlight-color: transparent;
}

#eselect_lang .languages::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
}

#eselect_lang .languages::-webkit-scrollbar-track {
  background: rgba(122, 120, 120, 0.23); /* トラックの背景 */
  border-radius: 10px; /* トラックの角丸 */
}

#eselect_lang .languages::-webkit-scrollbar-thumb {
  background: rgba(149, 149, 149, 0.8); /* サム（ドラッグできる部分）の背景 */
  border-radius: 10px; /* サムの角丸 */
  /* border: 3px solid rgba(168, 123, 79, 0.5); サムの外側に透明なボーダーを追加 */
  box-sizing: border-box; /* ボーダーを含めたボックスサイズ */
  min-height: 20px; /* サムの最小高さを小さく設定 */
}

#eselect_lang .languages::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1); /* ホバー時のサムの背景 */
}
/* 言語たち */
#eselect_lang .languages .ela {
  /* margin: 10px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #aea6a6;
  padding: 12px 0;
}
/* チェックマーク */
#eselect_lang .languages .ela.icon-checkmark1 {
  color: rgba(21, 105, 209, 1)
}
#eselect_lang .languages .ela.icon-checkmark1:before {
  font-size: 12px;
  margin-right: 12px;
}
/* クラストグル開く */
#eselect_lang.expanded {
  /* width: 20%; */
  visibility: visible;  /* クラスが追加されたときに表示 */
  opacity: 1;  /* フェードイン効果 */
}

#elang_more {
  position: relative;
  font-size: 20px;
  border: 1px solid;
  width: 85%;
  margin: 24px auto;
  border-radius: 25px;
  text-align: center;
  padding: 12px 40px;
  background-color: #fff;
  display: block;
}

#elang_more .icon-cheveron-down {
  font-size: 32px;
}

#elang_more.expanded {
  display: none;
}

#elang_more span {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

#emore_languages {
  display: none;
}

#emore_languages.expanded {
  display: block;
}

  /* ■■■■■■音声チャット画面■■■■■■ */

  /* 大枠 */
  .voice_conversation {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
    background: #fff;
    background-size: cover;
  }
  .voice_conversation.is_test {
    line-height: 1;
  }
  
  .voice_conversation.is_test .voice_msg {
    margin-top: revert;
  }

  /*Powered By
  ===============================*/

  .voice_conversation.WSP .uchino_bland_avatar {
    color: #fff;
    font-size: 8px;
    bottom: 4px;
    right: 8px;
  }
  /* .voice_conversation.WSP .uchino_bland_avatar a {
    color: #fff;
  } */


  .voice_conversation .uchino_bland_avatar {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 10px;
    font-weight:bold;
  }

  .voice_conversation .uchino_bland_avatar a {
    color:#4697FB;
    text-decoration: none;
  }

  /* 動画を囲うもの（高さと横幅はjsであててる）
  シングルはブラウザーの幅でiframeはiframeの幅 */
  .voice_w {
    position: absolute; 
    top: 0;
    left: 0;
    /* width: 100vw !important; 
    height: 100vh; */
    overflow: hidden;
    z-index: -1; /* 必要に応じて他のコンテンツの背後に表示 */
  }
  /* 動画 （高さと横幅はjsであててる）
  シングルはブラウザーの幅でiframeはiframeの幅 */
  .voice_w video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    /* min-width: 100%;
    min-height: 100%; */
    /* width: auto;
    height: auto; */
    aspect-ratio: 9 / 16; /* アスペクト比を保持 */
  }
  /* 動画対策 */
  .voice_wrap {
    width: 100%;
    height: 100%;
  }
  /* チャット画面に戻るボタン */
  #removeChat {
    position: absolute;
    top: 5px;
    right: 60px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
  }

  #removeChat .icon-chat {
    color: #333333;
    display: flex;
    font-size: 30px;
    margin-top: 4px;
  }

  .no_iframe #removeChat {
    right: 24px;
  }


/*===============================
言語選択
===============================*/
/* languages */
#lang {
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  border-radius: 26px;
  padding: 10px;
  /* font-size: 22px; */
  font-size: 16px;
  background-color: #fff;
  transition: all 0.s ease;  /* アニメーションの設定 */
  cursor: pointer;
}
/* クラストグルlanguages */
#lang.expanded {
 display: none;
 transition: all 0.5s ease;  /* アニメーションの設定 */
}
/* 選択した言語 */
#lang p {
  margin: 0;
}
/* 言語たちの大枠 */
#select_lang {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  opacity: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
  visibility: hidden;  /* 初期状態は非表示 */
  transition: opacity 0.5s ease, visibility 0.5s ease;  /* アニメーションの設定 */
}
/* ✖ボタン（色はチャット画面の✖と連動） */
#select_lang .lang_x {
  display: flex !important;
  left: 32px !important;
  top: 32px !important;
  padding: 16px;
}
/* 言語たちの中枠 */
#select_lang .languages {
  width: 90%;
  text-align: center;
  font-size: 20px;
  overflow-y: auto;
  margin: 80px auto;
  min-height: 320px;
  max-height: 80%;
  padding: 0 5%;
}



#select_lang .languages::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
}

#select_lang .languages::-webkit-scrollbar-track {
  background: rgba(122, 120, 120, 0.23); /* トラックの背景 */
  border-radius: 10px; /* トラックの角丸 */
}

#select_lang .languages::-webkit-scrollbar-thumb {
  background: rgba(149, 149, 149, 0.8); /* サム（ドラッグできる部分）の背景 */
  border-radius: 10px; /* サムの角丸 */
  /* border: 3px solid rgba(168, 123, 79, 0.5); サムの外側に透明なボーダーを追加 */
  box-sizing: border-box; /* ボーダーを含めたボックスサイズ */
  min-height: 20px; /* サムの最小高さを小さく設定 */
}

#select_lang .languages::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1); /* ホバー時のサムの背景 */
}
/* 言語たち */
#select_lang .languages .la {
  /* margin: 10px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #aea6a6;
  padding: 12px 0;
}
/* チェックマーク */
#select_lang .languages .la.icon-checkmark1 {
  color: rgba(21, 105, 209, 1)
}
#select_lang .languages .la.icon-checkmark1:before {
  font-size: 12px;
  margin-right: 12px;
}
/* クラストグル開く */
#select_lang.expanded {
  /* width: 20%; */
  visibility: visible;  /* クラスが追加されたときに表示 */
  opacity: 1;  /* フェードイン効果 */
  -webkit-tap-highlight-color: transparent;
}

#lang_more {
  position: relative;
  font-size: 20px;
  border: 1px solid;
  width: 85%;
  margin: 24px auto;
  border-radius: 25px;
  text-align: center;
  padding: 12px 40px;
  background-color: #fff;
  display: block;
}

#lang_more .icon-cheveron-down {
  font-size: 32px;
}

#lang_more.expanded {
  display: none;
}

#lang_more span {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

#more_languages {
  display: none;
}

#more_languages.expanded {
  display: block;
}


/*===============================
スライダーバー
===============================*/

.no-pointer-events {
  pointer-events: none; /* ポインターイベントを無効化 */
  user-select: none; /* ユーザー選択を無効にする */
  -webkit-user-select: none; /* Safari用 */
  -moz-user-select: none; /* Firefox用 */
  -ms-user-select: none; /* IE用 */
}

.slider-container {
  position: absolute;
  left: 20px;
  top: 90px;
  width: 54px;
  height: 54px;
  /* background-color: #C3C3C3; */
  background: rgba(81, 81, 81, 0.25);
  /* background: rgb(122 120 120 / 40%); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
}

.slider-container.expanded {
  height: auto;
}

.rate_wrap {
  color: #fff;
  height: 54px;
  width: 100%;
  border-radius: 32px;
  /* border-bottom: 1px solid; */
  /* background-color: #878787; */
  background: rgba(81, 81, 81, 0.25);
  cursor: pointer;
}

.slider-container.expanded .rate_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #878787;
}

.rate_wrap .icon-fast_forward {
  font-size: 16px;
}

.rate_wrap .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.rate_wrap .rates {
  text-align: center;
}

.rate_wrap #rate {
  font-size: 16px;
  user-select: none;
}

.rate_wrap .icon-close {
  font-size: 10px;
}

.slider-container.expanded .slider-track {
  display: block;
  /* border-bottom: 1px solid #fff; */
}

.slider-track {
  width: 8px;
  height: 120px;
  background-color: #9D917B;
  position: relative;
  border-radius: 5px;
  display: none;
  margin: 16px 0 24px;
}

.slider-thumb {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}


/*===============================
ボタンと文言
===============================*/
  /* ボタンと文言を囲ってるもの */
  .pop_voice_load {
    z-index: 1001;
  }
  .voice_load {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 70%;
    max-width: 240px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-tap-highlight-color: transparent;
  }

  /* 一時停止と再開 */
  .paused-lorder-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* 一時停止と再開のアイコンを囲うもの */
  .play_pause {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  /* 一時停止時の枠 */
  .play_pause .pause {
    background: linear-gradient(to right, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%);
    /* width: 54px;
    height: 54px; */
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  /* 再開ボタン */
  .play_pause span.play-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 54px;
    height: 54px; */
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(to right, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%);
  }

  .play_pause span.play-icon::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
  }

  .play_pause span.play-icon::after {
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%);
  }
  .play_pause span.play-icon::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    margin-left: 3px;
    border-color: transparent transparent transparent currentColor;
  }
  /* 一時停止ボタン */
  .play_pause span.pause-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 48px;
    height: 48px; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
  }

  .play_pause span.pause-icon::after,
  .play_pause span.pause-icon::before {
    content: '';
    position: absolute;
    z-index: 1;
    /* top: 16px; */
    width: 7px;
    height: 16px;
    background: linear-gradient(to bottom, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%);
  }

  .play_pause span.pause-icon::after {
      right: 12px;
  }

  .play_pause span.pause-icon::before {
      left: 12px;
  }

  /* 文言 */
  .voice_msg {
    min-width: 300px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.23);
    padding: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 14px;
    margin-bottom: 32px;
  }
  /* ボタンたちを囲っているもの */
  /* 一時停止と再開用 */
  .paused-lorder-wrap .play_pause_lorder {
    width: 70%;
  }
  /* 通常 */
  .lorder-wrap{
    width: 100%;
    font-size: 16px;
    padding: 3px;
    border-radius: 50px;
    background: linear-gradient(to right, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%);
  }
  /* ローディング */
  .lorder-wrap .wave {
    background-color: #fff;
  }

  .lorder-wrap .wave,
  .lorder-wrap.wave {
    animation: wave2 3s infinite ease-in-out;
  }
  
  

  @keyframes wave2 {
    0%, 100% {
      border-radius: 25px;
    }
    20% {
      border-radius: 25px 25px 25px 0;
    }
    40% {
      border-radius: 25px 25px 0 25px;
    }
    60% {
      border-radius: 25px 0 25px 25px;
    }
    80% {
      border-radius: 0 25px 25px 25px;
    }
  }



  .dots {
    width: 40px;
    /* height: 48px; */
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 4px;
    opacity: 0.6;
    background-color: #0079be;
  }
  .dot:nth-child(1) {
    animation: animateLoader1 1.5s infinite;
    background-color: #05a69e ;
  }
  .dot:nth-child(2) {
    animation: animateLoader1 1.3s infinite;
  }
  .dot:nth-child(3) {
    animation: animateLoader1 1.7s infinite;
  }
  .dot:nth-child(4) {
    animation: animateLoader1 1.1s infinite;
    background-color: #05a69e ;
  }
  @keyframes animateLoader1 {
    0% {
     transform: scale(1);
    }
    50% {
     transform: scale(1.5);
     opacity: 1;
    }
    100% {
     transform: scale(1);
     opacity: 0.6;
    }
  }
  /* ボタンクリック時のアニメーション */
  .listening {
    /* background: linear-gradient(to right, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%); */
    animation: pulse 1s infinite;
  }
  
  @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(87, 239, 224, 0.8); /* グラデーションの最初の色 */
    }
    70% {
        box-shadow: 0 0 20px 20px rgba(76, 198, 237, 0); /* グラデーションの中間の色 */
    }
    100% {
        box-shadow: 0 0 0 0 rgba(70, 151, 251, 0); /* グラデーションの最後の色 */
    }
  }





  /* マイクアイコン囲ってるもの */
  .voice {
    border-radius: 50px;
    cursor: pointer;
    /* padding: 12px 16px; */
    padding: 8px 16px;
    color: #fff;
  }
  .voicetalk {
    background-color: #fff;
    color: #333;
  }

  /* stopボタン */
  .stop_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* stopボタン */
  .stop_voice{
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .stop_v {
    position: relative;
    margin-right: 8px;
    margin-bottom: 3px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(to bottom, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%);
  }

  
  /* リンクたちを囲ってるもの */
  .link_msg {
    position: absolute;
    max-height: 140px;
    overflow-y: auto;
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.2); */
  }
  /* リンクたち */
  
  .link_txt {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    width: fit-content;
  }
  .reallink .link_txt:last-of-type {
    margin-bottom: 0 !important;
  }
  .link_txt:last-child {
    margin-bottom: 0 !important;
  }
  /* 数字 */
  .link_txt span {
    display: flex;
    align-items: center ;
    min-width: 32px;
    height: fit-content;
  }
  /* テキストリンク */
  .link_txt a {
    width: auto;
    text-align: left;
  }
  .link_txt a,.link_txt span {
    color: rgba(0, 112, 192, 1);
  }

  /* リンク　Scrollbar */

  .link_msg.onsc {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    
    /* box-shadow: inset 0px -9px 5px -5px #8e8d8d; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
  }

  
  .link_msg.onsc::-webkit-scrollbar {
    /* width: 8px;  */
    display: none;
  }
  .link_msg::-webkit-scrollbar {
    /* width: 8px;  */
    display: none;
  }

  .link_msg.onsc::-webkit-scrollbar-track {
    background: rgba(122, 120, 120, 0.23); /* トラックの背景 */
    border-radius: 10px; /* トラックの角丸 */
  }

  .link_msg.onsc::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8); /* サム（ドラッグできる部分）の背景 */
    border-radius: 10px; /* サムの角丸 */
    /* border: 3px solid rgba(168, 123, 79, 0.5); サムの外側に透明なボーダーを追加 */
    box-sizing: border-box; /* ボーダーを含めたボックスサイズ */
    min-height: 20px; /* サムの最小高さを小さく設定 */
  }

  .link_msg.onsc::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 1); /* ホバー時のサムの背景 */
  }



/* リンクたちを囲ってるもの */
.WSP .link_msg {
  left: 50%;
  top: calc(50% + 120px);
  width: 300px;
  padding: 12px 24px 12px 12px;
  transform: translate(-50%, -50%);
  max-height: 140px;
}
.se.WSP .link_msg {
  top: auto;
  bottom: 60px;
}
/* リンクたち */

.WSP .link_txt {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin: 0 auto 16px;
  border-radius: 0 20px 20px 20px;
  font-size: 14px;
}

.WSP .type p {
  right: -20px;
  font-size: 10px;
}


.se .type p {
  font-size: 8px;
}

.is_test.WPC .link_msg {
  max-width: 30%;
  left: calc(50% + 280px);
}

.WPC .link_msg {
  position: absolute;
  left: calc(50% + 380px);
  top: 270px;
  /* right: 112px; */
  /* bottom: 0; */
  max-width: 20%;
  text-align: center;
  padding: 12px 24px 12px 8px;
  /* max-height: 200px; */
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.WPC .link_txt {
  padding: 10px 12px;
  margin: 0 0 16px;
  border-radius: 20px 20px 20px 0;
  font-size: 16px;
}



.WT .link_msg {
  position: absolute;
  /* left: calc(50% + 178px); */
  right: 112px;
  top: 20%;
  /* bottom: 0; */
  /* width: 200px; */
  max-width: 20%;
  padding: 12px 24px 12px 8px;
  /* padding-right: 12px; */
  text-align: center;
}

.WT .link_txt {
  padding: 10px 12px;
  margin: 0 0 16px;
  border-radius: 20px 20px 20px 0;
  font-size: 16px;
}



.WTT .link_msg {
  position: absolute;
  left: 52%;
  top: calc(50% + 120px);
  /* bottom: 0; */
  width: 360px;
  text-align: center;
  /* padding: 12px; */
  padding: 12px 24px 12px 12px;
  transform: translate(-50%, -50%);
  max-height: 140px;
  overflow-y: auto;
}


.WTT .link_txt {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* background-color: rgba(255, 255, 255, 0.8); */
  padding: 10px 12px;
  margin: 0 auto 16px;
  border-radius: 0 20px 20px 20px;
  font-size: 16px;
  /* font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff; */
  width: fit-content;
}

.WTT .type p {
  right: -20px;
}

.WTT .voice_load {
  left: 52%;
}

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  PC
  ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  /* 横幅を640にして、vwでやる */
  @media only screen and (min-width: 641px) {
    /*===============================
    音声会話PC
    ===============================*/

    .in_admin {
      max-width: 1120px;
      height: auto;
      margin: 0 auto;
    }

  /* ■■■■■■チャット画面■■■■■■ */

    /*===============================
    言語選択
    ===============================*/

    #elang {
        top: 28px;
        left: 28px;
        border-radius: 26px;
        padding: 12px 16px;
        /* font-size: 22px; */
        font-size: 16px;
      }
      #elang.sp_elang {
        top: 28px;
        left: 28px;
        border-radius: 26px;
        padding: 12px 16px;
      }
      #elang .pc_lang {
        display: block;
      }
      #elang .sp_lang {
        display: none;
      }
  
      /* 言語たちの大枠 */
      #eselect_lang {
        /* position: static; */
        width: 320px;
      }
  
      /* #eselect_lang .lang_x {
        display: flex !important;
        left: 20px !important;
      } */
  
      #eselect_lang .languages {
        overflow-y: auto;
        margin: 80px auto;
        min-height: 320px;
        max-height: 80%;
        font-size: 20px;
      }
  
      #eselect_lang .languages .ela {
        padding: 12px 0;
      }
  
      #eselect_lang .languages .ela.icon-checkmark1:before {
        font-size: 12px;
        margin-right: 12px;
      }
  
      #elang_more {
        position: relative;
        font-size: 16px;
        border: 1px solid;
        width: 70%;
        margin: 16px auto;
        border-radius: 16px;
        text-align: center;
        padding: 4px 40px;
        background-color: #fff;
        display: block;
      }
  
      #eselect_lang.expanded {
        /* display: none; */
      }
      #elang_more span {
        position: absolute;
        right: 8px;
        bottom: 0;
        top: 0px;
      }
  
      #elang_more .icon-cheveron-down {
        font-size: 24px;
      }
      
      #emore_languages {
        display: none;
      }
      
      #emore_languages.expanded {
        display: block;
      }
  
  
  
  
  
  
    /* ■■■■■■音声チャット画面■■■■■■ */
  
    .voice_w video {
      aspect-ratio: 16 / 9; /* アスペクト比を保持 */
    }
  
      /* チャット画面に戻るボタン */
      #removeChat {
        width: 62px;
        height: 62px;
        top: 5px;
        right: 36px;
      }
      .w100 #removeChat {
        width: 32px;
        height: 34px;
        top: 5px;
        right: 64px;
      }

  
      #removeChat .icon-chat {
        font-size: 38px;
        margin-top: 4px;
      }
  
      /*===============================
      言語選択
      ===============================*/
      #lang {
        top: 10px;
        left: 20px;
        border-radius: 26px;
        padding: 10px;
        font-size: 22px;
      }
  
      /* 言語たちの大枠 */
      #select_lang {
        /* position: static; */
        width: 320px;
      }
      
      /* #select_lang .lang_x {
        display: flex !important;
        left: 20px !important;
      } */
      
      #select_lang .languages {
        overflow-y: auto;
        margin: 80px auto;
        min-height: 320px;
        max-height: 80%;
        font-size: 20px;
      }
      
      #select_lang .languages .la {
        padding: 12px 0;
      }
  
      #select_lang .languages .la.icon-checkmark1:before {
        font-size: 12px;
        margin-right: 12px;
      }
      
  
      #lang_more {
        position: relative;
        font-size: 16px;
        border: 1px solid;
        width: 70%;
        margin: 16px auto;
        border-radius: 16px;
        text-align: center;
        padding: 4px 40px;
        background-color: #fff;
        display: block;
      }
      
      #lang_more.expanded {
        display: none;
      }
      
      #lang_more span {
        position: absolute;
        right: 8px;
        bottom: 0;
        top: 0px;
      }
  
      #lang_more .icon-cheveron-down {
        font-size: 24px;
      }
      
      #more_languages {
        display: none;
      }
      
      #more_languages.expanded {
        display: block;
      }
  
  
  /*===============================
  スライダーバー
  ===============================*/
  
  
  
  .slider-container {
    left:  20px;
    top: 90px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  /* display: none; */
  }
  
  
  
  .rate_wrap {
    color: #fff;
    height: 62px;
  }
  
  .rate_wrap .icon_wrap {
    margin-top: 8px;
  }
  
  .rate_wrap .icon-fast_forward {
    font-size: 20px;
  }
  
  .rate_wrap #rate {
    font-size: 20px;
  }
  
  .rate_wrap .icon-close {
    font-size: 10px;
  }
  
  .slider-track {
    width: 10px;
    height: 150px;
    background-color: #ddd;
    position: relative;
    border-radius: 5px;
    display: none;
    margin: 16px 0 24px;
  }
  
  
  
  .slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  
  
  /*===============================
  ボタンと文言
  ===============================*/
    /* ボタンと文言を囲ってるもの */
    .WPC .voice_load,
    .WT .voice_load {
      bottom: 56px;
    }
    .voice_load {
      position: absolute;
      left: 51.5%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    }
    /* 文言 */
    .voice_msg {
      min-width: 300px;
      background-color: rgba(0, 0, 0, 0.23);
      padding: 12px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      color: #fff;
      font-size: 16px;
    }
  }