
@media only screen and (max-width: 426px) {
body {
  /* overflow: auto!important; */
}
}


@media only screen and (min-width: 768px) {
  *:focus {
    outline: none;
  }

  html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  }

  body {
    width: 100%;
    height: 100%;
/*    min-height: -webkit-fill-available;*/
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #303030;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", Meiryo, sans-serif;
    /* overflow: auto!important; */
  }

  a {
    text-decoration: none;
    color: #ff8f00;
  }

  ca.u_l:hover {
    text-decoration: underline;
  }

  button a {
    color: inherit;
  }

  button a:hover {
    text-decoration: none;
  }

  div,
  p,
  input,
  select,
  textarea,
  button,
  td,
  header,
  footer {
    box-sizing: border-box;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  input[type="file"],
  select,
  textarea {
    padding: 5px;
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ff8f00;
    border-radius: 3px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0px;
    vertical-align: middle;
    border: 1px solid #ff8f00;
    border-radius: 3px;
  }

  /*
input[type="radio"] {
	vertical-align: text-bottom;
}
*/

  input[type="file"] {
    font-size: 0.8em;
  }

  textarea {
    height: 100px;
  }
/*
  .form_select {
    border: 3px solid #ff8f00;
    border-radius: 100px;
    font-weight: bold;
    font-size: 1.15em;
  }
*/
  hr {
    margin: 10px 0px;
    border: none;
    border-top: 1px solid #ff8f00;
  }

  hr.dot {
    border-top: 1px dotted #ff8f00;
  }

  hr.hr_b {
    margin: 3px 0px;
    border-top: 1px solid #303030;
  }

  hr.dot_b {
    border-top: 1px dotted #303030;
  }

  hr.hr_g {
    border-top: 1px solid #c0c0c0;
  }

  hr.dot_g {
    border-top: 1px dotted #909090;
  }

  table {
    border-collapse: collapse;
  }

  ul {
    margin: 0px;
  }

  button {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
  }

  img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
  }

  img.ofc {
    object-fit: cover;
  }

  .gift_wrap {
    grid-column: 1 / 4;
    padding: 5px;
  }

  .gift_area {
    height: 300px;
    overflow-y: scroll;
    padding: 5px;
  }

  .gift_icon_wrap {
    padding-top: 100%;
    border-radius: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
  }
/*
  .gift_icon_wrap img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
  }
*/
  .mini_link {
    font-size: 0.8em;
    font-weight: bold;
    color: #ff8f00;
  }

  .block_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 6, 6, 1);
  }

  /* チアー履歴のタイトル */
  .block_title.history {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    font-size: 2em;
    text-align: center;
  }

  /* チアー履歴のテーブル */
  .history_table_wrap {
    position: relative;
    padding: 0px 10px;
    height: 530px;
    overflow-y: scroll;
  }

  .history_table {
    font-size: 1.6em;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 0;
  }

  .history_table thead tr:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }

  .history_table tr:last-child {
    border-bottom: 1px solid #ff8f00;
  }

  .history_table th {
    border-left: 1px solid #fff;
    background-color: #ff8f00;
    color: #fff;
  }

  .history_table th:first-child {
    border-left: 1px solid #ff8f00;
  }

  .history_table th:last-child {
    border-right: 1px solid #ff8f00;
  }

  .history_table td {
    padding: 10px 0px;
    border-left: 1px solid #ff8f00;
    border-bottom: 1px dotted #ff8f00;
  }

  .history_table tr:last-child td {
    border-bottom: 1px solid #ff8f00;
  }

  .history_table td:last-child {
    border-right: 1px solid #ff8f00;
  }

  .block_title.history a {
    color: #303030;
    transition-duration: 0.3s;
  }

  .block_title.history a:hover {
    color: #ff8f00;
  }

  .block_title.history a.selected {
    color: #ff8f00;
  }

  .dspb {
    display: block;
  }

  .dspib {
    display: inline-block;
  }

  .dspn {
    display: none;
  }

  .dspg {
    display: grid;
  }

  .dspig {
    display: inline-grid;
  }

  .gcp_13 {
    grid-column: 1 / 3;
  }

  .gtc_11 {
    grid-template-columns: 1fr 1fr;
  }

  .gtc_111 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gtc_1111 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gtc_a1 {
    grid-template-columns: auto 1fr;
  }

  .gtc_a11 {
    grid-template-columns: auto 1fr 1fr;
  }

  .gtc_a1a {
    grid-template-columns: auto 1fr auto;
  }

  .gtc_1a {
    grid-template-columns: 1fr auto;
  }

  .gtc_aa {
    grid-template-columns: repeat(2, auto);
  }

  .gtc_aaa {
    grid-template-columns: repeat(3, auto);
  }

  .gtc_aaaa {
    grid-template-columns: repeat(4, auto);
  }

  .gg5 {
    grid-gap: 5px;
  }

  .gg10 {
    grid-gap: 10px;
  }

  .gg30 {
    grid-gap: 30px;
  }

  .pic {
    place-items: center;
  }

  .asc {
    align-self: center;
  }

  .ase {
    align-self: end;
  }

  .aic {
    align-items: center;
  }

  .bgc_base {
    background-color: #ff8f00;
  }

  .bgc_w {
    background-color: #fff;
  }

  .bgc_g {
    background-color: #f0f0f0;
  }

  .p10 {
    padding: 10px;
  }

  .ul_red {
    border-bottom: 2px solid rgba(255, 6, 6, 1);
  }

  .ul_g2 {
    border-bottom: 2px solid #909090;
  }

  .c_base {
    color: #ff8f00;
  }

  .c_w {
    color: #fff;
  }

  .c_b {
    color: #303030;
  }

  .vm {
    vertical-align: middle;
  }

  #wrapper {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
  }

  #header {
    position: sticky;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    align-items: center;
    width: 100%;
    /*	height: 100px;*/
    padding: 12px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    z-index: 99;
  }

  .header_logo img {
    width: 180px;
  }

  .header_left {
    padding-bottom: 5px;
    align-self: end;
  }

  .g_menu {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3em;
    font-weight: bold;
    color: #303030;
    transition-duration: 0.3s;
  }

  .g_menu a {
    color: #303030;
    transition-duration: 0.3s;
  }

  .g_menu a:hover {
    color: #ff8f00;
  }

  .g_menu.selected {
    color: #ff8f00;
  }

  .g_menu.selected a {
    color: #ff8f00;
  }

  .link_top {
    margin-left: 30px;
  }

  .g_menu:hover {
    color: #ff8f00;
  }

  .header_sns_icons {
    padding: 0 8px 7px;
    align-self: end;
  }

  .tp_icon {
    position: relative;
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-left: 10px;
    vertical-align: bottom;
  }
  .tp_icon:hover {
    opacity: .8;
  }

  .header_right {
    align-self: end;
    padding-bottom: 5px;
  }

  .h_user_icon {
    width: 60px;
    height: 60px;
    margin-left: 15px;
    object-fit: cover;
    border-radius: 100px;
    vertical-align: bottom;
  }

  .sub_menu {
    font-size: 1.2em;
    position: fixed;
    z-index: 99;
    top: 85px;
    right: 10px;
    padding: 15px;
    width: 200px;
    line-height: 2em;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    background-color: rgba(255, 255, 255, 0.85);
  }

  .login_username {
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #main {
    display: grid;
    grid-template-columns: 200px auto;
    width: 100%;
    margin: 0px auto;
  }

  .onlive #main {
  }

  .left_sidewrap {
    padding: 0px 10px 0px 0px;
  }

  .right_sidewrap {
    padding:10px;
  }

  .onlive .right_sidewrap {
  }

  .onlive .right_sidewrap > .dspg {
    height: 100%;
    padding-bottom: 30px;
  }

  .onlive #index_liver_area {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap: 10px;
  }

  .left_sidearea {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 200px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }

  .left_sidearea.ranking,
  .left_sidearea.help,
  .left_sidearea.mypage {
    margin-bottom: 0px;
    height: 100%;
  }

  .icon_img {
    width: 30px;
    vertical-align: bottom;
  }

  .show_more {
    margin-top: 10px;
  }

  #event_banner {
    margin-top: 30px;
  }

  .liver_area {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(200px, 200px));*/
    grid-template-columns: repeat(auto-fill, minmax(10.75%, 10.75%));
    grid-gap: 10px;
    margin-bottom: 30px;
  }

  .liver_area.onlive {
    overflow-y: scroll;
  }

  .liver_block {
    position: relative;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
  }

  .liver_photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s;
  }
  .liver_photo:hover {
    opacity: .8;
    transition: .3s;
  }

  .ranking_wrap {
    position: relative;
    margin-top: 15px;
  }

  .ranking_icon {
    z-index: 30;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 50px;
  }

  .ranking_num {
    position: absolute;
    left: 21.5px;
    top: 16px;
    font-weight: bold;
    font-size: 0.8em;
  }

  .liver_ranking .liver_block {
    width: 150px;
    height: 150px;
    margin: 0px auto;
  }

  .liver_ranking .liver_photo {
    height: 150px;
  }

  .liver_head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 27px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 5px;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .liver_watch {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    color: #303030;
    border-radius: 100px;
    padding: 2px 5px;
    font-size: 0.8em;
    font-weight: bold;
  }

  .liver_livenow {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    color: #303030;
    border-radius: 100px;
    padding: 2px 5px;
    font-size: 0.8em;
    font-weight: bold;
  }

  .nolive {
    display: none;
  }

  .liver_watch img {
    width: 13px;
    vertical-align: bottom;
  }

  .liver_livenow img {
    width: 13px;
    vertical-align: bottom;
  }

  .liver_foot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    min-height: 27px;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .liver_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .liver_c {
    display: inline-block;
    background-color: #ff8f00;
    color: #fff;
    border-radius: 100px;
    padding: 2px 5px;
    font-size: 0.8em;
  }

  .liver_c img {
    width: 13px;
    vertical-align: bottom;
  }

  .liver_prof_cheer_onlive .liver_c {
    font-size: 1.4em;
    padding: 2px 10px;
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    align-items: center;
  }

  .liver_prof_cheer_onlive .liver_c img {
    width: 17px;
    vertical-align: unset;
  }

  .liver_prof_pr_onlive {
    grid-column: 1 / 4;
    height: 100px;
    overflow-y: scroll;
  }

  .icon_back {
    width: 25px;
  }

  .lsl_wrap {
    height: 500px;
    overflow-y: scroll;
  }

  .liver_simple_list {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding: 20px 0px;
    border-bottom: 1px dotted #909090;
  }

  .lsl_livericon {
    background-color: #fff;
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 200px;
  }

  .lsl_livericon.onlive {
    background: rgb(255, 0, 111);
    background: linear-gradient(
      90deg,
      rgba(255, 0, 111, 1) 0%,
      rgba(255, 6, 6, 1) 50%,
      rgba(255, 143, 0, 1) 100%
    );
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 200px;
  }

  .lsl_livericon img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    object-fit: cover;
  }

  .lsl_livermeta {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    grid-gap: 0 10px;
  }

  .lsl_livername {
    grid-column: 1 / 3;
    font-size: 1.5em;
    font-weight: bold;
  }

  .lsl_liverdescription {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .info_block {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 10px 0px;
    border-bottom: 1px dotted #909090;
  }

  .info_date,
  .info_cat {
    align-self: center;
  }

  .info_cat img {
    width: 70px;
    margin-left: 10px;
    vertical-align: middle;
  }

  .info_title {
    padding-top: 5px;
  }

  .info_title,
  .info_text {
    grid-column: 1 / 3;
  }

  .info_title {
    font-size: 1.4em;
    font-weight: bold;
    color: #ff8f00;
  }

  .ranking_cat,
  .help_cat,
  .mp_cat {
    font-size: 1.2em;
    margin: 8px 0px;
    transition-duration: 0.3s;
  }

  .ranking_cat.selected,
  .help_cat.selected,
  .mp_cat.selected {
    color: #ff8f00;
  }

  .ranking_cat:hover,
  .help_cat:hover,
  .mp_cat:hover {
    color: #ff8f00;
  }

  .help_cat a,
  .mp_cat a {
    color: inherit;
  }

  .ranking_banner_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 140px;
    margin: 55px 140px 0px 140px;
  }

  .rb_block {
    margin-bottom: 30px;
    line-height: 0em;
  }

  .rb_inner {
    overflow-y: scroll;
    max-height: 600px;
  }

  .ranking_user {
    display: grid;
    grid-template-columns: 100px 70px 1fr;
    grid-gap: 10px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px dotted #909090;
  }

  .ranking_rankicon {
    position: relative;
  }

  .ranking_ranknum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    font-size: 0.9em;
    font-weight: bold;
  }

  .rb_inner.r_1 .ranking_score {
    border: 2px solid #ff8f00;
    background-color: #ff8f00;
    color: #fff;
    border-radius: 100px;
    padding: 2px 5px;
    text-align: center;
  }

  .rb_inner.r_2 .ranking_score {
    border: 2px solid #ed4b84;
    background-color: #ed4b84;
    color: #fff;
    border-radius: 100px;
    padding: 2px 5px;
    text-align: center;
  }

  .rb_inner.r_3 .ranking_score {
    border: 2px solid #ff8f00;
    background-color: #fff;
    color: #ff8f00;
    border-radius: 100px;
    padding: 2px 5px;
    text-align: center;
  }

  .rb_inner.r_4 .ranking_score {
    border: 2px solid #ec3100;
    background-color: #ec3100;
    color: #fff;
    border-radius: 100px;
    padding: 2px 5px;
    text-align: center;
  }

  .ranking_score img {
    width: 15px;
    vertical-align: text-top;
  }

  .ranking_livericon img {
    height: 70px;
    border-radius: 100px;
    object-fit: cover;
  }

  .ranking_meta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
  }

  .ranking_name {
    font-size: 1.4em;
    font-weight: bold;
    grid-column: 1 / 4;
  }

  .help_wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 5px;
    border: 1px solid #ff8f00;
    border-radius: 3px;
    align-items: center;
  }

  .help_title {
    font-size: 1.2em;
    font-weight: bold;
  }

  .help_text {
    grid-column: 1 / 3;
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: 5px;
  }

  .help_add_block {
    border: none;
  }

  .help_add_close img {
    width: 20px;
  }

  .contact_message {
    width: 100%;
    height: 170px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
  }

  .contact_history tr {
    border-bottom: 1px dotted #ff8f00;
  }

  .contact_history tr:last-child {
    border-bottom: 1px solid #ff8f00;
  }

  .contact_history th {
    padding: 5px;
    background-color: #ff8f00;
    color: #fff;
    white-space: nowrap;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .contact_history th:first-child {
    border-left: 1px solid #ff8f00;
  }

  .contact_history th:last-child {
    border-right: 1px solid #ff8f00;
  }

  .contact_history td {
    padding: 5px;
    border-left: 1px solid #ff8f00;
    border-right: 1px solid #ff8f00;
  }

  .contact_h_date,
  .contact_h_title {
    white-space: nowrap;
  }

  .mypage_profile_wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
  }

  .profile_cover.change {
    position: relative;
  }

  .change_cover {
    position: absolute;
    display: grid;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 2em;
  }

  .change_cover img {
    width: 70px;
  }

  .change_icon {
    position: absolute;
    display: grid;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 100px;
    border: 5px solid #fff;
    box-sizing: border-box;
  }

  .change_icon img {
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    border-radius: 0px !important;
  }

  .record_wrap,
  .schedule_wrap {
    padding-bottom: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  .record_wrap > .dspg {
    padding: 10px 10px 0px 10px;
    font-size: 1.2em;
    font-weight: bold;
  }

  .score_icon {
    width: 20px;
    vertical-align: top;
  }

  .schedule_wrap > .dspg {
    padding: 10px 10px 0px 10px;
  }

  .profile_message {
    padding: 10px;
    border: 1px solid #ff0606;
  }

  .profile_message.change {
    width: 100%;
    border: 1px solid #909090;
  }

  .dspg_border {
    grid-column: 1 / 3;
  }

  .record_wrap .dspg_border hr {
    margin: 0px 0px 15px 0px;
    border: none;
    border-top: 2px solid #ff0606;
  }

  .schedule_wrap .dspg_border hr {
    margin: 0px;
    border: none;
    border-top: 1px dotted #909090;
  }

  .record_rank {
    margin: 0px 0px 0px 10px;
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: bold;
    border: 3px solid #ff0606;
    border-radius: 100px;
  }

  #footer {
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    background-color: #303030;
  }

  .footer_logo {
    width: 150px;
  }

  .prof_meta_inchat {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 10px;
    margin-top: -10px;
  }

  .prof_meta_inchat .btn04,
  .prof_meta_inchat .btn05,
  .prof_meta_inchat .btn07,
  .prof_meta_inchat .btn08 {
    min-width: unset;
    padding: 3px;
    font-size: 0.8em;
    margin-left: 30px;
  }

  .prof_icon_inchat {
    grid-row: 1 / 3;
  }

  .prof_icon_inchat img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 500px;
    border: 3px solid #fff;
  }

  .prof_name_inchat {
    font-size: 1.2em;
    font-weight: bold;
  }

  .prof_follow_inchat {
    grid-column: 2 / 4;
  }

  .signup_btn {
    opacity: 0.5;
  }

  .dl_logo {
    padding: 30px;
  }

  .dl_logo img {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
  }

  .signup_form {
    width: 300px;
    margin: 15px auto 0px auto;
    text-align: left;
  }

  .signup_form input[type="text"] {
    width: 100%;
  }

  .g_b_inner {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    grid-gap: 5px;
    border-radius: 100px;
    background-color: #fff;
  }

  .form_search {
    width: 100%;
    padding: 5px 0px !important;
    border: none !important;
    font-size: 1.1em;
  }

  /* 配信予約追加ダイアログ */
  .new_schedule_hour,
  .new_schedule_min {
    width: unset !important;
    display: inline !important;
    margin-left: 5px;
  }

  .icon_box {
    padding: 5px;
  }

  .icon_box img {
    width: 22px;
    height: 22px;
    object-fit: cover;
  }

  /* トグルタイプのチェックボックス */
  .toggle_checkbox {
    position: relative;
    display: block;
    width: 40px;
    height: 15px;
    background-color: #909090;
    border-radius: 100px;
    z-index: 1;
  }

  .toggle_checkbox_btn {
    position: absolute;
    top: -2.5px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    z-index: 2;
    transition-duration: 0.3s;
  }

  /* 視聴画面に表示されるライバープロフィール */
  .liver_prof_area {
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  /* 視聴画面に表示されるおすすめライバー */
  .recommend_liver {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap: 10px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  .liver_prof_icon_onlive {
    grid-row: 1 / 3;
  }

  .liver_prof_icon_onlive img {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    object-fit: cover;
  }

  /* 視聴画面に表示されるライブ映像エリア */
  .live_area {
    position: relative;
    background-color: #000;
  }

  .live_movie {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .live_meta {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .live_meta span {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    box-sizing: border-box;
    padding: 3px 5px;
    border-radius: 100px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.85);
  }

  .live_meta_icons {
    width: 13px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .ele_movie {
    height: 100%;
    object-fit: cover;
  }

  .live_menu {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-grid;
    grid-template-columns: repeat(4, 40px);
    grid-gap: 10px;
    align-items: center;
  }

  .vs_wrap {
    width: 45px;
    text-align: center;
  }

  .live_volume_slider {
    width: 45px;
    -webkit-appearance: slider-vertical;
    writing-mode: bt-lr;
  }

  .volume_slider {
    grid-column: 1 / 5;
  }


  /* 配信画面設定 */
  .live_left_wrap {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  /* 配信アイコン設定 */
  .icon_change_wrap,
  .bg_change_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }

  .cut_border {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ff8f00;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .cut_border2 {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 100px);
    width: 200px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ff8f00;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .icon_img_wrap,
  .bg_img_wrap {
    line-height: 0em;
  }

  .icon_change_area,
  .bg_change_area {
    min-width: 300px;
    padding: 5px;
    border: 1px solid #ff8f00;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1.4em;
    font-weight: bold;
  }

  .live_type,
  .live_device,
  .live_share {
    position: relative;
  }

  .live_setting_submenu {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: max-content;
    padding: 5px;
    border: 1px solid #ff8f00;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1.4em;
    font-weight: bold;
  }

  .bg_thum {
    border: 1px solid #ff8f00;
    border-radius: 5px;
  }

}
/*
@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}
*/
@media only screen and (min-width: 768px) {
  .pc {
    /*    display: block !important;*/
  }
  .sp {
    display: none !important;
  }
}

/* モーダル関連 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 0;
}

.modal_inner {
  width: 95%;
  max-width: 400px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.modal_title {
  padding: 3px 5px;
  background-color: #607d8b;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 3px;
}

.modal2 {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 98;
}

.modal_inner2 {
  width: 90%;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}

.icon_modal {
  width: 20px;
}

.download_wrap,
.modal_form_wrap {
  position: relative;
}

.modal_form {
  width: 300px;
  margin: 15px auto 0px auto;
  text-align: left;
}

.modal_form input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.modal_form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline;
  margin: 0px;
  vertical-align: middle;
}

.close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.close_btn img {
  width: 20px;
}

/* ボタン類 */
.btn01 {
  display: inline-block;
  padding: 3px 3px;
  border-radius: 100px;
  background: rgb(255, 0, 111);
  background: linear-gradient(
    90deg,
    rgba(255, 0, 111, 1) 0%,
    rgba(255, 6, 6, 1) 50%,
    rgba(255, 143, 0, 1) 100%
  );
  font-weight: bold;
}

.btn01_inner {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  transition-duration: 0.3s;
  color: #fff;
}

.btn01_inner:hover {
  background-color: #fff;
  color: #303030;
}

.btn02 {
  display: inline-block;
  padding: 3px 3px;
  border-radius: 100px;
  background: rgb(255, 0, 111);
  background: linear-gradient(
    90deg,
    rgba(255, 0, 111, 1) 0%,
    rgba(255, 6, 6, 1) 50%,
    rgba(255, 143, 0, 1) 100%
  );
  font-weight: bold;
}

.btn02_inner {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  transition-duration: 0.3s;
  background-color: #fff;
  transition-duration: 0.3s;
  color: #303030;
}

.btn02_inner:hover {
  background-color: unset;
  color: #fff;
}

.btn03 {
  padding: 3px 10px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  background-color: #f4f4f4;
  color: #666;
  font-size: 0.8em;
  transition: 0.1s linear;
}

.btn03:hover {
  background-color: #fff;
  color: #666;
}

.btn04 {
  padding: 3px 10px;
  min-width: 150px;
  border: 3px solid #ff8f00;
  border-radius: 100px;
  background-color: #ff8f00;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}

.btn04:hover {
  background-color: #fff;
  color: #303030;
}

.btn05 {
  padding: 3px 10px;
  min-width: 150px;
  border: 3px solid #ff8f00;
  border-radius: 100px;
  background-color: #fff;
  color: #303030;
  font-weight: bold;
  transition-duration: 0.3s;
  font-size: 1.3em;
}

.btn05:hover {
  background-color: #ff8f00;
  color: #fff;
}

.btn06 {
  padding: 3px 10px;
  min-width: 150px;
  border: 3px solid #1e296a;
  border-radius: 100px;
  background-color: #fff;
  color: #303030;
  font-weight: bold;
  transition-duration: 0.3s;
}

.btn06:hover {
  background-color: #1e296a;
  color: #fff;
}

.btn07 {
  padding: 3px 10px;
  min-width: 150px;
  border: 3px solid #1e296a;
  border-radius: 100px;
  background-color: #1e296a;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}

.btn07:hover {
  background-color: #fff;
  color: #303030;
}

.btn08 {
  padding: 3px 10px;
  min-width: 150px;
  border: 3px solid #1e296a;
  border-radius: 100px;
  background-color: #fff;
  color: #1e296a;
  font-weight: bold;
  transition-duration: 0.3s;
}

.btn08:hover {
  background-color: #1e296a;
  color: #fff;
}

.btn_tweet {
  background-color: #1d9bf0;
  border-radius: 100px;
  padding: 5px 15px;
  color: #fff;
  line-height: 0em;
}

.btn_tweet img {
  width: 20px;
}
.form_select {
  border: 3px solid #ff8f00;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.15em;
}


.userdata_namecheer {
  grid-column: 2 / 4;
  align-self: end;
}

.userdata_cheer {
  margin-left: 20px;
  padding: 5px;
  font-size: 1.3em;
  font-weight: bold;
  border: 3px solid #ff8f00;
  border-radius: 100px;
}

/* パネル/エリア/レイヤーのバックグラウンド */
div#button_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

.cheer_box img {
	max-height: 105px;
}

.shopping-cart-container img {
	width: 40px;
}

/* hide telephone and cheer form */
.header_left + div div:first-child, .form-container {
	display: none !important;
}


.bank-info {margin-bottom:20px;}

.bank-info p, .submission-form {
	padding: 0 20px;
}

.bank-info:first-of-type li:last-of-type {
	list-style: none;
}

.bank-info span {
	color: red;
}

/* fix streaming container */
#efxwrap + div .container {
	max-width:100%;
}

/* no cheer exchange column */
.history_wrapper .finger:nth-of-type(2) {
	visibility: hidden;
}

/* no uranai in ranking menu */
.ranking_cat:nth-of-type(7) {
	/* display: none;*/
}

.grid_cheer {
	display: none !important;
}

.product-list .cheer_box {
	box-shadow: 1px 1px 3px #755050;
	border-radius: 8px;
	padding: 20px;
}

.product-list .item_left {
  text-align: center;
  margin: 15px auto 9px;
  background: #e3b864;
  border-radius: 7px;
  color: #2f280e;
  font-weight: bold;
  font-size: 18px;
  padding: 7px 20px;
  text-shadow: 1px 1px 1px yellow;
}
.product-list .item_right {
  text-align: right;
  margin: 0 auto 13px;
  border: 1px solid #80808066;
  width: 83%;
}
.shopping-cart-container {
  padding: 20px;
}
#cart-items-container {
  margin: 28px auto;
}
.cart-item {
  border: 1px solid #80808078;
  padding: 12px;
}

#komoju-form-container {
  border: 1px solid #ccbcbc;
  padding: 10px;
  border-radius: 6px;
  margin: 10px auto;
}
#komoju-pay-button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  min-width: 139px;
  font-size: 23px;
  font-weight: bold;
}
#komoju-close-button {
  float: right;
  margin: -81px -10px 0 0;
  border-radius: 50%;
  padding: 0px 5px;
  background: #ff0505;
  color: white;
}

#cart-items-container .cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	background-color: #fff9ed;
}

/* Container for the image and item information */
#cart-items-container .item-details {
  display: flex; /* Makes this a flex container */
  align-items: center; /* Vertically centers the image and info */
  gap: 1rem; /* Adds space between the image and the info div */
}

/* Container for the item name and price */
#cart-items-container .item-info {
  display: flex; /* Makes this a flex container */
  flex-direction: column; /* Stacks the name and price vertically */
}

/* Styling for the product image */
#cart-items-container .item-image {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #80808061;
	padding: 5px;
	background: #fff;
}

/* Container for the quantity controls and remove button */
#cart-items-container .item-controls {
  display: flex; /* Makes this a flex container */
  align-items: center; /* Vertically centers the buttons and quantity span */
  gap: 0.5rem; /* Adds space between the control elements */
}

/* Styling for all buttons within the cart item controls */
#cart-items-container .item-controls button {
  background-color: #f1f5f9; /* Sets a light gray background */
  border: 1px solid #cbd5e1; /* Adds a border */
  border-radius: 0.25rem; /* Applies rounded corners */
  padding: 0.5rem 0.75rem; /* Adds padding for a larger click area */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
  font-weight: bold;
}

/* Styling for the remove button to make it stand out */
#cart-items-container .item-controls .remove-button {
	background-color: #ef4444;
	color: #fff;
	border-color: #dc2626;
	margin-left: 60px;
}

/* Styling for the quantity display span */
#cart-items-container .item-controls .item-quantity {
  padding: 0 0.5rem; /* Adds horizontal padding */
  font-weight: bold;
  font-size: 1.125rem; /* Increases font size */
}

/* Styling for the item name and price */
#cart-items-container .item-name {
	font-weight: bold;
	font-size: 1rem;
	border: 1px solid #8080804f;
	background: white;
	padding: 1px 15px 0 5px;
	border-radius: 0% 3% 30% 0%;
}

.cart-summary h3 {
  text-align: center;
  margin-bottom: 20px;
}

#komoju-error-message {
	display: none;
}


