@charset "utf-8";
html {
  /* フッター用 */
  position: relative;
  min-height: 100%;
}
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1em;
}
a {
  color: #333333;
}
/* a:hover,
button:hover {
  color: #333333;
  opacity: 0.6;
} */
a:not([href]):hover {
  cursor: pointer;
}

body {
  padding-top: 30px;
  padding-bottom: 34px;
  color: #333333;
  background-color: #eee;
  overscroll-behavior: contain;
  line-height: 1em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial",
    "メイリオ", Meiryo, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",
    sans-serif;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
button {
  -webkit-appearance: none;
}
.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.dropSdw {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.modal-body {
  padding: 0.5rem 1rem;
}
.modal-btn-center {
  width: 100%;
  max-width: 300px;
}
.navigation {
  transition: 0.7s;
}
.navigation.hide {
  transform: translateY(-100%);
}
.navbar {
  padding: 4px 1rem;
  color: #333;
}
.nav-top {
  background-color: #fff;
  width: 100%;
}
.nav-inhr {
  display: block;
  background-color: #888;
  opacity: 0.33;
  height: 1px;
  width: 100vw;
  position: absolute;
  right: 0;
}
.index .indexbrank {
  display: none;
}
.brandimg img {
  height: 28px;
  width: auto;
  padding: 1px 0;
  margin-left: 0 !important;
}
.sicho-nav-back img {
  height: 24px;
  width: auto;
  padding: 1px 0;
}
.nav-point {
  font-size: 22px;
}
.nav-round {
  padding-top: 10px;
}
.nav-username {
  display: flex;
  width: 70%;
  max-width: 300px;
  min-height: 2.5rem;
  align-items: center;
  font-size: 0.8rem;
  padding: 2px 7px;
  border: 2px solid #555;
  border-radius: 20px;
  line-height: 0.9rem;
}
.nav-pointplsimg {
  height: 45px;
  width: auto;
}
.nav-pointimg {
  height: 40px;
  width: auto;
}
.navbar-nav {
  justify-content: center;
  align-items: center;
}
.nav-item {
  width: 100%;
  max-width: 500px;
}
.nav-link {
  color: #333;
}
.nav-link:not([href]) {
  color: #333;
}
.nav-link:not([href]):hover {
  color: #0056b3;
}
.soda-footer {
  padding: 0.5em 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #555;
  /* Set the fixed height of the footer here */
  background-color: white;
  font-size: 0.7rem;
}
/* レスポンシブ対応 */
/* 非ハンバーガーメニュー想定 */
@media only screen and (min-width: 992px) {
}
/* iPadPro用 */
@media only screen and (max-width: 1078px) {
}
/* ハンバーガーメニューサイズ想定 */
@media only screen and (max-width: 992px) {
}
/* iPhoneSE等想定 */
@media only screen and (max-width: 414px) {
}
/* レスポンシブここまで */

/* ハンバーガーボタンバツにするCSS */
.navbar-toggler:focus {
  outline: 0;
}
.navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  position: relative;
}
.navbar .navbar-toggler-icon {
  background-image: none; /* この行で背景画像を無効化 */
  background-color: #aaa; /* 三本線のカラー設定 */
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease 0.5s;
  border-radius: 1px;
}
/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 4px;
}
.navbar-toggler-icon:nth-of-type(2) {
  top: 11px;
}
.navbar-toggler-icon:nth-of-type(3) {
  top: 18px;
}
/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 11px;
  transform: rotate(-45deg);
}
/* ハンバーガーバツにするCSSここまで */

/*           */
/* 視聴TOP用 */
/*           */
.sicho-top {
  padding-top: 36px;
  padding-bottom: 40px;
}
.top-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: calc(100vh - 36px);
  min-height: calc(100dvh - 36px); */
}
.sicho-top-main {
  flex: 1;
}
.sicho-top-header {
  position: sticky;
  top: 36px;
  display: block;
  width: 100%;
  text-align: center;
}
.sicho-top-header img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.sicho-top-wrap {
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .sicho-top-wrap {
    font-size: 1rem;
  }
}
.sicho-top-midashi {
  font-weight: bold;
  width: 100%;
  margin: 1.25rem 0;
  margin-bottom: 1rem;
  text-align: center;
}
.sicho-top-midashi img {
  height: 1.5em;
  width: auto;
  padding-bottom: 2px;
  margin-right: 2px;
}
.sicho-top-cont {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.sicho-top-item {
  width: 100%;
  margin-bottom: 8px;
  height: 4.25rem;
  border: none;
  display: flex;
  background-color: #f2f2f2;
  /* background-color: #ddd; */
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
  border-radius: 12px;
  color: #333;
  border: 1px solid #ccc;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sicho-top-item {
    width: calc(50% - 4px);
    padding: 2rem 5%;
    height: 6rem;
  }
}
.sicho-top-item:hover {
  text-decoration: none;
  color: unset;
}
.sicho-top-item-left p {
  margin-bottom: 0.25em;
}
.sicho-top-item-left p:last-child {
  margin-bottom: 0;
}
.sicho-top-item.follow {
  /* border-radius: 0;
  border: none; */
  max-width: 570px;
}
.sicho-top-item.active {
  background-color: white;
  border-color: #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.sicho-top-item:focus {
  outline: none;
}
.sicho-top-item .status {
  color: #777;
}
.sicho-top-item.active .status {
  color: #c75252;
}
.sicho-top-item-star {
  /* color: rgb(255, 196, 0);
  font-size: 1.2em; */
  padding-bottom: 2px;
  height: 1em;
  width: auto;
  margin-right: 4px;
}
.sicho-top-item-right {
  background-color: #c75252;
  color: white;
  padding: 0.6em;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .sicho-top-item-right {
    padding: 1em;
  }
}
.sicho-top-item-right.follow {
  background-color: #0071cc;
}
.sicho-top-item.disabled,
.sicho-top-item.disabled .jo,
.sicho-top-item.disabled .status,
.sicho-top-item:disabled,
.sicho-top-item:disabled .jo,
.sicho-top-item:disabled .status {
  opacity: 0.5;
  background: none;
  background-color: #ddd;
  box-shadow: none;
  border: none;
}
.sicho-top-item.disabled:hover {
  cursor: default;
}
.sicho-top-socialicon-wrap {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  background: black;
  text-align: center;
}
.sicho-top-socialicon-cont {
  display: inline-block;
  height: 70%;
  width: auto;
  width: 100%;
  padding: 0.25em 0.75em;
}
.sicho-top-socialicon-item {
  display: inline-block;
  background: none;
  border: none;
  height: 100%;
  text-align: center;
}
.sicho-top-socialicon-item:focus {
  outline: none;
}
.sicho-top-socialicon-item img {
  height: 100%;
  width: auto;
}
.sicho-top-socialicon-item:first-child {
  margin-right: 6rem;
}
.sicho-top-copy {
  padding: 0.5em 0;
  font-size: 0.7em;
  color: white;
}

/*           */
/* 視聴画面用 */
/*           */
.contentscontainer {
  padding-top: 6px;
}
@media only screen and (min-width: 992px) {
  .contentscontainer {
    display: flex;
    justify-content: center;
    height: calc(100vh - 65px);
  }
}
.contentscnt-in {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .contentscnt-in {
    padding: 20px;
    max-width: calc(100% - calc(100vw - calc(100vh * 2.28571429)) - 330px);
    /* min-width: 992px; */
    min-width: 100%;
  }
}
.dougaarea {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .dougaarea {
    margin: 0;
    background-color: transparent;
  }
}
.sicho-livegamencont {
  position: relative;
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
  background: #000;
}
@media only screen and (max-width: 991px) {
  .sicho-livegamencont {
    aspect-ratio: auto;
    padding: 0 10%;
  }
}
.sicho-livegamen-hover {
  cursor: pointer;
}
.sicho-livegamen {
  aspect-ratio: 4 / 3;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.sicho-livegamen .sicho-stream {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .sicho-livegamen {
    position: relative;
    height: calc(100% - 69px);
    width: auto;
    padding-top: 75%;
  }
  .sicho-livegamen .sicho-stream {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.sicho-livegmn-saiseibtncnt {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}
.sicho-livegmn-saiseibtn {
  width: 15%;
  max-width: 100px;
  height: auto;
}
.sicho-live-mark {
  height: 20px;
  width: auto;
}
.sicho-namecontainer {
  display: flex;
  padding-top: 0.25em;
}
.sicho-namecontainer-left {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* @media only screen and (min-width: 992px) {
  .sicho-namecontainer-left {
    flex: none;
    width: auto;
    margin-right: 20px;
  }
} */
.shicholive-names {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  width: auto;
  line-height: 1.5em;
}
@media only screen and (min-width: 992px) {
  .shicholive-names {
    font-size: 1.25rem;
  }
}
.sicho-names-img {
  height: 0.9em;
  width: auto;
  margin: 0 0.1em;
}
.sicho-names-archivebtn {
  width: 60px;
  font-size: 0.45rem;
  background-color: #009fca;
  color: white;
  padding: 0.2em;
  padding-bottom: 0.15em;
  box-shadow: 0px 0px 2px #333;
  line-height: 1.25em;
  margin-left: 4px;
}
@media only screen and (min-width: 992px) {
  .sicho-names-archivebtn {
    font-size: 0.75rem;
    height: 1.75rem;
    width: 7rem;
  }
  .sicho-names-archivebtn br {
    display: none;
  }
}
.sicho-names-archivebtn:hover {
  color: white;
}
.sicho-names-archivebtn:disabled,
.sicho-names-archivebtn:disabled:hover {
  box-shadow: 0px 0px 0px #333;
  color: white;
}
.sicho-followbtn {
  font-size: 0.47rem;
  line-height: 1.25em;
  height: 2.5em;
  padding: 0 0.2em;
  color: #ff8519;
  border: 2px solid #ff8519;
  border-radius: 0;
  position: relative;
  bottom: -2px;
}
@media only screen and (min-width: 992px) {
  .sicho-followbtn {
    height: 2em;
    font-size: 0.75rem;
    padding: 0 0.5em;
  }
}
.sicho-followbtn br {
  display: none;
}
.sicho-followbtn:hover {
  color: #ff8519;
}
.sicho-followbtn:disabled {
  color: #838383;
  border-color: #838383;
}
.sicho-followbtn-active {
  background-color: #ff8519;
  color: white;
}
.sicho-followbtn-active:hover {
  background-color: #ff8519;
  color: white;
}
.sicho-followbtn-active:disabled {
  background-color: #e6c1a1;
}
.sicholive-jor {
  display: inline-block;
  font-size: 1rem;
  padding: 0rem 0.2em;
  margin: 0;
  font-weight: 600;
  color: #666;
}
.shicholive-shobuana {
  width: 1.5em;
  height: auto;
  margin-left: 4px;
}
.channelname {
  line-height: 1.2rem;
}
.ohineri-mark {
  position: relative;
  bottom: 5px;
}
.sicho-johocontainer {
  width: 100%;
  max-width: 500px;
  height: auto;
  font-size: 0.75rem;
  padding: 0.25em 0;
}
@media only screen and (min-width: 992px) {
  .sicho-johocontainer {
    font-size: 1.1rem;
    padding: 0.5em 0;
  }
}
.johotable {
  max-width: 200px;
  padding: 0;
  align-self: flex-start;
}
.johotable td,
.johotable th {
  line-height: 0;
  padding: 0;
  font-size: 1em;
  vertical-align: middle;
  height: 1em;
  width: auto;
}
.johoimgage {
  height: 100%;
  width: auto;
}
.sicho-alert-toroku {
  font-size: 0.75rem;
  background-color: #ddd;
  padding: 1em 0.25em;
  border: 1px solid #d0d0d0;
  border-radius: 0.25em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sicho-alert-toroku {
    margin-top: 1em;
    font-size: 1rem;
  }
}
.sicho-konyubtn-cnt {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .sicho-konyubtn-cnt {
    z-index: 1;
    max-width: 100vw;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0.5em 1em;
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.4));
  }
}
.btn-konyukei {
  font-size: 0.9em;
  line-height: 1.2em;
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: inherit;
  width: 50%;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) {
  .btn-konyukei {
    border: #a1a1a1 solid 2px;
    background-color: #fff;
    width: calc(50% - 12px);
    padding: 0.25em 0;
  }
  .btn-konyukei:last-child {
    margin-left: 12px;
  }
}
.btn-konyukei img {
  height: 100%;
  width: auto;
}
.btn-konyukei:disabled {
  opacity: 0.65;
  background-color: #aaa;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0));
}
@media only screen and (min-width: 992px) {
  .sicho-right-cnt {
    display: flex;
    flex-direction: column;
    height: calc((((100vw - (100vw * 0.4167 - 80px))) * 0.75) - 17px);
    max-height: calc(100vh - 103px);
  }
}
@media only screen and (max-width: 991px) {
  .sicho-right-cnt {
    padding-bottom: 30px;
  }
}
/* コメント関係 */
.sicho-right-item {
  width: 100%;
}
.sicho-koteicomcont {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #0099aa;
  padding: 0.5em;
  color: #0099aa;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .sicho-koteicomcont {
    font-size: 0.6rem;
  }
}
.sicho-koteicomcont p {
  line-height: 1.25em;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-all;
  text-align: justify;
}
.sicho-koteicomup {
  font-size: 0.9em;
  /* opacity: 0.7; */
}
.comment {
  color: #777;
  height: 100%;
  min-height: 300px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25em;
}
@media only screen and (max-width: 991px) {
  .comment {
    height: calc(100vh - calc(100vw / 1.666) - 268px - 33px);
    height: calc(100dvh - calc(100vw / 1.666) - 254px);
    min-height: 100px;
    font-size: 0.7rem;
    line-height: 1em;
  }
}
.comcont {
  -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.4));
}
.com-form-cnt {
  height: 42px;
  width: 100%;
  background-color: #fff;
}
.com-forminp {
  font-size: 1.25rem;
  transform: scale(0.9);
  width: calc(111.11111% - 152px);
  /* border-radius: 10px 0px 0px 10px; */
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  margin-left: calc((100% - 152px) / 10 * -0.5 + 4px);
  margin-right: calc((100% - 152px) / 10 * -0.5);
}
@media only screen and (max-width: 991px) {
  .com-forminp {
    font-size: 1rem;
    transform: scale(0.8);
    margin-left: calc((100% - 152px) / 10 * -1);
    margin-right: calc((100% - 152px) / 10 * -1);
    width: calc(125% - 152px);
  }
}
.com-forminp:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.combtn {
  height: 100%;
  width: 76px;
  /* border-radius: 0px 10px 10px 0px; */
  border-radius: 0;
  padding: 0;
  background-color: #fff;
}
.combtn img {
  height: 100%;
  width: auto;
}
.combtn-comment img {
  height: 30px;
  width: auto;
}
.comment-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.comment-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.comment-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.comment-list::-webkit-scrollbar-track {
  background: #999;
  border-radius: 10px;
}
.comment-sec {
  display: flex;
  flex-wrap: wrap;
  padding: 0.05em 0;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .comment-sec {
    padding: 0.2em 0;
  }
}
.comment-sec:first-of-type {
  padding-top: 0;
  border-top: inherit;
}
.comment-time {
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 4px;
  width: 30px;
}
.comment-name {
  color: #1a1a1a;
  max-width: calc(100% - 38px);
  text-align: start;
  margin-right: 4px;
}
@media only screen and (min-width: 992px) {
  .comment-name {
    max-width: calc(100% - 34px);
    width: calc(100% - 34px);
    margin-right: 0;
  }
}
.comment-comment {
  line-height: 1.25em;
}
.comment-comment img {
  height: 1.5em;
  width: auto;
  vertical-align: top;
}
.sicho-cominfo {
  color: #006dff;
  line-height: 1.5em;
}
.sicho-cominfo .comment-name {
  color: #0058cc;
}
.sicho-comgift .comment-comment {
  font-weight: bold;
}
.sicho-comgift .comment-comment img {
  mix-blend-mode: multiply;
  height: 1em;
}
.chat-infocont {
  font-size: 1em;
  font-weight: bold;
}
/* コメント関係ここまで */

/* 流れる文字 */
.scrolljoho {
  margin: 0 auto 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}
.scrolljoho ul {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollscrolljoho 15s linear infinite;
  color: #333;
}
.scrolljoho ul li {
  display: inline;
  margin: 0 30px 0 0;
}
.scrolljoho ul li:last-child {
  margin: 0;
}
@keyframes scrollscrolljoho {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 流れる文字ここまで */

/*視聴画面モーダル用*/
.sicho-modal .modal-title {
  color: #006dff;
}
.sicho-modal h5 {
  font-size: 1rem;
}

.konyu-joho-cont {
  border: medium double rgb(211, 224, 243);
  padding: 0.25em;
  padding-top: 0.45em;
  vertical-align: middle;
}
.konyu-cont {
  margin-top: 10px;
  max-width: 400px;
}
.konyu-cont .col-6 {
  padding: 0 0.25em;
}
.sicho-ohineri .konyu-item {
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 1rem;
}
.konyu-item-pnt-bottom {
  margin-bottom: -1em;
}

.pointplus-btn-back {
  width: 200px;
}
input[type="radio"] {
  display: none;
}

.konyu-item:hover {
  /* background-color: rgb(200, 214, 223); */
  color: #006dff;
  /* box-shadow: 1px 1px 3px 0 #333; */
}
input[type="radio"]:checked + label .konyu-item {
  background-color: #007bff;
  color: white;
}
input[type="radio"]:disabled + label .konyu-item {
  background-color: #ccc;
  border-color: #aaa;
  color: #888;
  box-shadow: none;
  cursor: default;
}
input[type="radio"]:disabled + label .konyu-item:disabled .konyu-item-pnt {
  color: #888;
  cursor: default;
}
/*おひねりモーダル用ここまで*/
/*           */
/* 視聴画面用ここまで */
/*           */

/*          */
/*index用*/
/*          */
label:hover {
  cursor: pointer;
}
.konyu-cont input:disabled + label {
  cursor: default;
}
.top-nologin {
  font-size: 0.65rem;
  text-align: center;
  padding: 16px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: -6px;
}
@media only screen and (min-width: 992px) {
  .top-nologin {
    font-size: 1rem;
  }
}
.sorts {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .sorts {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}
.sort-btn {
  color: #333;
  background-color: inherit;
  font-size: 0.9rem;
  font-weight: bold;
  width: calc(25% - 10px);
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .sort-btn {
    font-size: 0.8rem;
  }
}
.sort-btn-checked {
  border-bottom: 3px solid #333;
}
.sort-btn:last-child {
  margin-right: 0;
}
.sort-btn:checked,
.sort-btn:active,
.sort-btn:focus {
  outline: none;
}
.sort-btn:disabled {
  color: #999;
  border: none;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}
/* .sort-btn:hover {
  opacity: 0.6;
} */
@media only screen and (min-width: 992px) {
  .sort-btn {
    height: 45px;
  }
}
/* タブ切り替え */
input[type="radio"] {
  display: none;
}
.index-yoso {
  width: 100%;
  max-width: 800px;
}
/* タブ切り替えここまで */
.contents {
  width: 90%;
  padding-top: calc(4px + 16px);
  /* padding-bottom: 30px; */
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.searchitemcont {
  width: 100%;
  height: 120px;
  font-size: 16px;
}
.searchitemin {
  width: 100%;
  height: 100%;
  position: relative;
}
.sibrank {
  display: flex;
  font-size: 1em;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: white;
  border-radius: 5px;
  opacity: 0.6;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* .livebrank .sibrank {
  display: flex;
} */
.searchitem {
  color: #555;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px 0 6px 6px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  position: relative;
}
.search-thumb-cnt {
  width: 184px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search-thumb-cnt {
    width: 144px;
  }
}
.search-thumb {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
.search-right {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  position: relative;
}
.search-right-item {
  position: absolute;
}
.search-kaijo {
  display: inline-block;
  height: 15%;
  font-size: 0.8em;
  top: 2px;
  right: 5%;
  vertical-align: middle;
}
.search-follow {
  height: 15%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff8519;
  background-color: #ff8519;
  font-size: 0.6em;
  padding: 1px 4px;
  /* margin-left: auto; */
  top: 20%;
  left: auto;
}
.search-chname {
  color: #0071bc;
  font-size: 1em;
  font-weight: bold;
  top: 2px;
  left: auto;
  /* width: 65%; */
}
.search-livearchive {
  display: block;
  height: 1.1em;
  width: 100%;
  top: 60%;
  left: auto;
}
.search-livearchive img {
  height: 100%;
  width: auto;
}
.search-livearchive img.search-livearchive-la {
  height: calc(100%);
}
.live-right {
  display: block;
  width: 75%;
}
.search-ninki {
  font-size: 0.7em;
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  bottom: 0;
  left: auto;
}
.search-ninki img {
  height: 1.1em;
  width: auto;
  margin-right: 1px;
  display: inline-block;
}

.j-item {
  margin-right: 4px;
  display: flex;
  align-items: center;
}
.j-item div {
  line-height: normal;
  margin-bottom: -1px;
}
.search-shobuana {
  height: 1.25em;
  bottom: 0;
  right: 5%;
}
.search-shobuana-img {
  height: 100%;
  width: auto;
}
.search-tekichu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 18%;
  right: 5%;
  height: 60%;
}
.search-tekichu-img {
  /* height: 22px; */
  height: calc(50% - 2px);
  width: auto;
  margin-top: 4px;
}
.search-tekichu-img:last-child {
  margin-top: 0;
}

/* レスポンシブ対応 */
/* 非ハンバーガーメニュー想定 */
@media only screen and (min-width: 992px) {
  .searchitemcont {
    height: 150px;
    font-size: 18px;
  }
  .tekichu-number {
    width: 40px;
    height: auto;
  }
}
/* iPadPro用 */
@media only screen and (max-width: 1078px) {
}
/* ハンバーガーメニューサイズ想定 */
@media only screen and (max-width: 992px) {
  .contents {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sibrank {
    width: 100%;
    left: 0;
  }
}
/* iPhoneSE等想定 */
@media only screen and (max-width: 414px) {
}
/* レスポンシブここまで */

.index-sumi-tekibtn {
  background-color: #999;
  color: white;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.index-sumi-tekibtn:hover {
  color: white;
}
.index-sumi-tekibtn-active {
  background-color: #3299ff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0));
  box-shadow: 0px 0px 8px 3px #2075ca inset;
}
.index-sumi-tekibtn-active:hover {
  color: white;
}
.index-sumi-yososec {
  margin: 0 -15px;
}
.sumi-secmidashi {
  background-color: #ddd;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #3299ff;
  color: white;
  border-radius: 0.25em;
  width: calc(100% - 30px);
  padding: 0.25em 0;
  padding-left: 10px;
}
.index-sumi-yosoyaname {
  color: #aaa;
}
.index-sumi-yosocnt {
  font-size: 1rem;
  padding: 0.5rem 0.25rem;
  margin-top: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  width: calc(100% - 20px);
  margin-left: 10px;
  box-shadow: 10px 10px 0 #999;
}
.index-sumi-yoso-main {
  width: auto;
  justify-content: center;
  padding: 0;
}
.index-sumi-yoso-comment {
  padding: 0 10px;
  font-size: 0.8rem;
}
.index-sumi-yoso-comment-title {
  font-weight: bold;
}
.index-sumi-yoso-comment-title,
.index-sumi-yoso-comment-text {
  line-height: 1.25em;
  word-wrap: break-word;
  word-break: break-all;
  line-break: anywhere;
}
.index-sumi-yosourentan {
  color: white;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.8rem;
  background-color: #999;
  padding: 10px 0.2rem;
  padding-right: 0.3rem;
  margin-right: 10px;
  border-radius: 0.25rem;
  letter-spacing: 0.1rem;
}
.index-sumi-yosourentan span {
  text-combine-upright: all;
  -webkit-text-combine: horizontal; /*Safari */
  -ms-text-combine-horizontal: all; /*IE用*/
}
.index-yoso-item {
  font-weight: bold;
  line-height: 1.25rem;
  width: auto;
  padding: 0;
  white-space: nowrap;
  word-break: break-all;
}
.index-sumi-bluetext {
  color: #3299ff;
}
.index-sumi-blueback {
  background-color: #3299ff;
}
/*               */
/*index用ここまで*/
/*               */

/*                */
/*サブページ用*/
/*                */
.subpagecont {
  min-height: calc(100vh - 74px);
  padding: 16px 200px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .subpagecont {
    padding: 16px 15px;
    padding-top: 24px;
  }
}
.subpage-btn {
  display: flex;
  height: 44px;
  width: 100%;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 16px;
}
.subpage-btn:first-of-type,
.subpage-form-group:first-of-type {
  margin-top: 0;
}
.subpage-btn-primary {
  background-color: #007bff;
  color: white;
}
.subpage-btn-primary:hover {
  /* background-color: #006de2; */
}
.subpage-btn-primary-out {
  border: 1px solid #007bff;
  color: #007bff;
}
.subpage-btn-danger {
  background-color: #dc3545;
  color: white;
}
.subpage-btn-danger-out {
  border: 1px solid #dc3545;
  color: #dc3545;
}
.subpage-btn-secondary {
  background-color: #6c757d;
  color: white;
}
.subpage-btn-secondary-out {
  border: 1px solid #6c757d;
  color: #6c757d;
}
.subpage-btn-secondary-out:hover {
  /* background-color: rgba(0, 0, 0, 0.05); */
}
.subpage-btn-primary:not([href]),
.subpage-btn-secondary:not([href]),
.subpage-btn-danger:not([href]),
.subpage-btn-secondary:hover,
.subpage-btn-primary:hover,
.subpage-btn-danger:hover,
.subpage-btn-danger:not([href]):hover,
.subpage-btn-secondary:not([href]):hover,
.subpage-btn-primary:not([href]):hover {
  color: white;
}
.subpage-btn-primary-out:not([href]) {
  color: #007bff;
}
.subpage-btn-secondary-out:not([href]) {
  color: #6c757d;
}
.subpage-btn-danger-out:not([href]) {
  color: #dc3545;
}
.subpage-btn:disabled {
  opacity: 1;
}
.subpage-btn-primary:disabled {
  background-color: #007bff80;
}
.subpage-btn-danger:disabled {
  background-color: #dc354580;
}
.subpage-btn-secondary-out:disabled {
  border-color: #6c757d50;
  color: #6c757d80;
  background-color: #6c757d20;
}
.subpagecont label {
  font-size: 0.8rem;
}
.subpagecont select {
  background-color: transparent;
}
.subpage-title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #999;
  padding-bottom: 1em;
}
.subpage-body,
.subpage-footer {
  width: 100%;
  max-width: 400px;
  padding: 1em 0;
}
.subpage-body {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.subpage-form-group {
  width: 100%;
  margin-top: 16px;
}
.subpage-form {
  width: 100%;
}
.subpage-form-toplabel {
  margin-bottom: 4px;
}
.subpagecont .modal-body {
  padding: 1em;
}
.login .form-check,
.usersetting .form-check,
.sicho-shinki .form-check {
  padding-left: 2em;
}
.login .form-check input,
.usersetting .form-check input,
.sicho-shinki .form-check input {
  bottom: 2px;
  transform: scale(1.6);
}
.login .form-check label,
.usersetting .form-check label,
.sicho-shinki .form-check label {
  padding-left: 4px;
}

/*ポイント購入ページ用*/
.pointplus-logo {
  height: 50px;
  width: auto;
}
.konyu-cont {
  margin-top: 0.5em;
  max-width: 400px;
}
.konyu-itemcont {
  margin-top: 0.3em;
}
.konyu-itemcont:first-child {
  margin-top: 0;
}
.konyu-item {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #eee;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.7em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #007bff;
  border-radius: 4px;
  color: #007bff;
}

.konyu-item-pnt {
  font-size: 1.5em;
  font-weight: bold;
}
.konyu-item-pnt-bottom {
  color: #555;
  margin-bottom: -1em;
  margin-top: -4px;
}
.konyu-item:disabled {
  background-color: #ccc;
  border-color: #aaa;
  color: #888;
}
.konyu-item:disabled .konyu-item-pnt {
  color: #888;
}
.pointkonyu-chui {
  width: 100%;
  margin-top: 2em;
  font-size: 9px;
  text-align: center;
  font-weight: bold;
}
/*ポイント購入ページ用ここまで*/

/* ログインページ用 */
.subpage-login-btn-passforget {
  font-size: 80%;
  text-decoration: underline;
  color: #006dff;
  padding: 0;
}
.sicho-login-label {
  font-size: 0.8rem;
  text-align: center;
}
/* ログインページ用ここまで */

/*新規登録用*/
.sicho-sinki-privasycnt {
  width: 100%;
}
.sinki-privasy {
  width: 100%;
  height: calc(100vh - 590px);
  min-height: 120px;
  font-size: 0.7rem;
  border: 1px solid #888;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.4);
}

/*新規登録用ここまで*/

/* 個人設定ページ用 */
.sicho-setting-btn-taikai {
  color: #555;
  text-decoration: underline;
  border: none;
  background-color: inherit;
}
.sicho-setting-btn-taikai:hover {
  color: #333;
  opacity: 1;
}
.sicho-setting-btn-taikai:disabled {
  color: #aaa;
  text-decoration: none;
}
/* 個人設定ページ用ここまで */

/*利用規約ページ用(新規登録のも)*/
.term .subpage-body {
  max-width: 800px;
}
.term-cont {
  line-height: 1.5em;
  border-top: 0;
}
.term-navigation {
  border-bottom: 1px solid #aaa;
}
.term-pagelink {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.term-pagelink::before {
  font-size: 0.3rem;
  display: inline-block;
  content: "";
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: calc(1em * 1.8) solid #007bff;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 15%;
}
.term {
  font-size: 0.75rem;
}
.term section {
  border-bottom: 1px solid #aaa;
  padding-top: 50px;
  margin-top: -20px;
}
.sinki-privasy section {
  padding-top: 20px;
  margin-top: 0;
}
.term section:last-of-type {
  border-bottom: unset;
}
.term ol {
  padding-left: 1em;
  list-style: none;
}
.term p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.term h1 {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
.term h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.term table {
}
.term table ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.term td,
.term th {
  padding: 4px;
  display: block;
}
.term td {
  margin-bottom: 1em;
  padding-left: 1em;
}
.term th {
  /* border-bottom: 1px dotted #bbb; */
  background-color: #ddd;
}
/*利用規約ページ用ここまで*/

/*ポイント履歴ページ用*/
.point-rireki .subpage-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prireki-sikko {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.prireki-sikko > div {
  background-color: #ddd;
  padding: 0.2em 0.5em;
}
.point-rireki table {
  width: 100%;
  max-width: 500px;
  font-size: 0.8rem;
}
.point-rireki td {
  vertical-align: middle;
  padding: 0px;
  padding: 6px 10px;
  border-color: #eee;
  border-width: 2px;
}
.point-rireki td:first-child {
  font-size: 0.8rem;
  background-color: #fff;
  padding: 6px 4px;
}
.point-rireki td img {
  height: 1em;
  width: auto;
}
.rireki-plus {
  background-color: rgb(255, 218, 218);
}
.rireki-minus {
  background-color: rgb(218, 228, 255);
}
.rireki-plus .rireki-chname {
  color: rgb(182, 59, 59);
}
.rireki-minus .rireki-chname {
  color: rgb(49, 95, 245);
}
/*ポイント履歴ページ用ここまで*/

/*お知らせページ用*/
.oshirase-index .subpage-body {
  max-width: 600px;
}
.oshirase-index-cont {
  height: calc(100vh - 360px);
  min-height: 360px;
  word-break: break-all;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .oshirase-index-cont {
    max-width: 100%;
  }
}
.oshirase-index-cont hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.oshirase-sec {
  border-bottom: 1px solid #aaa;
  font-size: 0.8rem;
}
.newoshirase div:first-child::before {
  content: "new";
  display: inline-block;
  background-color: #ff5656;
  color: white;
  padding: 0px 5px;
  margin-right: 10px;
}
.oshirase-article .subpage-title {
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  align-items: flex-start;
  color: #006dff;
}
.oshirase-article-body {
  max-width: 800px;
  font-size: 0.8rem;
  word-break: break-all;
  padding-top: 24px;
  padding-bottom: 24px;
}
/*お知らせ用ここまで*/

/*運営会社ページ用*/
.subpage-company {
  font-size: 0.8rem;
}
.subpage-company p {
  line-height: 1.25em;
  padding-left: 1em;
}
.subpage-company ul {
  list-style: none;
  padding-left: 1em;
}
.subpage-company .subpage-body {
  max-width: 600px;
  padding: 2em 0;
}
.subpage-company .lead {
  font-size: 1.15em;
  padding-left: 0;
}
.subpage-company .subpage-body h3 {
  font-size: 1.15em;
  font-weight: bold;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
}
/*運営会社ページここまで*/

/*audLink用*/
.passtouroku .subpagecont {
  min-height: auto;
  height: auto;
}

/*Sweetalert用*/

.swal2-icon {
  width: 3rem;
  height: 3rem;
  margin: 1rem 0;
  font-size: 0.6rem;
}
.swal2-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.swal2-styled.swal2-cancel {
  border: 1px solid #6c757d;
  color: #6c757d;
  background-color: transparent;
}
.swal2-html-container {
  font-size: 1rem;
}
.swal2-header,
.swal2-content {
  padding: 0 0.5em;
}
