
/* modaal */
.modaal-inner-wrapper {
  padding: 80px 0;
}

.modaal-container {
  line-height: 0;
}

.modaal-content-container {
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', 'Yu Gothic', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modaal-content-container.selected {
  position: relative;
  padding: 0 0 56.25%; /* アスペクト比16:9の場合 */
  height: 0;
  overflow: hidden;
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 9000;
}

.modaal-close.selected {
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 9000;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: none;
}

.modaal-close:before,
.modaal-close:after {
  width: 4px;
  height: 38px;
  background: #fff;
}

.modaal-close.selected:before,
.modaal-close.selected:after {
  width: 4px;
  height: 38px;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}


.modaal-video-container iframe{
  width: 100%;
  height: 100%;
}

video {
  max-width: 100%;
  max-height: 100%;
}

.modaal-video-frame body{
padding: 0 !important;
}
