@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.container {
  width: min(1100px, 96vw);
  min-height: calc(100vh - 302px);
  margin: 110px auto;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input[type=file] {
  display: none;
}

.error {
  color: #de3341;
}

.ta-c {
  text-align: center;
}

.l-header {
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #ffffff;
  padding: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    gap: 10px;
  }
}
.l-header__logo {
  max-width: 240px;
  height: auto;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 150px;
    height: auto;
    flex: none;
  }
}
.l-header__logo img {
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 100%;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__right {
    gap: 15px;
  }
}
.l-header__icon {
  background-color: #d9d9d9;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-header__icon {
    width: 35px;
    height: 35px;
  }
}
.l-header__icon.default {
  background-color: transparent;
}
.l-header__login {
  width: auto;
  color: #fff;
  padding: 0.2rem 0.9rem;
  font-size: 12px;
  background: linear-gradient(to bottom right, #f23041, #d42232);
  border-radius: 4px;
}
.l-header__login--distributor {
  color: #fff;
  background-color: #262626;
  border-radius: 4px;
  padding: 0.4rem 0.9rem;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .l-header__login--distributor {
    display: none;
  }
}
.l-header--distributor .l-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.l-header--distributor .l-header__logo img {
  height: 25px;
}
.l-header--distributor .l-header__logo--streamer {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.p-search input[type=text] {
  background-color: transparent;
  width: 225px;
  border: none;
  outline: none;
}
.p-search__outer {
  z-index: 300;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 2px #8c8c8c;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-search__outer {
    display: none;
  }
}
.p-search__outer input::-moz-placeholder {
  opacity: 0.5;
}
.p-search__outer input::placeholder {
  opacity: 0.5;
}
.p-search__icon {
  filter: invert(57%) sepia(4%) saturate(24%) hue-rotate(331deg) brightness(97%) contrast(86%);
}
.p-search__nav {
  display: none;
  margin: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-search__nav {
    display: flex;
    margin: 0 50px;
  }
}
.p-search__nav--input {
  width: 100%;
  color: #fff;
}

.open .p-search__outer {
  opacity: 0;
  pointer-events: none;
}

.p-navigation {
  font-family: "Oswald", sans-serif;
  position: fixed;
  width: 400px;
  height: 100vh;
  top: 0%;
  background-color: #de3341;
  color: #ffffff;
  padding: 5px 0;
  transition: all 0.5s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  right: 0%;
  overflow: scroll;
  z-index: 400;
}
@media screen and (max-width: 768px) {
  .p-navigation {
    padding: 0;
    width: 75vw;
    height: calc(100svh + 35px);
  }
}
.p-navigation__list {
  margin-top: 56px;
}
.p-navigation__list--item {
  padding: 0 50px;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-navigation__list--item {
    padding: 0 20px;
  }
}
.p-navigation__list--item:hover {
  background-color: #fff;
}
.p-navigation__list--item a {
  display: block;
  color: #ffffff;
  padding: 20px 0;
  border-bottom: solid 1px #fff;
  pointer-events: auto;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 768px) {
  .p-navigation__list--item a {
    padding: 17px 0;
    font-size: 16px;
  }
}
.p-navigation__list--item a:hover {
  color: #de3341;
}
.p-navigation__list--subitem {
  margin: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-navigation__list--subitem {
    margin: 20px;
    gap: 10px;
  }
}
.p-navigation__list--subitem a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-navigation__list--subitem a {
    font-size: 12px;
  }
}
.p-navigation__logout {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .p-navigation__logout {
    margin: 0 20px;
  }
}
.p-navigation__logout a {
  display: block;
  background-color: #262626;
  color: #fff;
  width: min(280px, 100%);
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-navigation__logout a {
    font-size: 15px;
    padding: 10px 0;
  }
}
.p-navigation__distributor a {
  background-color: #fff;
  color: #262626;
}

.p-navigation__overlay {
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-navigation__hanchou {
    background-color: #000000;
    width: 100vw;
    height: calc(100vh + 60px);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
}

.open .p-navigation {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.open .p-navigation__overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .open .p-navigation__hanchou {
    visibility: visible;
    opacity: 0.5;
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10000;
}
.p-modal__wrapper {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  max-width: 350px;
  width: 90%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.p-modal__wrapper--small {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  max-width: 240px;
  width: 90%;
  border-radius: 10px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-modal__content {
  padding: 30px 0;
  margin: 0 auto;
}
.p-modal__content p {
  margin-bottom: 30px;
  color: #000;
}
.p-modal__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-modal__button {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__button .c-button__red,
.p-modal__button .c-button__white {
    width: 200px;
  }
}
.p-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: white;
}
.p-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger {
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 405;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    width: 30px;
  }
}
.c-hamburger__line {
  position: absolute;
  width: 35px;
  height: 2px;
  right: 0;
  background-color: #000000;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-hamburger__line {
    width: 30px;
  }
}
.c-hamburger__line--1 {
  top: 3px;
}
.c-hamburger__line--2 {
  top: 13px;
}
.c-hamburger__line--3 {
  top: 23px;
}

.open .c-hamburger__line--1 {
  transform: rotate(-45deg);
  top: 18px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .open .c-hamburger__line--1 {
    top: 14px;
  }
}
.open .c-hamburger__line--2 {
  opacity: 0;
}
.open .c-hamburger__line--3 {
  transform: rotate(45deg);
  top: 18px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .open .c-hamburger__line--3 {
    top: 14px;
  }
}

.l-footer {
  text-align: center;
  background-color: #8c8c8c;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
}
.l-footer p {
  margin: 0px;
}
.l-footer__menu {
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    margin-bottom: 0;
  }
}
.l-footer__menu a,
.l-footer__menu p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__menu a,
.l-footer__menu p {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu .none {
    display: none;
  }
}
.l-footer__copyright {
  background-color: #8c8c8c;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
  display: block;
}
.l-footer__transaction {
  margin: 5px 0 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__transaction {
    margin-top: 3px;
  }
}
.l-footer__transaction a,
.l-footer__transaction p {
  display: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__transaction a {
    display: block;
    font-size: 11px;
    margin-top: 5px auto 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__transaction p {
    display: block;
  }
}

.l-column {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-column {
    flex-direction: column;
  }
}
.l-column__left {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .l-column__left {
    width: 100%;
  }
}
.l-column__right {
  min-width: 380px;
  flex: 1;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-column__right {
    min-width: auto;
  }
}
.l-column__right--inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.l-column__right--payment {
  margin: 20px 10px;
  display: flex;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-column__right--payment {
    margin: 10px;
    align-items: center;
    justify-content: center;
  }
}
.l-column__right--payment .credit-logo {
  width: 50px;
  height: 30px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-column__right--payment .credit-logo {
    width: 35px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-column__head {
  -webkit-text-decoration: underline 5px;
          text-decoration: underline 5px;
  -webkit-text-decoration-color: #d9d9d9;
          text-decoration-color: #d9d9d9;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 30px 0 16px;
}

.c-button__red {
  color: #fff;
  background: linear-gradient(to bottom right, #f23041, #d42232);
  border: none;
}
.c-button__white {
  color: #f23041;
  background-color: #fff;
  border: solid 2px #f23041;
}
.c-button__red, .c-button__white {
  padding: 0;
  width: 250px;
  height: 56px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button__red.disabled, .c-button__white.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .c-button__red, .c-button__white {
    width: 160px;
    height: 42px;
    font-size: 14px;
  }
}
.c-button__small {
  width: 140px;
  height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-button__small {
    width: 140px;
    height: 36px;
    font-size: 12px;
  }
}
.c-button__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-button__wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.c-contentsTitle {
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .c-contentsTitle {
    width: 100%;
    text-align: center;
  }
}
.c-contentsTitle__sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-contentsTitle__sub {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

.c-row {
  width: 100%;
  padding: 16px;
  border-bottom: solid 1px #ddd;
}
.c-row span {
  font-size: 14px;
  color: #de3341;
  font-weight: normal;
  letter-spacing: 0.54px;
  padding-left: 2px;
}
.c-row input,
.c-row select,
.c-row textarea {
  width: 100%;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 0.5em;
  background-color: #fff;
}
.c-row input[type=radio],
.c-row select[type=radio],
.c-row textarea[type=radio] {
  width: auto;
}
.c-row select {
  width: 200px;
}
.c-row .quill-wrapper {
  width: 100%;
  flex: 1;
}
.c-row .quill-wrapper span {
  color: #000;
}
.c-row__head {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .c-row__head {
    width: 100%;
    margin-bottom: 8px;
  }
}
.c-row__head span {
  display: inline-block;
}
.c-row__inner {
  flex: 1;
  width: 100%;
}
.c-row__inner img {
  max-height: 300px;
  max-width: 100%;
}

.c-contentStatus {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 10px !important;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-contentStatus {
    display: inline-block;
    margin: 10px 0;
  }
}
.c-contentStatus.status-draft {
  background-color: #f0f0f0;
  color: #666;
}
.c-contentStatus.status-before_broadcast {
  background-color: #fff3cd;
  color: #856404;
}
.c-contentStatus.status-broadcasting {
  background-color: #d4edda;
  color: #155724;
}
.c-contentStatus.status-scheduled {
  background-color: #e6e0ff;
  color: #4b3ca6;
  border: 1px solid #c6b8ff;
}
.c-contentStatus.status-archive {
  background-color: #d1ecf1;
  color: #0c5460;
}
.c-contentStatus.status-ended {
  background-color: #e7e7e7;
  color: #999;
}
.c-contentStatus.status-canceled {
  background-color: #f8d7da;
  color: #721c24;
}
.c-contentStatus.status-unknown {
  background-color: #f0f0f0;
  color: #999;
}

.c-checkbox {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background: #d9d9d9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 3px;
}
.c-checkbox input[type=checkbox]:checked {
  background-color: white;
  border: 1px solid #dd3340;
}
.c-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 22px;
  height: 13px;
  border: solid #dd3340;
  border-width: 0px 0px 3px 3px;
  transform: rotate(-45deg);
}
.c-checkbox input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.c-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3px;
  align-items: center;
}
.c-pagination__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.c-pagination a,
.c-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 1;
}
.c-pagination a:hover {
  background-color: #f0f0f0;
  border-color: #999;
}
.c-pagination .active span {
  background-color: #e60012;
  color: white;
  border-color: #e60012;
}
.c-pagination .disabled span {
  color: #999;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.c-likeButton {
  display: flex;
  align-content: center;
}
.c-likeButton__image {
  margin-right: 5px;
  max-width: 30px;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-likeButton__image {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}

.u-flexBox {
  display: flex;
  align-items: center;
}
.u-flexBox__jus-c {
  justify-content: center;
}
.u-flexBox__jus-sb {
  justify-content: space-between;
}
.u-flexBox__ali-fs {
  align-items: flex-start;
}
.u-flexBox__ali-fe {
  align-items: flex-end;
}
.u-flexBox__flex-col {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .u-flexBox.sp__flex-col {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.p-agreement {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .p-agreement {
    line-height: 1.5rem;
  }
}
.p-agreement__title {
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .p-agreement__title {
    margin: 2rem 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-agreement__text {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
.p-agreement__section {
  margin-bottom: 50px;
}
.p-agreement__section ul {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-agreement__section ul li {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
.p-agreement__article--number {
  margin-top: 50px;
}
.p-agreement__article--number__transaction {
  margin-top: 25px;
  font-weight: bold;
}
.p-agreement__tabletitle {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 5px 0;
}
.p-agreement__tabletitle--sub {
  font-weight: bold;
}

.p-event {
  width: 23.5%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-event {
    width: 49%;
    margin-bottom: 1.5rem;
    border-width: 1px;
  }
}
.p-event__wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 2%;
  width: min(100%, 95vw);
  margin: 10px auto;
}
.p-event__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #d0d0d0;
  height: 146.5px;
}
@media screen and (max-width: 768px) {
  .p-event__thumbnail {
    height: 99px;
  }
}
.p-event__thumbnail--image {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.p-event__thumbnail--image.background {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(30px);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-event__title {
  line-height: 1.75;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-event__title {
    font-size: 15px;
  }
}
.p-event__date {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
  line-height: 1;
}
.p-event__date--icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-event__date p {
    line-height: 1em;
  }
}
.p-event__date span {
  color: #777;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-event__date span {
    font-size: 12px;
  }
}
.p-event__addCast--btn {
  color: #de3341;
  border: solid 1px #de3341;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 4px 0;
}
.p-event__addCast--delete {
  color: #de3341;
  font-weight: bold;
}

.p-eventShow {
  /* 無料パート視聴確認モーダル */
}
.p-eventShow__title {
  font-size: 24px;
  -webkit-text-decoration: underline 5px;
          text-decoration: underline 5px;
  -webkit-text-decoration-color: #d9d9d9;
          text-decoration-color: #d9d9d9;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .p-eventShow__title {
    font-size: 18px;
    flex: 1;
    width: 50%;
  }
}
.p-eventShow__title--sns {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-eventShow__title--sns {
    margin-left: 10px;
  }
}
.p-eventShow__title--sns img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-eventShow__title--sns img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-eventShow__title--sns.pc {
    display: none;
  }
}
.p-eventShow__title--sns.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-eventShow__title--sns.sp {
    display: block;
  }
}
.p-eventShow__subTitle {
  font-size: 16px;
  margin: 10px 0 0;
}
.p-eventShow__hashtag {
  color: #399cff;
  font-size: 16px;
  margin: 0 0.4em 0.2em 0;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}
.p-eventShow__hashtag--wrap {
  margin: 20px 0;
}
.p-eventShow__channel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  border-bottom: solid 1px #8c8c8c;
}
.p-eventShow__channel--icon {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-eventShow__button .ticket-btn-bottom-fixed {
  width: 100%;
}
.p-eventShow__button .c-button__red {
  width: 100%;
}
.p-eventShow #freePartModal__Confirm {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-eventShow #freePartModal__Confirm--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.p-eventShow #freePartModal__Confirm--wrap .message {
  margin-bottom: 20px;
}
.p-eventShow #freePartModal__Confirm--wrap .c-button__red {
  width: 250px;
}
.p-eventShow__ticket {
  border: solid 1px #d9d9d9;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-eventShow__ticket {
    position: fixed;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: 16px 8px 0;
    background: #fff;
    box-shadow: 0 1px 12px rgba(57, 60, 62, 0.1), 0 2px 10px 0.5px rgba(57, 60, 62, 0.1);
    z-index: 10;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-eventShow__ticket.open {
    bottom: 0;
  }
}
.p-eventShow__ticket span {
  font-size: 14px;
  color: #8c8c8c;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  display: block;
}
.p-eventShow__ticket--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.p-eventShow__ticket--header h2 {
  font-size: 20px;
  font-weight: 600;
}
.p-eventShow__ticket--header__close {
  background-color: transparent;
  cursor: pointer;
  border: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-eventShow__ticket--header__close {
    display: block;
    color: #000;
  }
}
.p-eventShow__ticket--notis {
  color: #f23041;
  font-size: 14px;
  margin: 0 0 0.75rem;
}
.p-eventShow__ticket--box {
  padding: 8px 0;
  margin-bottom: 8px;
  border-top: solid 1px #d9d9d9;
}
.p-eventShow__ticket--box h4 {
  margin: 8px 0;
}
.p-eventShow__ticket--buy {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 10px;
}
.p-eventShow__ticket--buy input {
  display: none;
}
.p-eventShow__ticket--buy__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.p-eventShow__ticket--buy__inner p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.p-eventShow__ticket--buy__inner span {
  color: #fff;
  font-size: 13px;
  opacity: 0.7;
}
.p-eventShow__ticket--buy__inner h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.p-eventShow__ticket--open {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: white;
  z-index: 10;
  box-shadow: 0 1px 12px rgba(57, 60, 62, 0.1), 0 2px 10px 0.5px rgba(57, 60, 62, 0.1);
  transition: 0.3s;
  display: none;
}
.p-eventShow__ticket--open .c-button__red {
  width: 100%;
}
.p-eventShow__card {
  display: flex;
  margin: 10px;
  margin-left: 10px;
  list-style: none;
}
.p-eventShow__card img {
  width: 50px;
  height: 30px;
  margin-right: 10px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  #SPTicketModalOpen {
    display: block;
  }
}

.c-status {
  padding: 3px 5px;
  color: #ffffff;
  border-radius: 5px;
  border: solid 1px #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .c-status {
    font-size: 10px;
  }
}
.c-status__wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  z-index: 1;
  margin-top: 8px;
  gap: 5px;
}
.c-status.event-drafted {
  border: solid 1px #262626;
  background-color: #fff;
  color: #262626;
}
.c-status.event-before-sales {
  border-color: #fff;
  background-color: #8c8c8c;
  color: #fff;
}
.c-status.event-on-sale {
  background-color: #f23041;
}
.c-status.event-sale-end {
  background-color: #8c8c8c;
}
.c-status.event-canceled {
  background-color: #262626;
}
.c-status.countdown {
  background-color: #f23041;
}
.c-status.event-delivery {
  display: flex;
  align-items: center;
  background-color: #262626;
}
.c-status.event-delivery .delivery {
  background-color: #f23041;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  opacity: 1;
}
.c-status.event-before-delivery {
  border-color: #fff;
  background-color: #8c8c8c;
  color: #fff;
  padding: 3px 5px;
}
.c-status.event-archive {
  border-color: #8c8c8c;
  background-color: #fff;
  color: #8c8c8c;
}

.p-thumbnail {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thumbnail {
    height: auto;
    overflow: hidden;
  }
}
.p-thumbnail__wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-thumbnail__blurred-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
  z-index: 0;
  transform: scale(1.1);
  opacity: 0.7;
  right: 0;
  left: 0;
  margin: auto;
}
.p-thumbnail__live-img {
  position: relative;
  height: 100%;
  width: min(1000px, 100%);
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-thumbnail__live-img {
    max-height: 400px;
    width: min(1000px, 100%);
  }
}

.p-hydetext {
  position: relative;
  overflow: hidden;
  max-height: 80px;
  margin-top: 5px;
  z-index: 1;
}
.p-hydetext__trigger {
  display: none;
}
.p-hydetext__open {
  text-align: center;
}
.p-hydetext__open--icon::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(/img/down_arrow_button.png);
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.p-hydetext__open--icon.is-open::before {
  transform: rotate(180deg);
}
.p-hydetext__before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  content: "";
}

.p-chat {
  width: 100%;
  margin: 0;
  padding: 10px 24px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-chat {
    padding: 8px 16px;
  }
}
.p-chat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #d0d0d0;
  padding: 5px 24px;
  width: 100%;
}
.p-chat__head--open {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 1;
}
.p-chat__head--open img {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
.p-chat__head--open span {
  font-size: 11px;
}
.p-chat__head--open input {
  width: 15px;
  height: 15px;
}
.p-chat__wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: calc(100vh - 175px);
  width: 100%;
  min-height: 0;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .p-chat__wrap {
    height: auto;
    margin-bottom: 70px;
  }
}
.p-chat__arrow {
  border: none;
  border-color: transparent;
  background: #ffffff;
  border-radius: 50%;
  right: 0;
  bottom: 1em;
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0 calc(50% - 16px);
  padding: 0px;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 5;
}
.p-chat__arrow.hidden {
  opacity: 0;
  visibility: hidden;
}
.p-chat__arrow--image {
  width: 100%;
}
.p-chat__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-chat__icon {
    margin-right: 8px;
  }
}
.p-chat__icon img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.p-chat__message {
  text-align: left;
  flex: 1;
}
.p-chat__message--name {
  color: rgba(17, 17, 17, 0.6);
  margin-right: 8px;
  font-size: 13px;
}
.p-chat__message--content {
  color: #0f0f0f;
  font-size: 13px;
  word-break: break-all;
}
.p-chat__submit {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  min-height: 60px;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-top: solid 1px #d0d0d0;
  background-color: #fff;
}
.p-chat__submit--donation {
  margin-right: 12px;
  height: auto;
  cursor: pointer;
  width: 36px;
  padding: 4px;
  background-color: transparent;
  border: none;
}
.p-chat__submit--donation img {
  width: 100%;
}
.p-chat__submit--input {
  flex: 1;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  width: 300px;
}
.p-chat__submit--input textarea {
  width: 100%;
  border: solid 1px #8c8c8c;
  border-radius: 4px;
  padding: 0.5rem;
  height: 2.25rem;
}
.p-chat__submit--input .chat-text-dummy {
  display: none;
}
.p-chat__submit--send {
  width: 36px;
  height: 36px;
  padding: 6px;
  margin-left: 12px;
  background-color: transparent;
  border: none;
}
.p-chat__submit--send img {
  width: 100%;
}
.p-chat__submit--checkarea span {
  font-size: 14px;
  font-weight: normal;
}
.p-chat__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 12px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #fafafa;
}
.p-chat__control--toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #555;
}
.p-chat__control--toggle input {
  width: 15px;
  height: 15px;
}
.p-chat__control--toggle span {
  font-size: 11px;
}
.p-chat__control--hidden {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  font-size: 11px;
  color: #444;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.p-chat__control--hidden:hover {
  background-color: #f0f6ff;
  border-color: #5b8def;
  color: #2f5bb7;
}
.p-chat__control--hidden:focus-visible {
  outline: 2px solid #5b8def;
  outline-offset: 2px;
}
.p-chat__control--hidden.is-active {
  background-color: #e8f1ff;
  border-color: #3366cc;
  color: #20478a;
}
.p-chat__control--hidden:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.p-chat__hide {
  display: none;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background-color: rgba(15, 15, 15, 0.6);
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

#chatSubmit {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #chatSubmit {
    position: fixed;
  }
}

.fixed-container .fix-chat-send {
  display: flex;
  background: black;
  color: #fff;
  margin: 5px;
  border-radius: 4px;
  padding: 8px;
}
.fixed-container .fix-chat-send .release-btn {
  color: #fff;
  margin-right: 4px;
}
.fixed-container .fix-chat-send .p-chat__message--name,
.fixed-container .fix-chat-send .p-chat__message--content {
  color: #fff;
}

.chat-hide-mode .p-chat__hide {
  display: flex;
}
.chat-hide-mode .p-chat__hide:focus-visible {
  outline: 2px solid #ff6666;
  outline-offset: 2px;
}

.chat-message-hidden {
  display: none !important;
}

.chat-hide-message-text {
  color: #666;
  font-style: italic;
}

.chat-hidden-panel {
  border-bottom: 1px solid rgb(170, 170, 170);
  padding: 1rem;
}
.chat-hidden-panel__header {
  display: flex;
  justify-content: space-between;
}
.chat-hidden-panel__action {
  font-size: 12px;
  color: #2f5bb7;
  padding: 0.25rem 0.5rem;
  border: solid 1px #2f5bb7;
  border-radius: 4px;
}

.chat-hidden-list__item,
.chat-hidden-empty {
  margin: 0.5rem 0;
  font-size: 12px;
}

.chat-message-hidden-distributor {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 10px 24px;
  align-items: center;
  gap: 16px;
}
.chat-message-hidden-distributor .p-chat__hide {
  display: none !important;
}
.chat-message-hidden-distributor .user-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.p-chat__hidden {
  display: none;
}

.chat-container--fullscreen {
  width: 100vw;
  height: calc(100vh - 60px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
}

.pg-watch {
  margin-top: 60px;
}
.pg-watch__left {
  width: 70vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg-watch__left {
    width: 100vw;
  }
}
.pg-watch__left.preview {
  position: relative;
  margin: 0 auto;
  padding-left: 330px;
}
@media screen and (max-width: 768px) {
  .pg-watch__left.preview {
    width: 95vw;
  }
}
.pg-watch__video {
  background-color: #000;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.pg-watch__video video {
  width: 100%;
}
.pg-watch__title {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pg-watch__title h2 {
  display: inline-block;
  border-bottom: 4px solid #d9d9d9;
  max-width: 1000px;
  font-size: 16px;
  color: #262626;
  flex: 1;
}
.pg-watch__title--right {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.pg-watch__right {
  width: 30vw;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  border-left: solid 1px #d0d0d0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-watch__right {
    width: 100vw;
    position: static;
  }
}
.pg-watch__right.preview {
  width: 30vw;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .pg-watch__right.preview {
    width: 100vw;
  }
}
.pg-watch__right.preview .p-chat__wrap {
  height: calc(100vh - 215px);
}
@media screen and (max-width: 768px) {
  .pg-watch__right.preview .p-chat__wrap {
    height: auto;
    margin-bottom: 100px;
  }
}
.pg-watch__right.preview .p-chat__submit--checkarea {
  padding: 0 20px 10px;
  background-color: #fff;
}
.pg-watch__right.preview .chat-container--fullscreen {
  height: 100vh;
}
.pg-watch__distributor {
  padding: 0 !important;
}
.pg-watch__distributor #videoContainer {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pg-watch__distributor #videoContainer {
    flex-direction: column;
  }
}
.pg-watch__sideTabs {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .pg-watch__sideTabs {
    position: relative;
    margin-top: 50px;
  }
}
.pg-watch__sideTabs__nav {
  display: flex;
  gap: 8px;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .pg-watch__sideTabs__nav {
    width: 100vw;
  }
}
.pg-watch__sideTabs__tab {
  flex: 1;
  padding: 10px 12px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pg-watch__sideTabs__tab.is-active, .pg-watch__sideTabs__tab:focus-visible {
  background-color: #fff;
  outline: none;
  border: solid 1px #d0d0d0;
  border-bottom: none;
}
.pg-watch__sideTabs__panel {
  display: none;
  flex: 1;
}
.pg-watch__sideTabs__panel.is-active {
  display: flex;
  flex-direction: column;
}

.p-donationMessage {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.p-donationMessage.hidden {
  display: none;
}
.p-donationMessage__inner {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 35px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  overflow-y: auto;
  gap: 10px;
  height: calc(100% - 35px);
  padding-right: 10px;
  pointer-events: auto;
}
.p-donationMessage__box {
  padding: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  width: 150px;
  height: auto;
  border-radius: 5px;
  opacity: 1;
  flex-shrink: 0;
  background-color: rgba(223, 38, 56, 0.7);
}
.p-donationMessage__box p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.p-donationMessage__box span {
  text-align: right;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.p-donationMessage__box img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.p-donationMessage__box--name {
  width: 100%;
  display: flex;
}
.p-donationMessage__box--name div {
  margin-left: 8px;
  width: 100%;
  display: grid;
  transition: 0.25s grid-template-rows ease;
}
.p-donationMessage__box--comment {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.25s grid-template-rows ease;
  /* ↓ 投げ銭コメント実装前はこれを有効化 今は確認のためにコメントアウトしてあります */
  display: none;
}
.p-donationMessage__box.close {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  opacity: 0.5;
}
.p-donationMessage__box.close .p-donationMessage__box--name {
  overflow: hidden;
}
.p-donationMessage__box.close div {
  grid-template-rows: 0fr;
}
.p-donationMessage__box.close .p-donationMessage__box--comment p {
  overflow: hidden;
}

#donation__hidden {
  cursor: pointer;
  margin-left: 1rem;
}
#donation__hidden img {
  width: 40px;
}
#donation__hidden span {
  font-size: 12px;
  color: #555;
  line-height: 8px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #donation__hidden span {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
#donation__hidden .hidden__toggle {
  position: relative;
  display: block;
  width: 54px;
  height: 28px;
  border-radius: 9999px;
  background-color: #4ade80;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #donation__hidden .hidden__toggle {
    width: 36px;
    height: 20px;
  }
}
#donation__hidden .hidden__toggle.is-off {
  background-color: #dddddd;
}
#donation__hidden .hidden__toggle.is-off::after {
  right: calc(100% - 26px);
}
#donation__hidden .hidden__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  transform: translateY(-50%);
  background-color: #ffffff;
  transition: right 0.2s;
}
@media screen and (max-width: 768px) {
  #donation__hidden .hidden__toggle::after {
    height: 18px;
    width: 18px;
  }
}

.pg-watch__distributor .p-donationMessage {
  top: 72px;
}

.p-freePartMode__wrap {
  padding: 1rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-freePartMode__wrap p {
  font-weight: bold;
}
.p-freePartMode__status {
  width: 100%;
}
.p-freePartMode__status p {
  text-align: left;
}
.p-freePartMode__status p--banner {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  background-color: #ffe1d6;
  padding: 0.5rem 0;
}
.p-freePartMode__status p--banner p {
  color: #f25a24;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.p-freePartMode__audience {
  padding: 0.5rem 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom right, #f23041, #d42232);
  width: 100%;
}
.p-freePartMode__audience.audience__freePartMode__wrap--overlay {
  position: absolute;
  top: 0;
  z-index: 10;
  background: rgba(212, 34, 50, 0.7);
}
.p-freePartMode__audience--status {
  color: #fff;
}
.p-freePartMode__audience--status div {
  display: flex;
  gap: 10px;
  font-weight: bold;
}
.p-freePartMode__audience--status div .freePartOverlayDelete {
  cursor: pointer;
  color: #fff;
}
.p-freePartMode__audience--status div p {
  color: #fff;
}

#free_part_mode {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 0.5rem 0;
  margin: 16px 0;
  border-radius: 4px;
}
#free_part_mode .p-freePartMode__status--banner {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  background-color: #ffe1d6;
  padding: 0.5rem 0;
}
#free_part_mode .p-freePartMode__status--banner p {
  color: #f25a24;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.p-enquete {
  margin-bottom: 50px;
}
.p-enquete__wrap {
  flex: 1;
  width: 100%;
}
.p-enquete__input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 1em;
}
.p-enquete__input input {
  width: 100%;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}
.p-enquete__input--reset {
  width: 100px !important;
  cursor: pointer;
}
.p-enquete__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 8px;
}
.p-enquete__head h5 {
  margin: 5px 0;
}
.p-enquete__head h5 span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.54px;
  color: #f23041;
  padding-left: 2px;
}
.p-enquete__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.p-enquete__box {
  width: 32%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-enquete__box input {
  width: 100%;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}
.p-enquete--audience {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/9;
  top: 0;
  margin: auto;
}
.p-enquete--audience .questionnaire-list-container {
  width: 90%;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}
.p-enquete--audience .questionnaire-list {
  aspect-ratio: auto;
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-enquete--audience .questionnaire-list {
    padding: 0 10px 10px;
  }
}
.p-enquete--audience .questionnaire-list-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.p-enquete--audience .questionnaire-list-inner .questionnaire-btn {
  width: 25%;
  padding: 20px 10px;
  background: rgba(249, 246, 246, 0.5);
  border: 2px solid #f23041;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-enquete--audience .questionnaire-list-inner .questionnaire-btn {
    padding: 4px;
  }
}
.p-enquete--audience .questionnaire-list-inner .questionnaire-btn-hover:hover, .p-enquete--audience .questionnaire-list-inner .questionnaire-btn-active {
  border: 2px solid #0f0f0f;
  background-color: #fff !important;
}
.p-enquete--audience .questionnaire-list-inner .questionnaire-btn-active {
  border-color: #f23041 !important;
}
.p-enquete--audience .questionnaire-list-inner .questionnaire-btn-pointer {
  pointer-events: none;
  background-color: #888;
  border-color: #888;
}
.p-enquete--audience .questionnaire-list-inner .questionnaire-btn:disabled {
  color: #0f0f0f;
}
.p-enquete--audience .questionnaire__head {
  font-size: 14px;
  padding: 30px 30px 0;
}
.p-enquete--audience .questionnaire-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  gap: 1em;
}
.p-enquete--audience #questionnaire_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-enquete--distributor .questionnaire-list-container {
  position: relative;
  width: 100%;
}
.p-enquete--distributor .questionnaire-list {
  aspect-ratio: auto;
}
.p-enquete--distributor .questionnaire-list-title {
  background-color: transparent;
  padding: 0;
  text-align: left;
  color: #000;
  font-weight: normal;
}
.p-enquete--distributor .questionnaire-list-title::before {
  content: "質問：";
}
.p-enquete--distributor .questionnaire-list-inner {
  gap: 2%;
  justify-content: left;
}
.p-enquete--distributor .questionnaire-list-inner .questionnaire-btn {
  width: 100%;
  margin-bottom: 1rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 5px;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.p-enquete--distributor .questionnaire-text,
.p-enquete--distributor .questionnaire-count {
  overflow: auto;
  white-space: wrap;
  text-overflow: unset;
  text-align: left;
  font-size: 14px;
}
.p-enquete--distributor .questionnaire-percent {
  font-size: 12px;
}
.p-enquete--distributor .questionnaire-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.questionnaire-list-title {
  padding: 15px 30px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .questionnaire-list-title {
    margin-bottom: 0;
  }
}

.p-viewerList {
  padding: 12px 14px;
  border: solid 1px #d0d0d0;
  height: calc(100vh - (var(--header-offset) + 43px));
  overflow: scroll;
}
.p-viewerList__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.p-viewerList__header h3 {
  margin: 0;
  font-size: 16px;
}
.p-viewerList__count {
  font-size: 12px;
  color: #d9d9d9;
}
.p-viewerList__empty {
  margin: 0;
  font-size: 13px;
  color: #d9d9d9;
}
.p-viewerList__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-viewerList__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
}
.p-viewerList__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.p-viewerList__name {
  font-size: 13px;
}

.p-channel__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-channel__title {
    align-items: center !important;
  }
}
.p-channel__wrap {
  gap: 1rem;
  border-bottom: solid 1px #ddd;
  padding: 8px 0;
}
.p-channel__icon {
  aspect-ratio: 1/1;
}
.p-channel__icon--image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  border: solid 1px #d9d9d9;
}
.p-channel__icon--image.distributor {
  width: 50px;
  height: 50px;
}
.p-channel__icon--image.edit {
  width: 100px;
  height: 100px;
}
.p-channel__icon--image.cover {
  width: 120px;
  border-radius: 4px;
}
.p-channel__icon figcaption {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-channel__name {
    margin: 8px 0;
  }
}
.p-channel__list {
  width: 100%;
}
.p-channel__list--menu {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-channel__list--menu {
    margin-bottom: 8px;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.p-channel__list--menu li {
  padding-right: 10px;
  border-right: 1px solid #8c8c8c;
}
@media screen and (max-width: 768px) {
  .p-channel__list--menu li {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.p-channel__list--menu li:last-child {
  border-right: none;
}
.p-channel__list--menu li a {
  color: #dd3340;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-channel__list .c-button__small {
    width: 80px;
  }
}
.p-channel__edit .p-channel__icon {
  margin-left: 1rem;
}
.p-channel__edit .c-button__wrap {
  margin-top: 50px;
}
.p-channel__subscription input {
  padding-right: 1rem;
  font-size: 16px;
}
.p-channel__subscription .datetime-box {
  display: flex;
  align-items: center;
}
.p-channel__subscription .datetime-box img {
  position: relative;
  right: 1.5rem;
}

.p-contact {
  margin: 10px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin: 10px 10px 0px;
  }
}
.p-contact__wrap {
  margin: 30px 0;
}
.p-contact__label {
  font-weight: bold;
  margin-bottom: 8px;
}
.p-contact__label span {
  font-weight: 400;
  font-size: 12px;
  color: #de3341;
}
.p-contact input,
.p-contact textarea {
  width: 100%;
  padding: 12px;
  letter-spacing: 0.48px;
  border: solid 1px #8c8c8c;
  border-radius: 5px;
}
.p-contact input::-moz-placeholder {
  color: #c1c0c0;
  font-weight: 600;
}
.p-contact input::placeholder {
  color: #c1c0c0;
  font-weight: 600;
}
.p-contact textarea {
  height: 250px;
}
.p-contact .c-button__red {
  margin-bottom: 32px;
}
.p-contact__confirm {
  margin-bottom: 50px;
}
.p-contact__faq {
  background: #ffeaeb;
  border: 2px solid #dd3340;
  border-radius: 8px;
  width: min(715px, 100%);
  padding: 1rem;
  margin: 30px auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.p-contact__faq--icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffedee, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 28px;
  font-weight: bold;
  color: #dd3340;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__faq--icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.p-contact__faq--text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-contact__faq--text h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__faq--text p {
    font-size: 14px;
  }
}
.p-contact__faq--text a {
  color: #dd3340;
  text-decoration: underline;
}

.p-validation {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1001;
}
.p-validation__danger {
  background: #fed5d5;
  margin: 1rem;
  font-size: 14px;
  border-radius: 4px;
  color: #de3341;
  padding: 1rem 2rem;
}
.p-validation__success {
  background: #c8f9e8;
  margin: 1rem;
  font-size: 14px;
  border-radius: 4px;
  color: #008053;
  padding: 1rem 2rem;
}