.header{
  position: fixed;
}

.tvcm-anchor-list{
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 739px) {
  .tvcm-anchor-list {
    column-gap: 10px;
  }
}

.tvcm-anchor {
  padding-right: 20px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 739px) {
  .tvcm-anchor {
      font-size: 12px;
  }
}

.tvcm-anchor:after {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241.11%22%20height%3D%2223.23%22%20viewBox%3D%220%200%2041.11%2023.23%22%3E%3Cpath%20d%3D%22M40.06%2C1.1c-1.31-1.2-3.38-1.15-4.59.08l-14.79%2C14.26L5.65.95c-.61-.61-1.45-.95-2.35-.95-.88.01-1.72.35-2.28.91C.36%2C1.52%2C0%2C2.38%2C0%2C3.27l.06.51.25.79c.07.17.15.33.23.44.12.21.28.4.47.58l17.38%2C16.72c.62.59%2C1.44.91%2C2.3.91s1.7-.33%2C2.32-.93L40.18%2C5.72c.62-.63.95-1.46.93-2.34-.02-.88-.4-1.69-1.05-2.28Z%22%20fill%3D%22%23292e86%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E) 0 0 / 100% 100% no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease-out 0s;
  transition: -webkit-transform .3s ease-out 0s;
  transition: transform .3s ease-out 0s;
  transition: transform .3s ease-out 0s, -webkit-transform .3s ease-out 0s;
  width: 11px;
}
.tvcm-anchor:hover{
  text-decoration: none;
}
.tvcm-anchor:hover:after {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}


.tv-cm-modal {
  display: none;
}
.tv-cm-modal.is-open {
  display: block;
}
.tv-cm-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 739px) {
  .tv-cm-modal-overlay {
    padding: 0 20px;
  }
}

.tv-cm-modal-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  max-height: calc(100vh - 150px);
  padding: 30px;
  margin: 0 auto;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 6px;
}

.tv-cm-modal-box-inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.tv-cm-modal-box-inner iframe{
  position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 739px) {
  .tv-cm-modal-box {
    display: block;
    max-height: calc(100vh - 70px);
    padding: 20px;
  }
}
.tv-cm-is-add-scroll-y .modal-box {
  display: block;
}
@media (max-width: 739px) {
  .tv-cm-modal .section-body-content-heading {
    padding: 0;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 739px) {
  .tv-cm-modal .section-body-content-text-stack {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 739px) {
  .tv-cm-modal .section-body-content-media-wrap {
    margin-top: 15px;
  }
}
.tv-cm-modal-list-wrap {
  margin-top: 50px;
}
.tv-cm-modal-list-heading {
  font-weight: bold;
  letter-spacing: 0.09em;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
}
@media (max-width: 739px) {
  .tv-cm-modal-list-heading {
    font-size: 15px;
    font-size: calc(15 / 10 * 1rem);
  }
}
.tv-cm-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}
.tv-cm-modal-list::after {
  width: 260px;
  padding: 0 25px;
  content: "";
}
@media (max-width: 739px) {
  .tv-cm-modal-list {
    margin: 25px 0 0;
    content: none;
  }
  .tv-cm-modal-list > * + * {
    margin-top: 20px;
  }
}
.tv-cm-modal-list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 25px 0;
}
@media (max-width: 739px) {
  .tv-cm-modal-list_item {
    padding: 0;
  }
}
.tv-cm-modal-list_item-stack {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 739px) {
  .tv-cm-modal-list_item-stack {
    padding-bottom: 0;
    border: none;
  }
}
.tv-cm-modal-list_item-stack-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 20px;
  color: #1e237f;
  letter-spacing: 0.09em;
}
@media (max-width: 739px) {
  .tv-cm-modal-list_item-stack-heading {
    line-height: 16px;
    letter-spacing: 0.16em;
  }
}
.tv-cm-modal-list_item-stack-heading_num {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #1e237f;
  border-radius: 4px;
}
@media (max-width: 739px) {
  .tv-cm-modal-list_item-stack-heading_num {
    width: 16px;
    font-size: 9px;
    font-size: calc(9 / 10 * 1rem);
  }
}
.tv-cm-modal-list_item-stack .text-wrap {
  margin-top: 15px;
}
.tv-cm-modal-list_item-stack .text-wrap > * {
  letter-spacing: 0.05em;
}
@media (max-width: 739px) {
  .tv-cm-modal-list_item-stack .text-wrap {
    margin-top: 10px;
  }
}
.tv-cm-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  border-radius: 9999px;
    overflow: hidden;
}
.tv-cm-modal-close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tv-cm-modal-close svg{
  fill: #000;
}
@media (max-width: 739px) {
  .tv-cm-modal-close {
    width: 24px;
    height: 24px;
    top: -2px;
    right: -2px;
  }
}