.index {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(246, 247, 251, 1.0);
}

/* ---------------- */

/* Header */

/* ---------------- */

.index .header {
  margin: 0;
  height: 96px;
  width: 100%;
}

.index .header-layout-container {
  display: flex;
}

.index .header .logo {
  top: 30px;
  left: 40px;
  position: relative;
}

.index .header .logo .imglogo {
  height: 24px;
  width: 282px;
}

.index .header .modal-button {
  top: 29px;
  height: 38px;
  width: 113px;
  margin-right: 40px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}

.index .header .modal-button .modal-btn-border {
  height: 38px;
  width: 113px;
  box-sizing: border-box;
  border-radius: 19px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(13, 11, 109, 1.0);
  display: flex;
  background-color: white;
}

.index .header .modal-button .icon1 {
  top: 10px;
  left: 14px;
  height: 15px;
  width: 15px;
  position: relative;
}

.index .header .modal-button .text {
  top: 8px;
  left: 20px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12.0px;
  color: rgba(13, 11, 109, 1.0);
  text-align: left;
  line-height: 18.0px;
}

/* ---------------- */

/* Top */

/* ---------------- */

.index .main-top {
  margin-left: 14%;
  margin-right: 14%;
  max-width: 1224px;
  position: relative;
}

.index .main .top-layout-container {
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  justify-content: center;
  position: relative;
  display: flex;
}

.index .main .top-subtitle-layout-container {
  top: 0;
  left: 0px;
  height: 100%;
  width: 500px;
  margin-left: 0px;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.index .main .top-subtitle {
  margin-top: 80px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 48.0px;
  color: rgba(38, 38, 44, 1.0);
  text-align: left;
  line-height: 71.0px;
  white-space: nowrap;
}

.index .main .top-description {
  margin-top: 34px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16.0px;
  color: rgba(75, 75, 78, 1.0);
  text-align: left;
  letter-spacing: -0.2px;
  line-height: 24.0px;
  position: relative;
}

.index .main .top-image {
  height: auto;
  max-height: 351px;
  max-width: 728px;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  bottom: 0px;
  position: relative;
}

.index .main .image-layout-container {
  top: 0;
  height: 351px;
  width: auto;
  margin-top: 80px;
  margin-left: auto;
  margin-right: -20%;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .index .main .top-layout-container {
    flex-direction: column;
  }
  .index .main .image-layout-container {
    margin-left: -60px;
    margin-right: -60px;
    width: 130%;
    height: auto;
  }
}

/* ---------------- */

/* Center Inputfiels */

/* ---------------- */

.index .main .main-center {
  height: 100px;
  min-width: 850px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 64px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 14%;
  padding-right: 14%;
  background-color: rgba(13, 11, 109, 1.0);
}

.index .main .center-layout-container {
  height: 96px;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background-color: rgba(246, 247, 251, 1.0);
  border-radius: 5px;
  display: flex;
}

.index .center-layout-container .texturl {
  height: 30px;
  width: auto;
  flex-basis: 40%;
  min-width: 100px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 0px;
  padding: 10px;
  outline: 0px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14.0px;
  color: #26262C;
  text-align: left;
  letter-spacing: -0.17px;
  line-height: 20.0px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px 0px 0px 3px;
  border-color: rgba(217, 220, 227, 1.0);
}

.index .center-layout-container .texturl::placeholder {
  color: #818589;
}

.index .date-picker-container {
  height: 50px;
  width: 180px;
  min-width: 160px !important;
  flex-basis: 20%;
  left: 0px;
  margin-top: 20px;
  margin-left: -1px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  border-color: rgba(217, 220, 227, 1.0);
  background-color: white;
}

.index .date-picker-container .date-picker-text {
  top: 4px;
  left: 16px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 11.0px;
  color: rgba(129, 133, 137, 1.0);
  text-align: left;
}

.index .date-picker-container .date-picker {
  top: 4px;
  left: 16px;
  width: 142px;
  outline: 0;
  border: 0;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14.0px;
  color: rgba(38, 38, 44, 1.0);
  text-align: left;
}

.index .date-picker-container .date-picker-arrow-icon {
  top: 5px;
  height: 12px;
  width: 6px;
  position: relative;
}

.index .analysis-button {
  top: 21px;
  left: 5px;
  height: 48px;
  width: 136px;
  min-width: 100px;
  flex-basis: 15%;
  margin-left: 15px;
  margin-right: 30px;
  position: relative;
  background-color: rgba(13, 11, 109, 1.0);
  border-radius: 4px;
  cursor: pointer;
}

.index .analysis-button-text {
  top: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14.0px;
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
  letter-spacing: -0.17px;
  line-height: 20.0px;
  position: relative;
}

/* ---------------- */

/* Video Item List  */

/* ---------------- */

.main .main-list {
  margin-left: 14%;
  margin-right: 14%;
  max-width: 1224px;
  min-width: 850px;
  position: relative;
}

.main .main-list .item-container {
  height: 200px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  display: flex;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.main .main-list .item-iframe-layout-container {
  height: 144px;
  width: 256px;
  margin-right: 24px;
  padding: 25px;
}

.main .main-list .item-right-layout-container {
  height: 100%;
  width: 100%;
  margin-left: 24px;
  margin-right: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.main .main-list .item-top-layout-container {
  height: 70px;
  width: 100%;
  display: flex;
}

.main .main-list .item-top-left-layout-container {
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-basis: 75%;
}

.main .main-list .item-top-title-layout-container {
  height: 26px;
  width: 100%;
  display: flex;
}

.main .main-list .item-top-status-process {
  width: 60px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12.0px;
  color: rgba(60, 210, 138, 1.0);
  text-align: left;
  white-space: nowrap;
  border-radius: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(60, 210, 138, 1.0);
}

.main .main-list .item-top-status-done {
  width: 60px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12.0px;
  color: #818589;
  text-align: left;
  white-space: nowrap;
  border-radius: 12px;
  border: 2px solid #818589;
}

.main .main-list .item-top-status-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.main .main-list .item-top-title {
  margin-top: -2px;
  margin-left: 10px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18.0px;
  color: rgba(38, 38, 44, 1.0);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .main-list .item-top-description-container {
  height: 17px;
  width: 100%;
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12.0px;
  color: rgba(75, 75, 78, 1.0);
  text-align: left;
}

.main .main-list .item-top-export-button {
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: 8px;
  background-color: rgba(38, 38, 44, 1.0);
  border-radius: 20px;
  cursor: pointer;
}

.main .main-list .item-top-menu-button {
  height: 40px;
  width: 40px;
  margin-left: 8px;
  margin-right: 24px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #D9DDE3;
}

.main .main-list .item-top-export-button .export-button {
  height: auto;
  width: 13px;
  margin: 11px 11px 11px 13px;
}

.main .main-list .item-top-menu-button .menu-button {
  height: auto;
  width: 20px;
  margin: 17px 16px 15px 10px;
}

.main .main-list .item-panels-layout-container {
  height: 72px;
  width: 100%;
  margin-left: -5px;
  display: flex;
}

.main .main-list .item-panel-container {
  height: 72px;
  width: 100%;
  margin-top: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  background-color: rgba(246, 247, 251, 1.0);
  border-radius: 4px;
}

.main .main-list .item-panel-text {
  margin-top: 10px;
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12.0px;
  color: rgba(129, 133, 137, 1.0);
  text-align: left;
}

.main .main-list .item-panel-number {
  margin-top: 0px;
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28.0px;
  color: rgba(38, 38, 44, 1.0);
  text-align: left;
}

.main .main-list .menu-button-dropdown {
  position: relative;
  display: inline-block;
}

.main .main-list .menu-button-dropdown-content {
  display: none;
  margin-left: -100px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.main .main-list .menu-button-dropdown:hover .menu-button-dropdown-content {
  display: block;
}

.main .main-list .menu-button-dropdown-content .menu-pause {
  margin-top: 7px;
  cursor: pointer;
}

.main .main-list .menu-button-dropdown-content .menu-pause-icon {
  height: 24px;
  width: auto;
}

.main .main-list .menu-button-dropdown-content .menu-delete-icon {
  height: 24px;
  width: auto;
}

.main .main-list .menu-button-dropdown-content .menu-pause-text {
  top: -6px;
  margin-left: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #26262C;
  position: relative;
}

.main .main-list .menu-button-dropdown-content .menu-delete {
  margin-top: 10px;
  cursor: pointer;
}

.main .main-list .menu-button-dropdown-content .menu-delete-text {
  top: -6px;
  margin-left: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F34C56;
  position: relative;
}

.footer {
  margin-top: 120px;
  height: 80px;
}

.footer-layout-container {
  display: flex;
}

.footer-company-name {
  margin-left: 40px;
  margin-top: 33px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.footer-terms-of-service {
  margin-left: auto;
  margin-right: 32px;
  margin-top: 33px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.modal {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: none;
}

.modal .modal-row-layout-container {
  width: 1024px;
  height: 585px;
  background-color: white;
  z-index: 150;
  border-radius: 8px;
  pointer-events: auto;
}

.modal .modal-title {
  margin-top: 64px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #26262C;
  text-align: center;
}

.modal .modal-step-layout-container {
  margin: 0px 20px;
  display: flex;
}

.modal .modal-step-layout-container .modal-step-container {
  margin: 24px 20px;
  display: flex;
  flex-direction: column;
}

.modal .modal-step-layout-container .modal-step-image {
  width: 288px;
  height: 192px;
  text-align: center;
}

.modal .modal-step-layout-container .modal-step-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #26262C;
  text-align: center;
}

.modal .modal-step-layout-container .modal-step-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4B4B4E;
  text-align: left;
}

.modal .modal-close {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.modal .modal-close .modal-close-button {
  padding-top: 7px;
  height: 40px;
  width: 160px;
  box-sizing: border-box;
  border-radius: 19px;
  border: 2px solid #D9DDE3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 1700px) {
  .index .main-top {
    margin-left: auto;
    margin-right: auto;
  }
  .main .main-list {
    margin-left: auto;
    margin-right: auto;
  }
}