@charset "UTF-8";
@view-transition {
  navigation: auto;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}

:root {
  --main-bg-color: #0b377d;
  --fm-tour-color: rgb(25, 149, 165);
  --fm-concert-color: darkgoldenrod;
  --fm-album-color: dodgerblue;
  --fm-songs-color: crimson;
  --fm_collabo-color: rgb(97, 45, 134);
  --fm_episode-color: rgb(230, 226, 22);
  --fm_collections-color: rgb(164, 199, 37);
  --fm_others-color: rgb(212, 104, 185);
}

body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

select {
  -webkit-appearance: none;
  appearance: none;
}

::picker(select) {
  -webkit-appearance: none;
  appearance: none;
}

select:invalid,
select option:disabled {
  color: #aaaaaa;
}

@supports (background: color-mix(in srgb, currentColor, transparent 40%)) {
  select:invalid,
  select option:disabled {
    color: color-mix(in srgb, currentColor, transparent 40%);
  }
}

select option:not(:disabled) {
  color: initial;
}

.inlblk {
  display: inline-block;
}

.none {
  display: none !important;
}

.flexrow {
  display: flex;
}

.flexcenter {
  justify-content: center;
  align-items: center;
}

.bold {
  font-weight: 600;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.mb_05 {
  margin-bottom: 0.5rem;
}

.fig {
  letter-spacing: 0.15em;
}

.badge {
  display: inline-flex;
  padding: 5px 1em;
  font-size: 0.7rem;
  color: white;
  background-color: #999999;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  border-radius: 2px;
}

.mincho {
  font-family:
    "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    serif;
}

.notosans {
  font-family: Noto;
}

.redtxt {
  color: #d30000;
}

.inilink {
  color: revert;
  text-decoration: revert;
}

.rflex {
  justify-content: flex-end;
}

.headlink {
  color: inherit;
}

.add_btn_div {
  display: flex;
  justify-content: flex-end;
  .add_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(11, 55, 125, 0.8); */
    background-color: rgba(11, 55, 125);
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 3px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    /* filter: drop-shadow(10px 10px 3px rgba(11, 55, 127, 0.95)); */
    filter: drop-shadow(5px 5px 3px rgba(11, 55, 127, 0.5));
    border: solid 1px rgb(11, 55, 127);
    cursor: pointer;
    .material-symbols-outlined {
      max-width: 30px;
      font-size: 2em;
      margin-right: 1rem;
    }
    &:active {
      filter: drop-shadow(0 0 1px rgba(11, 55, 127, 0.95));
      transform: translateX(5px) translateY(5px);
    }
  }
}

.memberpage-topics {
  position: relative;
  text-align: center;
  padding-block: 3rem 1rem;
  text-shadow: 0 0 3px white;
  &::before {
    content: attr(data-topic-eng);
    position: absolute;
    left: 0;
    width: 100%;
    color: #eaeaea;
    z-index: -1;
    font-size: 2em;
    text-shadow: none;
    transform: translateY(-12.5%);
  }
}

.room_desc {
  width: fit-content;
  margin-inline: auto;
}

section.main {
  width: 100%;
}

.community_wrap {
  width: 100%;
  display: grid;
  grid-template-areas:
    "content sidebar     "
    "below-content sidebar";
  grid-template-rows: 1fr auto;
  grid-template-columns: minmax(0, 100%) 1fr;
  .sidebar_wrapper {
    width: clamp(15em, 20svw, 20em);
    display: flex;
    grid-area: sidebar;
    position: sticky;
    top: 0;
    height: calc(1dvh * 100);
    align-self: start;
    overflow-y: auto;
    background-color: #f5f5f5;
    --1dvh: 1dvh;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    .side_container {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      overflow-x: hidden;
    }
    .togglemenu.mobi {
      display: none;
    }
    .sidebar_row {
      height: 2.2rem;
      padding: 0 1rem;
      align-items: center;
    }
    .side_sec_wrapper {
      margin-bottom: 1rem;
      background-color: #ffffff;
      &.section_cate {
        li {
          border-left-style: solid;
          border-left-width: 5px;
          &#fm_tour {
            border-color: var(--fm-tour-color);
          }
          &#fm_concert {
            border-color: var(--fm-concert-color);
          }
          &#fm_album {
            border-color: var(--fm-album-color);
          }
          &#fm_songs {
            border-color: var(--fm-songs-color);
          }
          &#fm_collabo {
            border-color: var(--fm_collabo-color);
          }
          &#fm_episode {
            border-color: var(--fm_episode-color);
          }
          &#fm_collections {
            border-color: var(--fm_collections-color);
          }
          &#fm_others {
            border-color: var(--fm_others-color);
          }
        }
      }
      .side_sec_head_wrapper {
        display: flex;
        background-color: var(--main-bg-color);
        color: #ffffff;
        font-weight: 600;
      }
    }
    .sidebar_sections {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      flex: 1;
      padding: 1.5rem 1rem 1rem;
      overflow-x: hidden;
      overflow-y: auto;
      --scrollbarBg: transparent;
      --scrollbarThumbBg: rgb(232.9, 232.9, 232.9);
      --scrollbarWidth: 0.5em;
      scrollbar-color: rgba(0, 0, 0, 0) var(--scrollbarBg);
      transition: scrollbar-color 0.25s ease-in-out;
      transition-delay: 0s;
      transition-delay: 0.5s;
      &:hover {
        scrollbar-color: var(--scrollbarThumbBg) var(--scrollbarBg);
        transition-delay: 0s;
      }
      .side_sect_list {
        margin: 0;
        padding: 0.25rem 0;
        display: flex;
        flex-direction: column;
        gap: calc(0.25rem / 3);
        .side_sec_link_row {
          display: flex;
          align-items: center;
          position: relative;
          .side_sec_link {
            display: inline-flex;
            width: 100%;
            align-items: center;
            color: rgb(100.3, 100.3, 100.3);
            transition: background-color 0.25s;
            &:hover {
              background-color: rgba(11, 55, 125, 0.21);
            }
            .tagicon {
              margin-left: -0.5em;
              margin-right: 0.25em;
            }
            .cateicon {
              margin-left: -0.25em;
              margin-right: 0.5em;
            }
            .side_link_txt {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              min-width: 0;
              flex: 0 1 auto;
            }
          }
        }
      }
    }
  }
  .comunity_container {
    width: 75svw;
    margin-inline: auto;
    .forum_outerwrap {
      margin-block: 50px;
      .forumwrap {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
        background: #f5f5f5;
        padding: 30px 5svw;
        margin-block: 30px;
        position: relative;
        .funcwrap {
          order: 1;
          .functrow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 20px;
            .sort_wrap {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              select.sortbtn {
                margin-left: 0.5rem;
                border: 1px solid #999999;
                border-radius: 0px;
                background: #ffffff;
                padding: 10px 36px 10px 10px;
                transition: 0.4s;
                outline: none;
                background-image: url("/images/member/arrow_down.svg");
                background-repeat: no-repeat;
                background-size: 24px auto;
                background-position: right 6px center;
                option {
                  display: flex;
                  justify-content: flex-start;
                  gap: 20px;
                  border: 2px solid #dddddd;
                  background: #ffffff;
                  padding: 10px;
                  transition: 0.4s;
                  &:first-of-type {
                    border-radius: 0 0 0 0;
                  }
                  &:last-of-type {
                    border-radius: 0 0 0 0;
                  }
                  &:not(option:last-of-type) {
                    border-bottom: none;
                  }
                }
              }
            }
            .search_wrap {
              position: relative;
              flex-basis: 50%;
              flex-grow: 1;
              display: flex;
              justify-content: flex-end;
              .input-holder {
                height: 42px;
                width: 42px;
                overflow: hidden;
                background: rgba(255, 255, 255, 0);
                /* border-radius: 6px; */
                position: relative;
                transition: all 0.3s ease-in-out;
                form {
                  position: relative;
                }
                .delbtn {
                  position: absolute;
                  top: 24px;
                  transform: translateY(-50%);
                  right: 50px;
                  cursor: pointer;
                  .material-symbols-outlined {
                    font-size: 1em;
                    color: rgba(0, 0, 0, 0.4);
                  }
                }
                .search-input {
                  width: 100%;
                  height: 42px;
                  padding: 0px 70px 0 20px;
                  opacity: 0;
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  background: transparent;
                  box-sizing: border-box;
                  border: none;
                  outline: none;
                  font-family: "Open Sans", Arial, Verdana;
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 20px;
                  transform: translate(0, 60px);
                  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
                  transition-delay: 0.3s;
                }
                .search-icon {
                  width: 42px;
                  height: 42px;
                  border: none;
                  background: #f5f5f5;
                  padding: 0px;
                  outline: none;
                  position: relative;
                  z-index: 2;
                  float: right;
                  cursor: pointer;
                  transition: all 0.3s ease-in-out;
                  span {
                    width: 22px;
                    height: 22px;
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    transform: rotate(45deg);
                    transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
                    &::before,
                    &::after {
                      position: absolute;
                      content: "";
                    }
                    &::before {
                      width: 4px;
                      height: 11px;
                      left: 9px;
                      top: 18px;
                      border-radius: 2px;
                      background: #999999;
                    }
                    &::after {
                      width: 14px;
                      height: 14px;
                      left: 0px;
                      top: 0px;
                      border-radius: 16px;
                      border: 4px solid #999999;
                    }
                  }
                }
              }
              &.active {
                padding-left: 1rem;
                .input-holder {
                  width: 360px;
                  max-width: 100%;
                  /* border-radius: 50px; */
                  border-bottom: solid 2px rgba(0, 0, 0, 0.4);
                  /* background: rgba(255, 255, 255, 0.7); */
                  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
                  .search-input {
                    opacity: 1;
                    transform: translate(0, 0);
                    &:focus-within {
                      background-color: rgba(255, 255, 255, 0.7);
                    }
                  }
                  .search-icon {
                    width: 42x;
                    height: 42px;
                    margin-left: 10px;
                    span {
                      transform: rotate(-45deg);
                    }
                  }
                }
              }
              .serachbtn {
                display: flex;
                align-items: center;
                cursor: pointer;
                .material-symbols-outlined {
                  font-size: 36px;
                }
              }
            }
          }
          .statusrow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            background-color: var(--main-bg-color);
            border-radius: 3px;
            color: white;
            font-size: 1.1rem;
            &.error_row {
              background-color: #888888;
            }
            .error_wrap {
              font-size: 0.8rem;
            }
            .clearbtn {
              font-size: 0.8rem;
              font-weight: 400;
              border: none;
              margin: 0;
              padding: 0.5rem;
              color: #333;
              outline: none;
              border-radius: 2px;
              background-color: white;
              box-shadow: none;
            }
          }
        }
        .topiclist_wrap {
          position: relative;
          display: grid;
          grid-template-columns: 100px 1fr clamp(200px, 25svw, 300px);
          min-height: 100px;
          box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
          background-color: white;
          border-radius: 5px;
          padding: 2rem 3rem;
          cursor: pointer;
          &:hover {
            box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.7);
            background-color: rgba(11, 55, 125, 0.21);
          }
          &:active {
            border: solid 2px var(--main-bg-color);
          }
          .topic_img_div {
            .topic_img {
              display: flex;
              width: 80px;
              height: 80px;
              background-color: #aaaaaa;
              border-radius: 50px;
              & > img {
                width: 100%;
                object-fit: cover;
                border-radius: 50px;
              }
            }
          }
          .topic_main_div {
            padding-inline: 1rem;
            .topic_ttl {
              font-size: 1.1rem;
              font-weight: 800;
              margin-bottom: 0.5rem;
              line-height: 1.2em;
            }
            .creator {
              margin-left: 1rem;
              font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
              font-size: 0.75rem;
              font-weight: 400;
              span:first-of-type {
                margin-right: 0.5rem;
                color: rgba(0, 0, 0, 0.4);
              }
            }
            .topic_desc {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 2;
              line-clamp: 2;
            }
          }
          .topic_param {
            .topic_spec {
              display: flex;
              /* column-gap: 1rem; */
              justify-content: space-between;
              padding-left: 0.5rem;
              .post_count,
              .view_count {
                display: flex;
                column-gap: 0.5rem;
                flex-basis: 60px;
                .material-symbols-outlined {
                  max-width: 24px;
                  color: var(--main-bg-color);
                }
              }
              .recent_post {
                display: flex;
                flex-basis: 130px;
                flex-direction: column;
                row-gap: 0.5rem;
                .rece_postinfo {
                  display: flex;
                  column-gap: 1rem;
                  justify-content: space-between;
                  align-items: center;
                  .pers_icon {
                    width: 30px;
                    height: 30px;
                    background-color: #aaaaaa;
                    border-radius: 30px;
                    & > img {
                      width: 100%;
                      object-fit: contain;
                      border-radius: 30px;
                    }
                  }
                }
                .badge {
                  background-color: var(--main-bg-color);
                }
              }
            }
            .tagview {
              display: flex;
              align-items: center;
              font-size: 0.75rem;
              padding-left: 0.5rem;
              margin-top: 0.5rem;
              color: #888888;
              .material-symbols-outlined {
                max-width: 24px;
                margin-right: 0.5rem;
                color: #999999;
              }
            }
          }
        }
        &.threadsview {
          flex-flow: column;
          padding: 10px 10px 30px;
          .main_topic {
            position: relative;
            display: grid;
            /* grid-template-columns: 70px 1fr clamp(200px, 25svw, 300px); */
            grid-template-columns: 70px 1fr;
            min-height: 100px;
            box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
            background-color: white;
            border-top-style: solid;
            border-top-width: 5px;
            border-radius: 5px;
            padding: 2rem 3rem;
            cursor: pointer;
            &.cate_other {
              border-top-color: var(--fm_others-color);
              /* 他のカテゴリーも同様に動的に適用 */
            }
            .topic_header {
              margin-bottom: 1rem;
            }
            .topic_body {
              display: flex;
              padding-block: 0.5rem 1rem;
              .topic_img_div {
                flex: 0 1 100px;
                max-height: 100px;
                margin-right: 1rem;
              }
            }
            .topic_param {
              display: flex;
              grid-column: 2 / 3;
              padding-block: 1rem 0.5rem;
              border-top: dotted 1px #ccc;
              .topic_spec {
                display: flex;
                flex: 1 0 100px;
                column-gap: clamp(0.5rem, 2svw, 100px);
              }
              .material-symbols-outlined {
                vertical-align: middle;
              }
              .specttl {
                display: inline-block;
                font-size: 0.8rem;
                color: #999999;
                margin-right: 0.25rem;
              }
            }
          }
          .funcwrap {
            order: unset;
            .functrow {
              column-gap: 2svw;
              padding: 10px 1rem;
              box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
              background-color: white;
              border-radius: 5px;
              .search_wrap {
                flex-basis: 10rem;
                .search-icon {
                  background-color: transparent;
                }
                &.active {
                  padding-left: 0;
                  .input-holder {
                    width: 100%;
                    max-width: 360px;
                  }
                }
              }
              .add_btn {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: rgba(11, 55, 125);
                color: #fff;
                padding: 0.5rem 1rem;
                border-radius: 3px;
                font-weight: bold;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 1rem;
                filter: drop-shadow(2px 2px 2px rgba(11, 55, 127, 0.5));
                border: solid 1px rgb(11, 55, 127);
                cursor: pointer;
              }
            }
          }
          .threads_wrap,
          .mypost_wrap {
            display: flex;
            flex-direction: column-reverse;
            row-gap: 20px;
            background: #f5f5f5;
            padding: 0 10px;
            margin-top: 0;
            position: relative;
            .threadpost_wrap {
              width: 90%;
              position: relative;
              display: grid;
              grid-template-columns: 100px 1fr;
              min-height: 100px;
              box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
              background-color: white;
              border-radius: 5px;
              padding: 2rem 3rem 1rem;
              .thread_main_div {
                .thread_ttl {
                  display: flex;
                  justify-content: space-between;
                  .poster {
                    font-size: 1.1rem;
                  }
                }
                .thread_desc {
                  padding-block: 1rem;
                  font-family:
                    "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
                    "Hiragino Mincho ProN", serif;
                  & > img {
                    max-width: 160px;
                    max-height: 160px;
                    float: left;
                    shape-outside: margin-box;
                    margin: 1.5rem;
                  }
                  .poster {
                    font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
                  }
                  blockquote {
                    background-color: rgb(240, 240, 224);
                    /* background-image: url("../images/quote.png");
                    background-repeat: no-repeat;
                    background-position: 10px 20px; */
                    font-size: inherit;
                    padding: 1rem 1.5rem;
                    .contributor {
                      display: flex;
                      align-items: center;
                      column-gap: 1rem;
                      margin-bottom: 1rem;
                      .pers_icon {
                        width: 30px;
                        height: 30px;
                      }
                    }
                  }
                }
              }
              .share_row {
                display: flex;
                justify-content: flex-end;
                grid-column: 2 / 3;
                padding-block: 0.5rem 0;
                border-top: dotted 1px #ccc;
                column-gap: 1svw;
              }
            }
          }
          .mypost_wrap {
            align-items: flex-end;
            border: solid 3px #0b377d;
            padding: 2.5rem 0.5rem 1rem;
            border-radius: 5px;
            .mypost_corner {
              position: absolute;
              display: flex;
              justify-content: center;
              align-items: center;
              height: 2rem;
              top: 0;
              left: 0;
              padding-inline: 1rem;
              background-color: #0b377d;
              color: white;
              border-radius: 1px 0 5px 0;
            }
          }
          .contributor {
            .pers_icon {
              display: flex;
              width: 50px;
              height: 50px;
              background-color: #aaaaaa;
              border-radius: 50px;
              img {
                width: 100%;
                object-fit: contain;
                border-radius: 30px;
              }
            }
          }
        }
      }
      .topic_ttl {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.15em;
      }
      .creator {
        font-size: 0.75rem;
        font-weight: 400;
      }
      .post_date {
        font-size: 0.9rem;
        color: #999999;
      }
      .icon_btn {
        display: flex;
        background: none;
        column-gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        border-radius: 3px;
        cursor: pointer;
        &.favbtn {
          color: #999999;
          &:hover {
            color: rgb(255, 112, 136);
            background-color: rgba(11, 55, 125, 0.1);
          }
          &:active {
            background-color: rgba(11, 55, 125, 0.2);
          }
        }
        &.negabtn {
          color: #999999;
          &:hover {
            color: #4b4b4b;
            background-color: rgba(11, 55, 125, 0.1);
          }
          &:active {
            background-color: rgba(11, 55, 125, 0.2);
          }
        }
      }
    }
  }
}
@media screen and (max-width: 991px) {
  .community_wrap {
    display: flex;
    flex-direction: column;
    .sidebar_wrapper {
      position: relative;
      width: 100svw;
      height: max-content;
      padding-block: 1rem 0;
      .side_container {
        display: block;
        .togglemenu.mobi {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-inline: 1rem;
          padding: 1rem;
          border: 1px solid #999999;
          border-radius: 0px;
          background: #ffffff;
          background-color: #ffffff;
          font-size: 1.1rem;
          box-shadow:
            1px 1px 5px #ffffff40,
            0 10px 20px -5px #2d3e504d;
          transition:
            transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
            border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
            border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
            box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
            background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          cursor: pointer;
          &:hover {
            box-shadow: none;
            transform: translate(0, 2px);
          }
          &::after {
            content: "\e313";
            position: absolute;
            right: 2rem;
            font-family: "Material Symbols Outlined";
            font-size: 26px;
            transition: all 0.5s;
          }
          &.open {
            &::after {
              transform: rotate(-180deg);
            }
          }
        }
        .sidebar_sections {
          position: relative;
          top: 0;
          height: calc(100% - 40px);
          padding-top: 3px;
          transition: all 0.5s;
          transform: scaleY(1);
          transform-origin: top;
          &.hidemenu {
            /* visibility: hidden; */
            height: 0;
            padding-top: 0;
            transform: scaleY(0);
          }
          .side_sec_wrapper {
            margin-bottom: 0;
          }
        }
      }
    }
    .main_wrapper {
      .comunity_container {
        width: 100svw;
        .memberpage-topics {
          padding-block: 1rem;
          &::before {
            margin-top: 1rem;
            font-size: 1.4em;
          }
        }
        .forum_outerwrap {
          margin-block: 30px;
          .add_btn_div {
            justify-content: center;
            /* padding-top: 30px; */
            padding-inline: 3svw;
            .add_btn {
              font-size: 1rem;
            }
          }
          .forumwrap {
            &.threadsview {
              .main_topic {
                display: block;
                padding-inline: 1.5rem;
                .topic_main_div {
                  .topic_header {
                    display: flex;
                    flex-direction: column-reverse;
                    margin-top: -24px;
                    .creator {
                      margin-left: 60px;
                    }
                    .topic_ttl {
                      margin-top: 0.5rem;
                    }
                  }
                }
              }
              .funcwrap {
                .functrow {
                  flex-direction: column-reverse;
                  column-gap: 1rem;
                  row-gap: 1rem;
                  box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
                  background-color: white;
                  border-radius: 5px;
                  .search_wrap {
                    width: 100%;
                    max-width: 300px;
                    background: whitesmoke;
                    flex: 1;
                    .input-holder {
                      max-width: 300px;
                    }
                  }
                }
              }
              .threads_wrap,
              .mypost_wrap {
                .threadpost_wrap {
                  width: calc(100% - 10px);
                  padding-inline: 1rem;
                  display: block;
                  & > .contributor {
                    display: inline-block;
                    position: absolute;
                  }
                  .thread_main_div {
                    .thread_ttl {
                      display: block;
                      margin-left: 65px;
                      margin-top: 0.3rem;
                      margin-bottom: 1rem;
                      .post_date {
                        text-align: right;
                        padding-right: 1rem;
                      }
                    }
                  }
                }
              }
            }
            .funcwrap {
              margin-top: -10px;
              .functrow {
                flex-direction: column-reverse;
                column-gap: 1rem;
                row-gap: 1rem;
                padding-block: 1.5rem;
                box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
                background-color: white;
                border-radius: 5px;
                .search_wrap {
                  width: 100%;
                  max-width: 300px;
                  background: whitesmoke;
                  flex: 1;
                  .input-holder {
                    max-width: 300px;
                  }
                }
              }
            }
            .topiclist_wrap {
              display: block;
              padding-inline: 1.5rem;
              .topic_img_div {
                position: absolute;
                .topic_img {
                  width: 60px;
                  height: 60px;
                }
              }
              .topic_main_div {
                padding-inline: 0;
                margin-top: 2px;
                .topic_ttl {
                  min-height: 60px;
                  padding-left: 70px;
                  font-size: 1rem;
                  .creator {
                    position: static;
                    flex-direction: row;
                    justify-content: flex-end;
                    height: auto;
                    width: auto;
                    margin: 5px 0 1rem;
                    padding: 0;
                  }
                }
              }
              .topic_param {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                margin-top: 0.5rem;
                padding-block: 1rem 0;
                border-top: dotted 1px #ccc;
                font-size: 0.8rem;
                color: #999999;
                .topic_spec {
                  flex-basis: 50%;
                }
                .tagview {
                  flex-basis: 50%;
                  margin-top: 0;
                  padding-left: 2rem;
                }
              }
            }
          }
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .community_wrap {
    .main_wrapper {
      .comunity_container {
        .memberpage-heading {
          font-size: 16px;
        }
        .comu_info_sum {
          margin-top: 40px;
        }
        .memberpage-topics {
          font-size: 24px;
          &::before {
            margin-top: 1rem;
            font-size: 1.4em;
          }
        }
        .forum_outerwrap {
          .forumwrap {
            .funcwrap {
              .functrow {
                .search_wrap {
                  width: 100%;
                  max-width: 300px;
                  background: whitesmoke;
                  flex: 1;
                  .input-holder {
                    max-width: 300px;
                  }
                }
              }
            }
            .topiclist_wrap {
              .topic_main_div {
                .topic_ttl {
                  min-height: 60px;
                }
              }
              .topic_param {
                display: block;
                .tagview {
                  margin-top: 0.5rem;
                  padding-left: 0.5rem;
                }
              }
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 479px) {
  .comunity_container {
    & > .memberpage-heading {
      font-size: 20px;
    }
    & > .forum_outerwrap {
      .message_wrap {
        .msgttl {
          font-size: 1.25rem;
        }
        .msgbody {
          padding-inline: 1rem;
        }
      }
    }
  }
}

@media screen and (max-width: 359px) {
  .comunity_container {
    & > .memberpage-heading {
      margin-top: 30px;
      font-size: 16px;
    }
    & > .forum_outerwrap {
      .message_wrap {
        .msgbody {
          padding-block: 1rem;
          .msgbtnrow {
            min-width: 240px;
          }
        }
      }
    }
  }
}

.s-button {
  width: 48%;
}
.message_wrap {
  max-width: 640px;
  min-height: 320px;
  margin: 3svh auto;
  border: 1px solid var(--memberstack-library--ms-border-color);
  border-radius: 5px;
  h2.msgttl {
    font-size: 1.75rem;
    text-align: center;
    margin: 0;
    padding: 1rem;
    background-color: var(--memberstack-library--ms-background-color);
    border-bottom: solid 1px var(--memberstack-library--ms-border-color);
    border-radius: 5px 5px 0 0;
    &.errorttl {
      .material-symbols-outlined {
        font-size: 1em;
        margin-right: 0.5em;
      }
    }
  }
  .msgbody {
    padding: 2rem 3rem;
    p {
      &.mainmsg {
        margin-bottom: 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        border-left: solid 10px var(--main-bg-color);
        text-indent: 0.5em;
        &.errormsg {
          border-left: solid 10px #d30000;
        }
      }
    }
    .msgbtnrow {
      width: max-content;
      min-width: 300px;
      margin-top: 40px;
      margin-inline: auto;
    }
  }
}
#loadscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 80;
  opacity: 1;
  backface-visibility: hidden;
  will-change: opacity;
  transition: all 0.5s ease-in;
}
#loadscreen.fdout {
  opacity: 0;
}
#loadscreen div span {
  display: block;
  background: #000000;
  width: 100px;
  height: 5px;
  margin-top: 5px;
  animation: load 2s infinite;
  border-radius: 5px;
}
#loadscreen div span:nth-child(2) {
  animation-delay: 100ms;
}
#loadscreen div span:nth-child(3) {
  animation-delay: 200ms;
}
@keyframes load {
  50% {
    width: 5px;
    margin-right: 95px;
    opacity: 0.1;
  }
}

.comunity_container {
  .comu_info_sum {
    padding-inline: 40px;
  }
  .com_info_sub {
    text-align: center;
    margin-bottom: 1em;
  }
  .attention_wrap {
    max-width: 960px;
    .warning_text {
      text-decoration: underline;
      color: var(--form-attend);
    }
  }

  @media screen and (max-width: 767px) {
    .comu_info_sum {
      padding-inline: 0;
    }
  }
}

.list_2ndlvl_group {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  row-gap: 10px;
  .menu_2ndlvl_link {
    width: 100%;
    min-height: 80px;
    align-items: center;
    box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.4);
    background-color: white;
    border-radius: 5px;
    padding-inline: 3rem;
    cursor: pointer;
    &:hover {
      box-shadow: 0.1px 0.1px 2px rgba(0, 0, 0, 0.7);
      background-color: rgba(11, 55, 125, 0.21);
    }
    &:active {
      border: solid 2px var(--main-bg-color);
    }
    .mem_menu_2ndvlv_icon {
      margin-right: 2rem;
      span.material-symbols-outlined {
        font-size: 2.4rem;
        color: var(--main-bg-color);
      }
    }
    .lvl2nd_info {
      display: flex;
      align-items: center;
      flex-grow: 1;
      height: 100%;
      .lvl2nd_ttl {
        font-size: 1.1rem;
        line-height: 1em;
        margin: 0 1rem 0 0;
      }
      .secu_info {
        flex: 1;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        row-gap: 3px;
        padding-block: 0.75rem;
        color: #888;
        .sec_stat {
          display: flex;
          align-items: center;
          padding: 1px 0.5rem 1px 3px;
          border-radius: 20px;
          line-height: 1em;
          color: #333;
          letter-spacing: 1px;
          .check_stat {
            margin-right: 0.5rem;
            margin-bottom: -1px;
          }
          &.checked {
            background-color: #bbefd2;
            color: #558a6d;
            .check_stat {
              color: #558a6d;
            }
          }
          &.unchecked {
            background-color: #fbf47e;
            color: #a49a13;
            .check_stat {
              color: #a49a13;
            }
          }
        }
        .secu_info_desc {
          max-width: 300px;
        }
      }
    }
  }
  @media screen and (max-width: 767px) {
    .menu_2ndlvl_link {
      padding-inline: 1.5rem;
      .mem_menu_2ndvlv_icon {
        margin-right: 5svw;
      }
    }
  }
  @media screen and (max-width: 479px) {
    .menu_2ndlvl_link {
      padding-inline: 1rem;
      .mem_menu_2ndvlv_icon {
        margin-right: 3svw;
        span.material-symbols-outlined {
          font-size: 2rem;
        }
      }
      .lvl2nd_info {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        .lvl2nd_ttl {
          flex-basis: 50%;
          display: flex;
          align-items: flex-end;
          font-size: 1rem;
        }
        .secu_info {
          flex-basis: 50%;
          flex-grow: 0;
          width: 100%;
          height: max-content;
          flex-direction: row;
          align-items: center;
          padding-block: 0;
          font-size: 13px;
          .sec_stat {
            transform: scale(0.8);
          }
        }
      }
    }
  }
  @media screen and (max-width: 359px) {
    .menu_2ndlvl_link {
      padding-inline: 8px;
      .lvl2nd_info {
        .secu_info {
          .sec_stat {
            min-width: 60px;
            padding: 1px;
            letter-spacing: 0;
            .check_stat {
              margin-right: 1px;
            }
          }
        }
      }
    }
  }
}

.passwrap {
  position: relative;
  span.material-symbols-outlined {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    &:hover {
      color: rgba(0, 0, 0, 0.5);
    }
    &:active {
      color: rgba(0, 0, 0, 0.6);
    }
  }
}

.w-input:focus:user-invalid,
.w-select:focus:user-invalid {
  border-color: #ec4d38;
  background-color: rgba(236, 77, 56, 0.05);
  outline: 0;
}

.relblock {
  position: relative;
}

.soonglass {
  /*   position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: calc(100% - 15px);
  width: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; */
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 15px);
  top: -15px;
  left: -15px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow:
    inset 0 0 15px rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: #202227;
  padding: 0 15px 5px 0;
  &::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("/images/member/coming-soon240.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    text-align: left;
    color: black;
    top: 0;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  }
}

.ms-button:has(+ .soonglass) {
  pointer-events: none;
}

.ms-button.pending {
  /*opacity: 0.3;*/
  filter: sepia(60%);
}

.ms-button.pending :has(+ .soonglass.none) {
  opacity: 0.3;
}

.guide_apend_copy {
  margin-block: 20px 50px;
  line-height: 1.6em;
  font-weight: 600;
  font-size: clamp(16px, 1.5svw, 1.2rem);
  .apend_inner {
    font-size: 0.9em;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    padding-inline: 40px;
  }
  @media screen and (max-width: 479px) {
    padding-inline: 3svw;
    font-size: clamp(15px, 1.5svw, 1.2rem);
  }
  @media screen and (max-width: 359px) {
    font-size: clamp(14px, 1.4svw, 1.2rem);
  }
}

.beforehand {
  margin-block: 30px;
  padding: 1rem;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-weight: 600;
}

.ms-form-heading + .apend_inner {
  margin-top: -0.5rem;
  text-align: center;
  font-size: 1.1rem;
}

.container_general.undisclosed {
  padding-block: 10svw;
}
