@charset "UTF-8";
/*===========================================*/
/*  2024.05.05 動画配信UI                     */
/*===========================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
}

.sp-only {
  display: block;
}
@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.nttme_distribution__header {
  width: 100%;
  height: 56px;
  background-color: #1998D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 22px;
}
.nttme_distribution__header-logo a {
  display: flex;
  align-items: center;
  width: 240px;
}
@media (min-width: 400px) {
  .nttme_distribution__header-logo a {
    width: 280px;
  }
}
.nttme_distribution__header-actions {
  display: flex;
  align-items: center;
  column-gap: 23px;
}

/*@media (max-width: 428px) {
    .nttme_distribution__header-actions {
        column-gap: 15px;
    }
}

@media (max-width: 344px) {
    .nttme_distribution__header-actions {
        column-gap: 3px;
    }
}*/

.nttme_distribution__header-actions button {
  width: 24px;
  border: none;
  background-color: transparent;
}
.nttme_distribution__header-actions button:hover {
  cursor: pointer;
}
@media (min-width: 1000px) {
  .nttme_distribution__header-actions button.button_popup {
    display: none;
  }
}
.nttme_distribution__header-actions button.button_popup.isActive {
  pointer-events: none;
}

@media (max-width: 767.98px) {
    .nttme_distribution__header-actions {
        column-gap: 15px;
    }
}

.nttme_distribution {
  width: 100%;
  height: 100%;
}
.nttme_distribution__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1000px) {
  .nttme_distribution__container {
    padding: 0 40px 0;
  }
}
.nttme_distribution__live {
  width: 100%;
  height: 100%;
  max-width: 1690px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .nttme_distribution__live {
    display: grid;
    grid-template-columns: calc(100% - 397px) 380px;
    grid-template-rows: max-content 1fr;
    column-gap: 17px;
    row-gap: 26px;
    margin: 15px auto 0;
    padding: 0 0 40px;
  }
}
@media (min-width: 1000px) {
  .nttme_distribution__live-player-area {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.nttme_distribution__live-player-area .media {
  aspect-ratio: 1292/728;
}
.nttme_distribution__live-player-area .media iframe {
  width: 100%;
  height: 100%;
}
.nttme_distribution__live-player-area .title {
  font-size: 32px;
  line-height: 1.6;
  padding: 24px 16px 16px;
/*  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;*/
}
@media (max-width: 999px) {
  .nttme_distribution__live-player-area .title {
    display: none;
  }
}
@media (max-width: 999px) {
  .nttme_distribution__live-side {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 0 100px;
  }
  .infomation-qr img {
      width: 50%;
      height: auto;
      vertical-align: bottom;
  }
}
@media (min-width: 1000px) {
    .nttme_distribution__live-side {
        height: 100%;
        max-height: 730px;
        border-radius: 24px;
        grid-column: 2/3;
        grid-row: 1/3;
    }
}

.nttme_distribution__live-side iframe {
    border: 1px solid #D9D9D9;
    border-radius: 24px;
}
.nttme_distribution__live-side .received-comment-area {
    height: 100%;
}
@media (max-width: 999px) {
  .nttme_distribution__live-side .received-comment-area {
    padding-bottom: 100px;
  }
}
@media (min-width: 1000px) {
  .nttme_distribution__live-side .received-comment-area {
    height: calc(100% - 40px);
  }
}
.nttme_distribution__live-side .received-comment-area .received-comment-container {
    height: 100%;
    overflow-y: auto;
}
@media (min-width: 1000px) {
  .nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial {
    padding-top: 26px;
    padding-bottom: 16px;
  }
}
.nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial .logo {
  margin: 0 auto;
  width: 96px;
}
@media (min-width: 1000px) {
  .nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial .logo {
    width: 80px;
  }
}
.nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial .text-area {
  width: 100%;
  max-width: 314px;
  padding: 15px;
  /*border: 1px solid #D9D9D9;*/
  border: none;
  background-color: #F4F4F4;
  border-radius: 24px;
  margin: 24px auto 0;
}
@media (min-width: 1000px) {
  .nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial .text-area {
    margin: 26px auto 0;
  }
}
.nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial .text-area p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
.nttme_distribution__live-side .received-comment-area .received-comment-container .received-comment-initial .text-area p a {
  color: #000;
  text-decoration: none;
}
.nttme_distribution__live-side .send-comment-area {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 999px) {
  .nttme_distribution__live-side .send-comment-area {
    margin: auto 0 0 0;
  }
}
@media (max-width: 999px) {
  .nttme_distribution__live-side .send-comment-area {
    background-color: #fff;
    padding: 20px 16px 16px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.nttme_distribution__live-side .send-comment-area .send-comment-text {
  display: block;
  width: calc(100% - 31px);
  height: 40px;
  border-radius: 8px;
  border: none;
  padding: 5px 12px;
  font-size: 16px;
  background-color: #EBEBEB;
}
.nttme_distribution__live-side .send-comment-area .send-comment-text:focus {
  outline: none;
}
.nttme_distribution__live-side .send-comment-area .send-comment-text::placeholder {
  font-size: 14px;
  color: #757575;
}
@media (min-width: 1000px) {
  .nttme_distribution__live-side .send-comment-area .send-comment-text {
    height: 38px;
  }
}
.nttme_distribution__live-side .send-comment-area .send-comment-send-button {
  display: block;
  width: 21px;
  height: 17px;
  background-image: url("../images/send_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  flex: 0 0 auto;
}
.nttme_distribution__live-side .send-comment-area .send-comment-send-button:hover {
  cursor: pointer;
}
.nttme_distribution__live-about {
  /*popup表示*/
}
@media (max-width: 999px) {
  .nttme_distribution__live-about {
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.nttme_distribution__live-about::after {
  content: "";
  display: block;
  height: calc(100vh + 20px);
  width: 1px;
}
@media (min-width: 1000px) {
  .nttme_distribution__live-about {
    display: flex;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.nttme_distribution__live-about.isShow {
  overflow-y: hidden;
}
@media (max-width: 999px) {
  .nttme_distribution__live-about.isShow {
    visibility: visible;
    opacity: 1;
    overflow-y: hidden;
  }
}
@media (max-width: 999px) {
  .nttme_distribution__live-about.isShow .live-about-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(40%);
    overflow-y: hidden;
  }
}
@media (max-width: 999px) {
  .nttme_distribution__live-about.isShow .live-about-container.fullScreen {
    transform: translateY(0);
    max-height: 100vh;
  }
}
@media (max-width: 999px) {
  .nttme_distribution__live-about.isShow .live-about-container.closePopup {
    transform: translateY(100%);
  }
}
.nttme_distribution__live-about .live-about-container {
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 999px) {
  .nttme_distribution__live-about .live-about-container {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transform: translateY(100%);
    transition: 0.5s;
    padding: 0 0 20px;
    margin-top: 120px;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  .nttme_distribution__live-about .live-about-container {
    padding: 0 16px 16px;
  }
}
@media (max-width: 999px) {
  .nttme_distribution__live-about .live-about-container .about-scroll-wrap {
    overflow-y: scroll;
    max-height: 100vh;
    transform: translateY(40px);
  }
}
.nttme_distribution__live-about .live-about-container .about-scroll {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 46px;
}
@media (max-width: 999px) {
  .nttme_distribution__live-about .live-about-container .about-scroll {
    padding: 0 20px 200px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1000px) {
  .nttme_distribution__live-about .live-about-container .about-scroll {
    row-gap: 26px;
  }
}
.nttme_distribution__live-about .live-about-container .about-popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .nttme_distribution__live-about .live-about-container .about-popup-close {
    display: none;
  }
}
.nttme_distribution__live-about .live-about-container .about-popup-close button {
  width: 30px;
  height: 6px;
  border-radius: 6px;
  background-color: #D9D9D9;
  margin-top: 6px;
  border: none;
}
.nttme_distribution__live-about .live-about-container .about-popup-close button:hover {
  cursor: pointer;
}
.nttme_distribution__live-about .infomation-title,
.nttme_distribution__live-about .timetable-title,
.nttme_distribution__live-about .questionnaire-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}
.nttme_distribution__live-about .infomation-text,
.nttme_distribution__live-about .timetable-time,
.nttme_distribution__live-about .timetable-schedule li,
.nttme_distribution__live-about .questionnaire-link,
.nttme_distribution__live-about .bottom-text {
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}
.nttme_distribution__live-about .timetable-schedule {
  margin-top: 22px;
}
.nttme_distribution__live-about .timetable-schedule li {
  display: flex;
}
/*.nttme_distribution__live-about .timetable-schedule li::before {
  content: "・";
}*/
@media (max-width: 999px) {
  .nttme_distribution__live-about .infomation-text,
  .nttme_distribution__live-about .questionnaire-link {
    font-size: 14px;
  }
}
/*.nttme_distribution__live-about .infomation-qr {
  display: none;
}*/
@media (min-width: 1000px) {
  .nttme_distribution__live-about .infomation-qr {
    display: block;
    width: 96px;
    padding: 6px 0 16px;
  }
}
.nttme_distribution__live-about .bottom-text {
  border-top: 2px dotted #000;
}
.nttme_distribution__live-about a {
  color: #000;
  text-decoration: none;
}
.nttme_distribution__sharepopup {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  transition: 0.4s ease-out;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 1000px) {
  .nttme_distribution__sharepopup {
    font-size: 14px;
    max-width: 320px;
    bottom: 30px;
  }
}
.nttme_distribution__sharepopup:hover {
  cursor: pointer;
}
.nttme_distribution__sharepopup.isShow {
  opacity: 1;
  visibility: visible;
}
.nttme_distribution__sharepopup .sharepopup-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  background-color: #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1000px) {
  .nttme_distribution__sharepopup .sharepopup-wrap {
    font-size: 13px;
    padding: 15px;
  }
}
.nttme_distribution__sharepopup .sharepopup-close {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: none;
  top: 0;
  right: 0;
  transform: translateX(-30px);
}
@media (min-width: 1000px) {
  .nttme_distribution__sharepopup .sharepopup-close {
    width: 30px;
    height: 30px;
    transform: translateX(-35px);
  }
}
.nttme_distribution__sharepopup .sharepopup-close::before, .nttme_distribution__sharepopup .sharepopup-close::after {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-width: 1000px) {
  .nttme_distribution__sharepopup .sharepopup-close::before, .nttme_distribution__sharepopup .sharepopup-close::after {
    width: 21px;
    height: 3px;
  }
}
.nttme_distribution__sharepopup .sharepopup-close::before {
  transform: rotate(-45deg) translateY(2px);
}
.nttme_distribution__sharepopup .sharepopup-close::after {
  transform: rotate(45deg) translateY(-2px);
}
@keyframes show_sharepopup {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  20% {
    opacity: 1;
    visibility: visible;
  }
  70% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    opacity: 0;
    visibility: hidden;
  }
}
