@charset "utf-8";
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
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));
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.linkitem {
  color: #0071bc;
  text-decoration: underline;
}
.iconitem {
  height: 1.25em;
  width: auto;
  margin-right: 2px;
  padding-bottom: 0.25em;
}
.btnitem {
  line-height: 1.2em;
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: inherit;
  border-radius: 5px;
}
.btnitem.deepblue {
  background-color: #31309b;
  color: white;
}
.btnitem.purple {
  background-color: #85578b;
  color: white;
}
.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);
}
.navbar-toggler.navbar-toggler-new::after {
  display: block;
  content: "";
  background-image: url(../img/sicho_icon_menunew.svg);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  right: -4px;
}
/* ハンバーガーバツにする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;
  background: #eee;
  /* box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); */
  z-index: 2;
}
.sicho-top-header img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .sicho-top-header {
    background: #eee;
  }
}
.sicho-top-header-slider {
  position: sticky;
  top: 36px;
  display: block;
  width: 100%;
}
.sicho-top-wrap {
  /* font-size: 0.95rem; */
  /* font-size: 4vw; */
  font-size: clamp(10px, 2.5vw, 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: clamp(10px, 2%, 20px);
}
@media only screen and (min-width: 768px) {
  .sicho-top-wrap {
    margin-top: 1.3%;
  }
}
@media only screen and (min-height: 668px) and (max-width: 767px) {
  .sicho-top-wrap {
    font-size: clamp(10px, 1.65vh, 15px);
  }
}
.sicho-top-midashi {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin: 0.75rem 0;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sicho-top-midashi {
    font-size: 1.1em;
    margin: 1.5rem 0;
    margin-bottom: 1rem;
  }
}
.sicho-top-midashi img {
  height: 1.5em;
  width: auto;
  padding-bottom: 2px;
  margin-right: 2px;
}
.sicho-top-cont {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(4em, 9.35vh, 8em);
  grid-auto-rows: clamp(4em, 9.35dvh, 8em);
  gap: clamp(2px, 1vw, 8px);
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .sicho-top-cont {
    /* max-width: 1200px; */
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: clamp(7em, 12vh, 8em);
    grid-auto-rows: clamp(7em, 12dvh, 8em);
  }
}
.sicho-top-item {
  display: flex;
  list-style: none;
  border: none;
  background-color: #f2f2f2;
  /* padding: clamp(2px, 0.5vh, 20px) 2%; */
  border-radius: clamp(4px, 2vw, 10px);
  color: #333;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.sicho-top-item > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.sicho-top-item.active {
  background-color: white;
  border-color: #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.sicho-top-item.hatuari {
  border: #006dff 2px solid;
  box-shadow: inset -3px -3px 2px #aaa;
}
.sicho-top-item a:hover {
  text-decoration: none;
  color: unset;
}

.sicho-top-item:focus,
.sicho-top-item *:focus {
  outline: none;
}
.sicho-top-item-in {
  margin: auto;
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 5em;
  padding: clamp(2px, 0.5vh, 20px) 2%;
  grid-template-rows: repeat(3, 33.33333%);
  place-content: center;
  place-items: center;
}
@media only screen and (min-width: 768px) {
  .sicho-top-item-in {
    max-height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .sicho-top-item-in p {
    transform: scale(0.9);
    margin: -10%;
  }
}
.sicho-top-item-jo {
  /* font-size: clamp(10px, 3vw, 18px); */
  font-size: 1.15em;
}
.sicho-top-item-taikai {
  width: 100%;
  font-feature-settings: "palt";
  color: #666;
  font-size: 0.9em;
}
.sicho-top-item-taikai img,
.sicho-top-item-taikai span {
  height: 1.4em;
  width: auto;
  vertical-align: middle;
}
.sicho-top-item-taikai span {
  vertical-align: -0.1em;
}
.sicho-top-item-taikai.glay {
  color: #777;
}
.sicho-top-item-taikai.red {
  color: #dc3545;
}
.sicho-top-item-taikai img {
  margin-right: 0.2em;
}
.sicho-top-item-follow {
  /* border-radius: 0;
  border: none; */
  width: 100%;
  max-width: 596px;
  padding: 1.25em 1em;
  color: #aaa;
  /* z-index: 1; */
  /* display: flex;
  justify-content: space-between; */
}
@media only screen and (max-width: 767px) {
  .sicho-top-item-follow {
    max-width: unset;
    padding: 0.65em 1em;
  }
}
.sicho-top-item-follow.follow-active {
  background: white;
  color: #333;
}
.sicho-top-item-follow.follow-active a {
  width: 100%;
  height: 100%;
}
.sicho-top-item-follow-star {
  /* color: rgb(255, 196, 0);
  font-size: 1.2em; */
  padding-bottom: 2px;
  height: 1em;
  width: auto;
  margin-right: 4px;
  filter: grayscale(100%) contrast(25%) brightness(150%);
}
.follow-active .sicho-top-item-follow-star {
  filter: none;
}
.sicho-top-item-right {
  font-size: 0.8em;
  background-color: #c75252;
  color: white;
  padding: 0.75em 0.6em;
  vertical-align: middle;
  border-radius: 0.5em;
  /* font-size: 0.9rem; */
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .sicho-top-item-right {
    padding: 1em 0.5em;
  }
}
.sicho-top-item-right.follow {
  background-color: #0071cc;
}
.jo-follow {
  margin-right: auto;
  padding: 0.75em 0.6em;
}
@media only screen and (min-width: 768px) {
  .jo-follow {
    padding: 1em 0.5em;
  }
}
.sicho-top-item-status {
  width: 6em;
  max-width: 100%;
  background-color: #c75252;
  color: white;
  padding: clamp(2px, 0.5vh, 20px) 0.6em;
  vertical-align: middle;
  border-radius: 0.4em;
  text-align: center;
  /* font-size: 0.9rem; */
  font-size: 80%;
}
.sicho-top-item-status.junbi {
  background-color: transparent;
  color: #666;
  padding: 0;
}
.sicho-top-item-status.shuryo {
  background-color: transparent;
  color: #aaa;
  padding: 0;
}
.sicho-top-item-status.chushi {
  background-color: #aaa;
  color: #eee;
  /* color: #aaa; */
  /* padding: 0; */
}
.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 a:hover {
  cursor: default;
}
.sicho-top-socialicon-wrap {
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: black;
  text-align: center;
}
.sicho-top-socialicon-cont {
  display: inline-block;
  height: 100%;
  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;
  margin: 0 10%;
}
.sicho-top-socialicon-item:focus {
  outline: none;
}
.sicho-top-socialicon-item img {
  height: 100%;
  width: auto;
}
.sicho-top-socialicon-item:first-child,
.sicho-top-socialicon-item:last-child {
  margin: 0;
}
.sicho-top-copy {
  padding: 0.5em 0;
  font-size: 0.7em;
  color: white;
}
.sicho-top-toiawase-btncnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 48px;
  gap: 10px;
  max-width: 300px;
  margin: auto;
}
.sicho-top-toiawase-btncnt .btnitem {
}
@media only screen and (max-width: 767px) {
  .sicho-top-toiawase, .sicho-top-toiawase-btncnt .btnitem {
    font-size: 0.8rem;
  }
  .sicho-top-toiawase-btncnt {
    grid-template-rows: 1rem;
    max-width: 70%;
  }
}

/*                              */
/*           視聴画面用          */
/*                              */
.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: #009041;
  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 {
  font-size: 0.75rem;
  padding: 0.25em;
  border-radius: 0.25em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sicho-alert {
    /* margin-top: 1em; */
    font-size: 1rem;
    padding: 0.5em;
  }
}
.sicho-alert.danger {
  background-color: #ffb1b1;
  border: 1px solid #ff9292;
}
.sicho-alert.toroku {
  background-color: #ddd;
  border: 1px solid #d0d0d0;
}

.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.25em 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: 44px;
  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);
    height: 60px;
    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));
}
.sicho-right-cnt {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .sicho-right-cnt {
    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 {
    height: calc(100vh - calc(100vw / 1.666) - 121px);
    height: calc(100dvh - calc(100vw / 1.666) - 140px);
  }
}
/* コメント関係 */
.sicho-right-item {
  width: 100%;
}
.sicho-koteicomcont {
  display: flex;
  flex-basis: fit-content;
  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 {
  flex-grow: 1;
  color: #777;
  /* height: 100%; */
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25em;
  position: relative;
}
@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: 30px;
    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: 40px;
  flex-shrink: 0;
  display: flex;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .com-form-cnt {
    height: 50px;
  }
}
.com-forminp {
  transform-origin: left;
  font-size: 1.125rem;
  width: 100%;
  /* border-radius: 10px 0px 0px 10px; */
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 8px;
}
@media only screen and (max-width: 991px) {
  .com-forminp {
    font-size: 0.8rem;
  }
}
.com-forminp:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.combtn {
  height: 100%;
  width: 60px;
  /* 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;
}
.comment-comment .stamp {
  height: 2em;
}
.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;
}
.comment-tekichujoho {
  font-weight: bold;
  font-size: 0.9em;
  color: #ff0000;
}
.comment-tekichujoho span {
  margin-right: 0.25em;
}
.comment-tekichujoho span:last-child {
  margin-right: 0;
}
.comment-tekichujoho span.yellow {
  color: rgb(212, 162, 23);
}
.comment-tekichujoho span img {
  height: 1em;
  width: auto;
  vertical-align: top;
}
/* コメント関係ここまで */

/* スタンプ */
.sicho-stampwrap {
  height: calc(100% - 0px);
  max-height: 300px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.sicho-stampwrap,
.sicho-stampwrap * {
  transition-duration: 0.5s;
  transform-origin: bottom;
}
.sicho-stampwrap.brank {
  height: 0;
  min-height: 0;
}
.sicho-stampcnt {
  height: calc(100% - 42px);
  width: 100%;
  background-color: #fff;
  /* border: 1px solid #eee; */
}
.sicho-stampcnt-in {
  height: 40vh;
  height: 40dvh;
  overflow-y: scroll;
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: 100%;
  padding: 4px;
}
@media only screen and (min-width: 992px) {
  .sicho-stampcnt-in {
    grid-template-columns: 1fr 1fr;
  }
}
.sicho-stampitem {
  margin: 0;
  width: 50%;
  height: 31%;
  padding: 1% 3%;
}
.sicho-stampitem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sicho-stampcatewrap {
  height: 42px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #eee;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
@media only screen and (min-width: 992px) {
  .sicho-stampcnt {
    height: calc(100% - 60px);
  }
  .sicho-stampcatewrap {
    height: 60px;
  }
  .sicho-stampcateitem {
    width: 60px;
  }
}
.sicho-stampcatecnt {
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.sicho-stampcateitem {
  height: 100%;
  width: 48px;
  display: inline-grid;
  place-content: center;
  border-radius: 0;
  padding: 2px;
}
.sicho-stampcateitem img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.sicho-stampcateitem.active {
  background-color: #ccc;
}
.sicho-stamp-prevcnt {
  width: 100%;
  height: 15vh;
  height: 15dvh;
  padding: 10px;
  padding-bottom: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.sicho-stamp-prevcnt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sicho-stampprevitem-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  padding: 14px;
  line-height: 1;
}
.sicho-stampprevitem-close img {
  width: 100%;
  height: auto;
}

/* 流れる文字 */
.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;
}
.sicho-modal-headerinfo {
  font-size: 0.8em;
  display: flex;
  width: calc(100% - 8px);
  margin: auto;
  margin-top: 12px;
}
.sicho-modal-headerinfo-left {
  text-align: center;
  flex: 0 0 auto;
  margin-right: 16px;
  line-height: 150%;
}
.sicho-modal-headerinfo-right {
  flex: 1 1 0;
  vertical-align: middle;
  overflow: hidden;
}
.sicho-modal-headerinfo-right p {
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*視聴画面モーダル用ここまで*/
/*                              */
/*       視聴画面用ここまで      */
/*                              */

/*                              */
/*           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;
}
@media only screen and (min-width: 992px) {
  .sort-btn {
    height: 45px;
  }
}
/* タブ切り替え */
input[type="radio"] {
  display: none;
}
.index-yoso {
  width: 100%;
  max-width: 800px;
}
/* タブ切り替えここまで */
/* 本日の予想屋的中状況 */
.index-jokyo {
  padding-top: calc(4px + 16px);
}
.index-jokyo-cont {
  padding: 6px;
  width: calc(100% - 8px);
  height: 100%;
  margin: auto;
  margin-top: -24px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size: clamp(11px, 3.2vw, 14px);
}
@media only screen and (max-width: 767px) {
  .index-jokyo-cont {
    width: calc(90% + 8px);
  }
}
.index-jokyo-title {
  width: 100%;
  font-weight: bolder;
  margin-bottom: 1px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 2px;
}
.index-jokyo-tablecont {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #333;
  width: 100%;
  max-width: 600px;
}
.index-jokyo-itemcont {
  width: calc(46% - 0.5em);
}
.index-jokyo-roundcont {
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.index-jokyo-roundcont:last-child {
  border-bottom: 0;
}
.index-jokyo-roundcont td {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  height: 1.2em;
}
/* @media only screen and (min-width: 992px) {
  .index-jokyo-roundcont td {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
} */
.index-jokyo-round {
  font-size: 1em;
  width: 2em;
  text-align: end;
}
.index-jokyo-money {
  text-align: end;
  padding-right: 0.15em;
}
.index-jokyo-rentan-cont {
  width: 1.8em;
  padding-left: 0.2em;
}
.index-jokyo-rentan {
  width: 100%;
  font-size: 0.65em;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
}
.index-jokyo-rentan-three {
  background-color: #f00;
}
.index-jokyo-rentan-two {
  background-color: #f80;
}
/* 本日の予想屋的中状況ここまで */
.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: 35%;
  }
}
.search-thumb {
  object-fit: cover;
  object-position: 50% 25%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.search-thumb-mancnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 1px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 23%;
}
.search-thumb-mancnt img {
  width: 100%;
  height: auto;
}
.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.78em;
  top: 2px;
  right: 5%;
  vertical-align: middle;
  transform-origin: right;
  transform: scale(0.89, 1);
}
.search-follow {
  height: 14%;
  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;
}
.serach-follow img {
  width: 100%;
  height: auto;
}
.search-chname {
  color: #0071bc;
  font-size: min(3.3vw, 0.91em);
  font-weight: bold;
  top: 2px;
  left: auto;
  /* width: 65%; */
  transform-origin: left;
  transform: scale(0.96, 1);
  vertical-align: middle;
}
.search-chname img {
  width: 1em;
  height: auto;
  vertical-align: baseline;
  margin-left: 0.1em;
  transform: scale(1);
}
.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(85%);
}
.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;
  transform: scale(0.95, 1);
  transform-origin: left;
}
.search-ninki img {
  height: 1em;
  width: auto;
  margin-right: -1px;
  display: inline-block;
}
.search-ninki > div {
  flex-wrap: wrap;
}
.j-item {
  margin-right: 2px;
  display: flex;
  align-items: center;
}
/* .j-item:first-child {
  width: 100%;
  margin-bottom: 1px;
} */
.j-item div {
  line-height: normal;
  margin-bottom: -1px;
}
.search-shobuana {
  height: 1.25em;
  top: 39%;
  left: auto;
}
.search-shobuana-img {
  height: 90%;
  width: auto;
}
.search-tekichu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 28%;
  right: 5%;
  height: 50%;
}
.search-tekichu-img {
  /* height: 22px; */
  height: calc(43% - 2px);
  width: auto;
  margin-top: 4px;
}
.search-tekichu-img:last-child {
  margin-top: 0;
}
.search-best {
  line-height: 1.1;
  font-size: 0.7em;
  right: 5%;
  margin: 0;
  bottom: 0;
  text-align: end;
  transform-origin: right;
  transform: scale(0.85, 1);
}
.search-best li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.search-best li span:last-child {
  margin-left: 0.2em;
  min-width: 2.5em;
}

/* レスポンシブ対応 */
/* 非ハンバーガーメニュー想定 */
@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-chui {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(11px, 3vw, 16px);
  line-height: 1.25;
}
.index-sumi-chui div {
  width: 115%;
  transform-origin: left;
  transform: scale(0.85);
}
.index-sumi-tekibtn {
  background-color: #999;
  color: white;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  padding: 0.5rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-height: 1.25;
  flex: 0;
  font-size: clamp(11px, 3vw, 16px);
}
.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;
}
.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;
}

/*====================================================================
slick
====================================================================*/
.slider-cont {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.slider-cont li {
}
.slider-cont img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: contain;
}
.slick-prev,
.slick-next {
  --arrow-size: calc(clamp(1.25rem, 0.591rem + 2vw, 2.5rem) + 20px);
  width: var(--arrow-size);
  height: 100%;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
@media only screen and (min-width: 840px) {
  .slick-next {
    right: -3%;
  }
  .slick-prev {
    left: -3%;
  }
}
.slick-arrow {
  z-index: 2;
}
.slick-dots li button:before {
  font-size: 12px!important;
}

.slick-next::before {
  /* background: url(../img/arrow_right.svg); */
}
.slick-next:hover::before,
.slick-next:active::before {
  --arrow-active-opacity: 1;
  opacity: var(--arrow-active-opacity);
  /* background: url(../img/arrow_right_push.svg); */
}
.slick-prev::before {
  /* background: url(../img/arrow_left.svg); */
}
.slick-prev:hover::before,
.slick-prev:active::before {
  opacity: var(--arrow-active-opacity);
  /* background: url(../img/arrow_left_push.svg); */
}
.slick-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 50%;
  opacity: 0.4;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
  background-repeat: no-repeat;
  background-position: 50%;
}
.slick-next.slick-arrow::before {
}
.slick-prev.slick-arrow::before {
}

/* 画像一つだけの時ドットを非表示 */
/* .slick-dots:has(> li:only-child) {
  display: none;
}
ul:has(> .slick-dots > li:only-child) {
  margin-bottom: 10px;
} */

/* sicho-top用 */
/* .sicho-top-header-slider {
  margin-top: 24px;
} */
/*====================================================================
slickここまで
====================================================================*/
