
.iframe-video-v2__item {
  position: relative;
  width: 100%;
  line-height: 0;
}
.iframe-video-v2__item > iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}
.iframe-video-v2__detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-video-v2__detail__inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.iframe-video-v2__control {
  display: flex;
  justify-content: flex-end;
}
.iframe-video-v2__switch__play,
.iframe-video-v2__switch__pause,
.iframe-video-v2__switch__unmute,
.iframe-video-v2__switch__mute {
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  background-color: #fff;
  text-indent: -9999em;
  border: 2px solid #5a3a3a;
  border-radius: 50%;
  outline: none;
}
.iframe-video-v2__switch__play:focus-visible,
.iframe-video-v2__switch__pause:focus-visible,
.iframe-video-v2__switch__unmute:focus-visible,
.iframe-video-v2__switch__mute:focus-visible {
  outline: auto;
}
.iframe-video-v2__switch__pause::before,
.iframe-video-v2__switch__pause::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  background-color: #5a3a3a;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  content: "";
}
.iframe-video-v2__switch__play {
  position: relative;
}
.iframe-video-v2__switch__play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/jp/app-files/img/cmn_ic08.svg) no-repeat left top/100%;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  content: "";
}
.iframe-video-v2__switch__unmute::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/jp/app-files/img/cmn_ic09.webp) no-repeat left top/100%;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  content: "";
}
.iframe-video-v2__switch__mute::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/jp/app-files/img/cmn_ic10.webp) no-repeat left top/100%;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  content: "";
}
@media only screen and (min-width: 900px){
  .iframe-video-v2 {
    width: 100%;
  }
  .iframe-video-v2__item {
    height: 675px;
  }
  .iframe-video-v2__detail__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 2.2rem 4.2rem;
  }
  .iframe-video-v2__ttl {
    font-size: 12px;
    margin-bottom: 60px;
    display: inline-block;
    padding: 3px;
    border: 2px solid #000;
  }
  .iframe-video-v2__ttl span {
    font-size: 12px;
    display: inline-block;
    padding: 10px 28px;
    color: #000;
    border: 1px solid #000;
  }

  .iframe-video-v2__ttl span img {
    vertical-align: bottom;
  }

  .iframe-video-v2__ttl img {
    vertical-align: middle;
  }

  .iframe-video-v2__lead {
    margin-bottom: 70px;
  }

  .iframe-video-v2__lead img {
    vertical-align: bottom;
  }
  .iframe-video-v2__control {
    width: calc(1200px + 30px * 2);
    margin: 2.2rem auto 0;
    padding-inline: 30px;
    column-gap: 26px;
  }
  .iframe-video-v2__switch__play,
  .iframe-video-v2__switch__pause,
  .iframe-video-v2__switch__unmute,
  .iframe-video-v2__switch__mute {
    width: 48px;
    height: 48px;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .iframe-video-v2__switch__play:hover,
  .iframe-video-v2__switch__pause:hover,
  .iframe-video-v2__switch__unmute:hover,
  .iframe-video-v2__switch__mute:hover {
    opacity: .7;
  }
  .iframe-video-v2__switch__pause::before,
  .iframe-video-v2__switch__pause::after {
    width: 6px;
    height: 22px;
    margin-top: -11px;
    border-radius: 6px;
  }
  .iframe-video-v2__switch__pause::before {
    left: 13px;
  }
  .iframe-video-v2__switch__pause::after {
    right: 12px;
  }
  .iframe-video-v2__switch__play::before {
    width: 15px;
    height: 24px;
  }
  .iframe-video-v2__switch__unmute::before {
    width: 27px;
    height: 25px;
  }
  .iframe-video-v2__switch__mute::before {
    width: 27px;
    height: 27px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1260px){
  .iframe-video-v2 {
    width: calc(1200px + 30px * 2);
  }
}
@media only screen and (max-width: 899px){
  .iframe-video-v2__item {
    aspect-ratio: 750/422;
  }
  .iframe-video-v2__detail__inner {
    padding: 1.1rem 15px;
  }
  .iframe-video-v2__ttl {
    font-size: 100%;
    margin-bottom: 5.33333vw;
    display: inline-block;
    padding: 3px;
    border: 2px solid #000;
  }
  .iframe-video-v2__ttl span {
    font-size: 10px;
    line-height: 1.0;
    display: inline-block;
    padding: 2.66667vw 7.2vw;
    text-align: center;
    color: #000;
    border: 1px solid #000;
  }
  .iframe-video-v2__ttl span img {
    vertical-align: bottom;
  }
  .iframe-video-v2__ttl img {
    width: 34.8vw;
  }
  .iframe-video-v2__lead {
    width: 86.93333vw; margin: 0 auto 8vw auto;
  }
  .iframe-video-v2__lead img {
    vertical-align: bottom;
  }
  .iframe-video-v2__control {
    margin-top: 1.1rem;
    padding-inline: 15px;
    column-gap: 13px;
  }
  .iframe-video-v2__switch__play,
  .iframe-video-v2__switch__pause,
  .iframe-video-v2__switch__unmute,
  .iframe-video-v2__switch__mute {
    width: 26px;
    height: 26px;
  }
  .iframe-video-v2__switch__pause::before,
  .iframe-video-v2__switch__pause::after {
    width: 3px;
    height: 12px;
    margin-top: -6px;
    border-radius: 3px;
  }
  .iframe-video-v2__switch__pause::before {
    left: 6px;
  }
  .iframe-video-v2__switch__pause::after {
    right: 6px;
  }
  .iframe-video-v2__switch__play::before {
    width: 8px;
    height: 12px;
  }
  .iframe-video-v2__switch__unmute::before {
    width: 15px;
    height: 13px;
  }
  .iframe-video-v2__switch__mute::before {
    width: 16px;
    height: 15px;
  }
}
