/* [project]/components/error/index.module.css [app-client] (css) */
.index-module__zXOL1q__ErrorWrapper {
  text-align: center;
  padding: 36px 20% 12px;
  font-size: 16px;
  color: #000;
}

.index-module__zXOL1q__ErrorWrapper__ImageArea {
  width: 100%;
  margin: 0 0 24px;
  padding: 0 30%;
}

.index-module__zXOL1q__ErrorWrapper__Code {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 16px;
}

.index-module__zXOL1q__ErrorWrapper__Result {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 24px;
}

.index-module__zXOL1q__ErrorWrapper__Message {
  margin: 0 0 12px;
  font-size: 14px;
}

.index-module__zXOL1q__ErrorWrapper__Caption {
  color: #aaa;
  font-size: 14px;
}

.index-module__zXOL1q__ErrorWrapper > .index-module__zXOL1q__ErrorWrapper__Button {
  color: #00b53e;
}

@media (width <= 600px) {
  .index-module__zXOL1q__ErrorWrapper__ImageArea {
    padding: 0;
  }

  .index-module__zXOL1q__ErrorWrapper__Result {
    font-size: 16px;
  }

  .index-module__zXOL1q__ErrorWrapper__Message, .index-module__zXOL1q__ErrorWrapper__Caption {
    font-size: 12px;
  }
}

@media (width <= 1024px) {
  .index-module__zXOL1q__ErrorWrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}


/* [project]/node_modules/react-pdf/dist/esm/Page/TextLayer.css [app-client] (css) */
:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: #b400aa;
  --highlight-selected-bg-color: #006400;
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation="90"] {
  transform: rotate(90deg)translateY(-100%);
}

[data-main-rotation="180"] {
  transform: rotate(180deg)translate(-100%, -100%);
}

[data-main-rotation="270"] {
  transform: rotate(270deg)translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: #0000;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

.textLayer br::selection {
  background: none;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}


/* [project]/node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css [app-client] (css) */
:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }

  .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert();
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation="90"] .norotate {
  transform: rotate(270deg)translateX(-100%);
}

.annotationLayer[data-main-rotation="180"] .norotate {
  transform: rotate(180deg)translate(-100%, -100%);
}

.annotationLayer[data-main-rotation="270"] .norotate {
  transform: rotate(90deg)translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: .2;
  background: #ff0;
  box-shadow: 0 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea), .annotationLayer .choiceWidgetAnnotation select, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled], .annotationLayer .choiceWidgetAnnotation select[disabled], .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus, .annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: #0000;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after, .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: canvastext;
  content: "";
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: #ff9;
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid #333;
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation, .annotationLayer .underlineAnnotation, .annotationLayer .squigglyAnnotation, .annotationLayer .strikeoutAnnotation, .annotationLayer .freeTextAnnotation, .annotationLayer .lineAnnotation svg line, .annotationLayer .squareAnnotation svg rect, .annotationLayer .circleAnnotation svg ellipse, .annotationLayer .polylineAnnotation svg polyline, .annotationLayer .polygonAnnotation svg polygon, .annotationLayer .caretAnnotation, .annotationLayer .inkAnnotation svg polyline, .annotationLayer .stampAnnotation, .annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #0000;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}


/* [project]/components/layouts/Link.style.css [app-client] (css) */
a {
  text-decoration: none;
  color: var(--mui-palette-primary-main);
}

a:hover {
  text-decoration: underline;
}


/* [project]/components/shorts/Player/index.module.css [app-client] (css) */
.index-module__gEaqMG__shortPlayer_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-module__gEaqMG__overlay_message_area {
  position: absolute;
  inset: 0;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}


/* [project]/components/shorts/ListPlayer/index.module.css [app-client] (css) */
.index-module___y1A2q__PresenterBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: auto;
  margin: 16px auto;
}

.index-module___y1A2q__PresenterBox, .index-module___y1A2q__ContentWrapper {
  overflow: hidden;
}

.index-module___y1A2q__PresenterBox.index-module___y1A2q__displayComment {
  justify-content: space-around;
  width: auto;
}

.index-module___y1A2q__ContentWrapper {
  position: relative;
  top: auto;
  left: auto;
  width: 375px;
  height: auto;
  aspect-ratio: 9 / 16;
  margin: 0 auto 0 0;
  overscroll-behavior: none;
  touch-action: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: auto;
}

.index-module___y1A2q__BackButtonArea {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 150;
}

.index-module___y1A2q__BackButtonArea-iPhone {
  top: 20px;
  left: 1px;
}

.index-module___y1A2q__ButtonArea {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 150;
}

.index-module___y1A2q__MovieDetailArea {
  position: absolute;
  bottom: 60px;
  width: 100%;
  color: #fff;
  z-index: 100;
  padding: 8px;
  max-height: 300px;
  overflow: hidden;
}

.index-module___y1A2q__MovieDetailArea.index-module___y1A2q__expanded {
  overflow: auto;
}

@media (width <= 600px) {
  .index-module___y1A2q__PresenterBox {
    margin: 0;
  }

  .index-module___y1A2q__PresenterBox, .index-module___y1A2q__PresenterBox.index-module___y1A2q__displayComment {
    width: 100vw;
    height: 100dvh;
  }

  .index-module___y1A2q__ContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    aspect-ratio: auto;
    z-index: 1000;
  }

  .index-module___y1A2q__BackButtonArea {
    display: block;
  }

  .index-module___y1A2q__MovieDetailArea {
    padding-right: 64px;
  }
}

@media (width >= 601px) {
  .index-module___y1A2q__ContentWrapper.index-module___y1A2q__displayComment {
    margin-right: 0;
  }
}

@media (width >= 900px) {
  .index-module___y1A2q__PresenterBox, .index-module___y1A2q__ContentWrapper {
    overflow: visible;
  }

  .index-module___y1A2q__ButtonArea {
    right: auto;
    left: calc(100% + 10px);
  }
}

.index-module___y1A2q__ShortDetail_title {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.index-module___y1A2q__ShortDetail_title--expanded {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}

.index-module___y1A2q__ShortDetail_TagArea {
  display: flex;
  gap: 6px;
  font-size: 12px;
  user-select: none;
}

.index-module___y1A2q__ShortDetail_TagArea--collapsed {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

.index-module___y1A2q__ShortDetail_TagArea--expanded {
  flex-wrap: wrap;
  white-space: normal;
  overflow: visible;
}

.index-module___y1A2q__ShortDetail_tag {
  flex: none;
  max-width: max-content;
  cursor: pointer;
}

.index-module___y1A2q__ShortDetail_TagArea--collapsed .index-module___y1A2q__ShortDetail_tag:last-child {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-module___y1A2q__FollowButtonArea {
  margin: 0 0 6px 6px;
}


/* [project]/components/shorts/FollowChannelButton/index.module.css [app-client] (css) */
.MuiButtonBase-root.index-module__JwSRwa__FollowButton {
  font-size: 8px;
  padding: 6px;
  background-color: #fff;
  color: var(--color-base);
  border-radius: 9999px;
}

.MuiButton-root.index-module__JwSRwa__FollowButton-following {
  background-color: #eaeaea;
  color: #fff;
}


/* [project]/components/movies/PurchaseDialog/index.module.css [app-client] (css) */
.index-module__usrQJa__PurchasePaper {
  padding: 16px;
}

.index-module__usrQJa__PurchaseDialogTitle {
  font-size: 20px;
  font-weight: bold;
}

.index-module__usrQJa__PurchaseDialogCaption {
  margin: 0 0 1rem;
  font-size: 12px;
}

.index-module__usrQJa__PurchaseDialogPriceArea {
  margin: 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aaa;
  font-size: 20px;
  font-weight: bold;
}

.index-module__usrQJa__PurchaseDialogPriceArea_ruby {
  display: flex;
  gap: 1px;
  color: var(--color-base);
}

.index-module__usrQJa__PurchaseDialogDetailArea {
  font-size: 12px;
  padding-left: 1rem;
}

.index-module__usrQJa__PurchaseDialogActionArea {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  flex: none;
}


/* [project]/components/movies/PurchaseDialog/LabelValueList/index.module.css [app-client] (css) */
.index-module__uI1FzW__container {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: bold;
}

.index-module__uI1FzW__grid {
  display: grid;
  grid-template-columns: max-content 1ch minmax(0, 1fr);
  column-gap: .5rem;
  row-gap: .5rem;
  row-gap: .25rem;
  align-items: baseline;
}

.index-module__uI1FzW__label {
  grid-column: 1;
}

.index-module__uI1FzW__colon {
  grid-column: 2;
  text-align: center;
  user-select: none;
}

.index-module__uI1FzW__value {
  grid-column: 3;
  min-width: 0;
  overflow-wrap: anywhere;
}


/*# sourceMappingURL=_67716106._.css.map*/
