@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :release.css
 style info :リリースページのスタイル
=================================================================== */
.contents #topics {
  background: url(../images/topics/bg_content.png) repeat 0 0;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .contents #topics {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .contents #topics {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .contents #topics img {
    width: 100%;
    height: auto;
  }
}
.contents #topics #main {
  background: url(../images/topics/bg_main.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .contents #topics #main {
    padding: 52px 0;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 750px) {
  .contents #topics #main {
    padding: 5.2vw 4%;
    margin-bottom: 5vw;
  }
}
.contents #topics h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .contents #topics h2 {
    font-size: 30px;
    background: url(../images/topics/bg_tit_pc.png) no-repeat top center;
    width: 690px;
    height: 105px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 750px) {
  .contents #topics h2 {
    font-size: 5vw;
    background: url(../images/topics/bg_tit_sp.jpg) no-repeat top center;
    background-size: 100%;
    height: 25.6vw;
    margin-bottom: 2.4vw;
    letter-spacing: -0.06em;
  }
}
.contents #topics h2 span {
  position: relative;
}
@media screen and (min-width: 751px) {
  .contents #topics h2 span {
    top: -2px;
  }
}
@media screen and (max-width: 750px) {
  .contents #topics h2 span {
    top: -1.6vw;
  }
}