h2 h4 {
    font-family: Oswald,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.image_frame .image_wrapper .mask .title-over-image {
    position: absolute;
    left: 20px;
    top: 0px;
}

.image_frame .image_wrapper .mask .title-over-image svg {
    display: block;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: white;
}

.title-over-image svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.title-over-image .fuchidori1 {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
  font-weight: 900;
  opacity: 0.9;
  fill: #9bd;
  paddig: 10px;
  paint-order: stroke;
  stroke: #fff;
  font-size: 100px;
  stroke-width: 10;
}

.title-over-image .fuchidori2 {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
  font-weight: 900;
  opacity: 0.9;
  fill: #cd5;
  paddig: 10px;
  paint-order: stroke;
  stroke: #fff;
  font-size: 100px;
  stroke-width: 10;
  transform: rotate(3deg);
}