@charset "utf-8";
* {
  min-height: 0;
  min-height: 0vw;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  background-color: #000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* プレイヤーサイズ調整 */
.vid-dimensions {
  width: 100%;
}

.strp-v2 .vjs-play-progress,
.strp-v2 .vjs-scrubber-button {
  background-color: #1F93FF;
}

/* プレイヤーコントローラーと動きを合わせる */
.strp-v2 .SkipWrap,
.strp-v2 .ModeWrap,
.strp-v2 .ChapterWrap {
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.strp-v2.vjs-has-started.vjs-autohide .SkipWrap,
.strp-v2.vjs-has-started.vjs-autohide .ModeWrap,
.strp-v2.vjs-has-started.vjs-autohide .ChapterWrap {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}

.strp-v2.vjs-has-started.vjs-autohide .ChapterWrap ul li {
  pointer-events: none;
}

.strp-v2.vjs-has-started.no-autohide .ChapterWrap ul li {
  pointer-events: auto;
}

.strp-v2.vjs-has-started .SkipWrap,
.strp-v2.vjs-has-started .ModeWrap,
.strp-v2.vjs-has-started .ChapterWrap {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) !important;
}

.strp-v2.vjs-has-started.no-autohide .vjs-chrome-bottom,
.strp-v2.vjs-has-started.no-autohide .vjs-gradient-bottom.selected-chapters,
.strp-v2.vjs-has-started.no-autohide .SkipWrap,
.strp-v2.vjs-has-started.no-autohide .ModeWrap,
.strp-v2.vjs-has-started.no-autohide .ChapterWrap {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.strp-v2.vjs-has-started.no-autohide .vjs-gradient-bottom.selected-chapters {
  display: block;
}

.strp-v2 .SkipWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 80px;
  height: 80px;
}
.strp-v2 .SkipWrap.forward {
  right: 20%;
}
.strp-v2 .SkipWrap.rewind {
  left: 20%;
}

.strp-v2 .SkipWrap i {
  font-size: 80px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  opacity: .8;
}

.strp-v2 .SkipWrap i:hover {
  opacity: 1;
}

.strp-v2 .vjs-large-play-button {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  margin-left: -48px;
  margin-top: -48px;
}

#player-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

#video {
  width: 100%;
  height: 100%;
}

#video img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}

.streaks-player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/*チャプター選択モード時の背景指定*/
.strp-v2 .vjs-gradient-bottom.selected-chapters {
  background: rgba(25, 28, 32, .6);
  width: 100%;
  height: 100%;
  bottom: 0;
}

/* プレイヤー右上のボタン */
.ModeWrap {
  position: absolute;
  top: 4%;
  right: 2%;
}

.ModeButton {
  background: #FFF;
  border-radius: 4px;
  max-width: fit-content;
  padding: 5px 10px 5px 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.ModeButton .BtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, .8);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.48px;
  gap: 4px;
}

.ModeButton i::before {
  color: #333;
  font-size: 12px;
  padding-left: 4px;
}

.ModeButton i.IconCheckFilled {
  visibility: hidden;
}

.ModeButton.selected i.IconCheckFilled {
  visibility: visible;
}

.ModeButton i.IconCheckFilled::before {
  color: #1F93FF;
  font-size: 18px;
  padding-left: 0;
}

.ModeButton .BtnWrap .BtnTxt {
  display: block;
  color: rgba(0, 0, 0, .8);
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.48px;
  min-width: 8em;
}

.PlayerModeList {
  position: absolute;
  right: 0;
  top: 34px;
  background: rgba(28, 28, 28, .9);
  max-width: fit-content;
  color: #FFF;
  z-index: 101;
  padding: 8px 0;
  /* min-width: 146px; */
}

.PlayerModeList li .BtnWrap {
  display: flex;
  gap: 5px;
  vertical-align: middle;
  align-items: center;
  font-size: 12px;
  min-height: 40px;
  padding: 10px 9px;
  cursor: pointer;
  /* min-width: 13em; */
}

.PlayerModeList li .BtnWrap:hover {
  background-color: rgba(255,255,255,.1)
}

.PlayerModeList li .BtnWrap i {
  visibility: hidden;
  font-size: 18px;
}

.PlayerModeList li.selected .BtnWrap i {
  visibility: visible;
}

.PlayerModeList li .BtnWrap .BtnTxt {
  width: 9.7em;
}


/* チャプター選択ボタン */
.ChapterWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
  container-type: inline-size;
  pointer-events: none;
}

.ChapterBox01 {
  container-type: inline-size;
  width: 94%;
  margin: 0 3% 48px 3%;
  position: relative;
}

.ChapterBox01 ul {
  gap: 10px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: repeat(12, 1fr);
}

.ChapterBox02 {
  container-type: inline-size;
  display: grid;
  display: -ms-grid;
  gap: 10px;
  width: 94%;
  margin: 0 3%;
}

.ChapterBox02 ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: repeat(3, 1fr);
  gap: 10px;
}

.ChapterBox01 ul li,
.ChapterBox02 ul li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  min-width: 80px;
  padding: 4px 8px;
  margin-right: 0 !important;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(2px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1px;
  color: #FFF;
  text-shadow: 0px 0px 2px #000;
  white-space: nowrap;
  pointer-events: auto;
}

.ChapterBox01 ul li {
  min-height: 40px;
}

.ChapterBox02 ul li {
  font-size: 14px;
  min-height: 50px;
}

.ChapterBox02 ul:first-child li:nth-child(3) {
  visibility :hidden
}

.ChapterBox01 ul li:hover,
.ChapterBox02 ul li:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .4);
}

.ChapterBox01 ul li.selected,
.ChapterBox02 ul li.selected {
  color: rgba(0, 0, 0, .8);
  text-shadow: none;
  background-color: #fff;
}

.ChapterBox01 ul li.disabled {
  opacity: 0.6;
  border: none;
  cursor: default;
}

.ChapterBox02 ul li.disabled {
  opacity: 0.6;
  border: none;
  cursor: default;
  pointer-events: none;
}

.ChapterBox01 ul li.disabled:hover,
.ChapterBox02 ul li.disabled:hover {
  opacity: 0.6;
  color: #FFF;
  background: rgba(255, 255, 255, .3);
}

#video .swiper-button-next {
  opacity: .9;
  right: -3%;
  width: 44px;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video .swiper-button-prev {
  opacity: .9;
  left: -3%;
  width: 44px;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video .swiper-button-next img,
#video .swiper-button-prev img {
  width: 28px;
  height: 28px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
}

br.width-mid {
  display: none;
}


/* 設定メニューの表示位置調整 */
.vjs-settings-menu {
  z-index: 100;
}

.strp-v2 .vjs-large-play-button {
  background-color: rgba(33, 150, 243, .6);
}

.vjs-bezel,
.strp-v2 .vjs-large-play-button:focus, .strp-v2:hover .vjs-large-play-button {
  background-color: rgba(33, 150, 243, .8) !important;
}

.strp-v2 .vjs-chrome-controls button.vjs-live-badge {
  text-transform: initial;
  letter-spacing: 1px;
}

@media screen and (min-width: 980px) {
  .ChapterBox01 {
    margin-bottom: 72px;
  }

  .ChapterBox01 ul {
    /* スクロールを無くす */
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-columns: repeat(6, 1fr);
    transition: initial !important;
    transform: initial !important;
  }

  .ChapterBox01 ul li {
    width: 100% !important;
    min-height: 50px;
  }
  
  #video .swiper-button-next img,
  #video .swiper-button-prev img {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .strp-v2 .SkipWrap {
    width: 100px;
    height: 100px;
  }

  .strp-v2 .SkipWrap.forward {
    right: 28%;
  }

  .strp-v2 .SkipWrap.rewind {
    left: 28%;
  }

  .strp-v2 .SkipWrap i {
    font-size: 100px;
  }

  .strp-v2 .vjs-large-play-button {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-left: -60px;
    margin-top: -60px;
  }

  .ModeButton {
    padding: 10px 20px 10px 16px;
  }
  
  .ModeButton span,
  .ModeButton i::before {
    font-size: 16px;
  }

  .PlayerModeList li span {
    font-size: 16px;
    padding: 16px 28px 16px 16px;
  }
  
  .ModeButton i.IconCheckFilled::before,
  .PlayerModeList li span i {
    font-size: 22px;
  }

  .PlayerModeList {
    top: 50px;
  }

  .ChapterWrap {
    max-width: 1080px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .ChapterBox01 {
    margin-bottom: 96px;
  }

  .ChapterBox01 ul li {
    font-size: 17px;
    padding: 20px 12px;
  }

  #video .swiper-button-next img,
  #video .swiper-button-prev img {
    width: 38px;
    height: 38px;
  }

  .ChapterBox02 ul li {
    font-size: 16px;
    padding: 20.5px 12px;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1920px) {
  .strp-v2 .SkipWrap {
    width: 160px;
    height: 160px;
  }

  .strp-v2 .SkipWrap.forward {
    right: 24%;
  }

  .strp-v2 .SkipWrap.rewind {
    left: 24%;
  }

  .strp-v2 .SkipWrap i {
    font-size: 160px;
  }

  .strp-v2 .vjs-large-play-button {
    width: 192px;
    height: 192px;
    border-radius: 96px;
    margin-left: -96px;
    margin-top: -96px;
  }
  
  .PlayerModeList li a {
    font-size: 20px;
    padding: 10px 8px 10px 16px;
  }

  .ModeButton i.IconCheckFilled::before,
  .PlayerModeList li a i {
    font-size: 26px;
  }

  .ModeButton span,
  .ModeButton i::before {
    font-size: 20px;
  }

  .ChapterWrap {
    max-width: 1280px;
  }
}

@media screen and (max-width: 768px) {
  .strp-v2 .SkipWrap {
    width: 60px;
    height: 60px;
  }
  .strp-v2 .SkipWrap i {
    font-size: 60px;
    opacity: 1;
  }

  .strp-v2 .vjs-large-play-button {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    margin-left: -36px;
    margin-top: -36px;
  }

  .ChapterBox02 ul li {
    line-height: 140%;
  }
  
  br.width-mid {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .ChapterBox01 {
    margin-bottom: 24px;
  }

  .ChapterBox02 ul li {
    line-height: 100%;
  }

  br.width-mid {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .strp-v2 .SkipWrap {
    width: 48px;
    height: 48px;
  }

  .strp-v2 .SkipWrap i {
    font-size: 48px;
  }
  
  .strp-v2 .vjs-large-play-button {
    width: 57.6px;
    height: 57.6px;
    margin-top: -28.8px;
    margin-left: -28.8px;
    border-radius: 28.8px;
  }

  .ModeButton span,
  .ModeButton i::before {
    font-size: 11px;
  }

  .PlayerModeList {
    top: 30px;
  }

  .PlayerModeList li a {
    font-size: 11px;
    padding: 0 8px;
  }

  .ModeButton i.IconCheckFilled::before,
  .PlayerModeList li a i {
    font-size: 14px;
  }
  
  #video .swiper-button-next,
  #video .swiper-button-prev {
    width: auto;
    display: none;
  }  

  #video .swiper-button-next img,
  #video .swiper-button-prev img {
    width: 24px;
    height: 24px;
  }

  .ChapterBox01 ul li {
    font-size: 13px;
    min-width: 60px;
    min-height: auto;
    padding: 8px 8px;
  }

  .ChapterBox01,
  .ChapterBox01 ul,
  .ChapterBox02,
  .ChapterBox02 ul {
    gap: 8px;
  }

  .ChapterBox02 ul li {
    font-size: 12px;
    min-width: 60px;
    min-height: auto;
    padding: 8.5px 8px;
  }
}

@media screen and (max-width: 420px) {
  .ChapterBox01 {
    margin-bottom: 16px;
  }
  .ChapterBox01 ul li,
  .ChapterBox02 ul li {
    letter-spacing: -.1px;
  }
}

@media screen and (max-width: 380px) {
  .strp-v2 .SkipWrap {
    width: 44px;
    height: 44px;
  }

  .strp-v2 .SkipWrap.forward {
    right: 18%;
  }

  .strp-v2 .SkipWrap.rewind {
    left: 18%;
  }

  .strp-v2 .SkipWrap i {
    font-size: 44px;
  }

  .ModeButton {
    padding: 3px 10px 3px 8px;
  }

  .ModeButton span,
  .ModeButton i::before {
    font-size: 10px;
  }

  .ModeButton i.IconCheckFilled::before,
  .PlayerModeList li a i {
    font-size: 12px;
  }
  
  .PlayerModeList {
    top: 24px;
    padding: 4px 0;
  }

  .PlayerModeList li a {
    font-size: 10px;
  }

  .ChapterWrap {
    top: 47%;
  }

  .ChapterBox01 ul li {
    font-size: 10px;
    padding: 4px;
    letter-spacing: .8px;
  }

  .ChapterBox02 ul li {
    font-size: 9px;
    padding: 4.5px;
    letter-spacing: .4px;
  }
}

.ripple-li {
  position: relative;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
}

.ripple-li .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
  width: 100px;
  height: 100px;
  z-index: 10;
}
.ripple-li.disabled .ripple {
  display: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.player-audio-layer {
  padding-top: 56.25%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* エラー時メッセージ */
.error-wrap-on-player {
  width: 100%;
  background-image: url(../images/error_bg.png);
  background-size: cover;
  position: absolute;
  text-align: center;
  padding-top: 56.25%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: initial;
}
.error-contents {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  box-sizing: border-box;
  padding: 0 6%;
}
.error-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
  letter-spacing: 0.05rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.error-message {
  font-size: .93rem;
  line-height: 1.6;
  margin: 1rem 0 .5rem;
  letter-spacing: .038rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.error-code {
  color: #b9c0c5;
  font-size: .75rem;
  margin: .5rem 0;
  letter-spacing: .03rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.error-code-no {
  display: inline-block;
  font-size: .93rem;
  color: #fff;
  padding-bottom: .125rem;
}
.btn-on-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  min-width: 100px;
  font-size: .875rem;
  letter-spacing: .035rem;
  padding: .38rem .63rem;
  border-radius: 4px;
  background-color: #0071C1;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.20);
  margin: 1rem auto 0;
  cursor: pointer;
  font-weight: 600;
  box-sizing: content-box;
}
.btn-on-player:hover {
  background-color: #097ED1;
}
@media screen and (min-width: 480px) {
  .error-title {
    font-size: 1rem;
  }
  .error-message {
    font-size: .75rem;
  }
  .error-code {
    font-size: .65rem;
  }
  .error-code-no {
    font-size: .75rem;
  }
  .btn-on-player {
    font-size: .85rem;
  }  
}
@media screen and (min-width: 680px) {
  .error-contents {
    padding: 0 8%;
  }
  .error-title {  
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
  .error-message {
    font-size: 1.125rem;
  }
  .error-code {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .error-code-no {
    font-size: 1.125rem;
  }
  .btn-on-player {
    width: 8.25rem;
    min-width: 160px;
    font-size: 1.125rem;
    letter-spacing: 0.035rem;
    padding: .48rem .63rem;
    margin: 1rem auto 0;
    border-radius: 4px;
  }  
}
@media screen and (min-width: 980px) {
  .error-contents {
    padding: 0 18%;
    max-width: 980px;
    box-sizing: content-box;
  }
  .error-title {  
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
  .error-message {
    font-size: 1.43rem;
  }
  .error-code {
    font-size: 1.25rem;
    margin: 1.5rem 0;
  }
  .error-code-no {
    font-size: 1.43rem;
  }
  .btn-on-player {
    width: 8.25rem;
    min-width: 160px;
    font-size: 1.375rem;
    letter-spacing: 0.035rem;
    padding: .48rem .63rem;
    margin: 2rem auto 0;
    border-radius: 4px;
  }  
}
@media screen and (max-width: 390px) {
  .error-contents {
    padding: 0 3%;
  }
  .error-title {
    font-size: .875rem;
    margin: 0 0 .5rem;
  }
  .error-message {
    font-size: .7rem;
    margin: .5rem 0 .3rem;
    line-height: 1.4;
  }
  .error-code {
    font-size: .65rem;
    margin: .3rem 0 .7rem;
    line-height: 1.2;
  }
  .error-code-no {
    font-size: .7rem;
  }
  .btn-on-player {
    font-size: .75rem;
    margin: .7rem auto 0;
    padding: .28rem 1.63rem;
  }  
}
@media screen and (max-width: 320px) {
  .error-code {
    margin: .3rem 0 .2rem;
  }
  .btn-on-player {
    margin: .2rem auto 0;
  }  
}