.mariowonder .movieCol {
  width: 100%;
  max-width: 1100px;
  max-height: 619px;
  position: relative;
  margin: 0 auto 45px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mariowonder .movieCol {
    margin: 0 auto 25px;
  }
}
@media (hover: hover) {
  .mariowonder .movieCol:hover .youtube_ico {
    opacity: 0.7;
  }
}
.mariowonder .movieCol .youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mariowonder .movieCol .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mariowonder .movieCol .youtube_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13%;
  max-width: 114px;
  z-index: 9;
  pointer-events: none;
  transition: .3s ease-out;
  border-radius: 50%;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
  background: url("../images/feature/bikkura/mariowonder/ico_play.png") center center/100% auto no-repeat;
}
.mariowonder .movieCol .youtube_ico::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.mariowonder .movieCol .youtube_ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fa2d17;
  border-radius: 50%;
  box-sizing: border-box;
}
.mariowonder .movieCol .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.mariowonder .movieCol .youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mariowonder .btnContainer {
  position: relative;
}
.mariowonder .btnContainer .btn01 {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: calc(771% * 100 / 1200);
}
.mariowonder .bathImgCol {
  position: relative;
}
.mariowonder .bathImgCol > .frame {
  position: absolute;
  top: 0;
  left: 0;
}
.mariowonder .bathImgCol > .anime {
  -webkit-mask-image: url("../images/feature/bikkura/mariowonder/frame_mask.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/feature/bikkura/mariowonder/frame_mask.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  top: min(13px, calc(13vw * 100 / 1200));
  left: calc(63% * 100 / 1200);
  width: calc(1064% * 100 / 1200);
}
.mariowonder dl.notice {
  padding: 1em;
  margin-bottom: 1em;
  border: #ff5050 solid 2px;
  line-height: 135%;
  color: #ff5050;
}
.mariowonder dl.notice dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 110%;
}
.mariowonder dl.notice dd ul {
  padding-left: 1em;
}
.mariowonder dl.notice dd ul li {
  margin-bottom: 5px;
  text-indent: -1em;
}
