@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////

BASE

/////////////////////////////////////////////////////////////////// */

.normalFont {
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
}

.exFont {
  font-family: "851Gkktt_005", sans-serif;
}

body {
  position: relative;
  background: #f7f7f7;
}

body::before {
  content: "";
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/main/common/commonBg.png) top left / cover no-repeat;
  z-index: 0;
  /* filter: drop-shadow(10px 10px 0px rgb(0 0 0 / 0.02)); */
  z-index: -1;
}

@media screen and (max-width:900px) {
  body::before {
    background: url(../../images/main/common/commonBg.png) top center / cover no-repeat;
  }
  body#layout1::before {
    background: url(../../images/main/chara/charaDetailBg.png) top right / auto 100% no-repeat #fff;
  }
}

@media screen and (max-width:767px) {

}

/* NEWマーク
========================================== */
.new_ic {
  display: inline-block;
}

#list_01 .new_ic > a {
  display: inline;
}

.new_ic::before {
  content: "";
  background: #e4007f;
  color: #fafafa;
  font-weight: 300;
  font-size: 100%;
  padding: .2em .5em .2em .4em;
  margin: 0 .5em 0 0;
  transform: skewX(-32deg);
  display: inline-block;
  position: absolute;
  top: -0.65em;
  left: 8.5em;
  font-family: "851Gkktt_005", sans-serif;
  width:3.5em;
  height:1.5em
}

.new_ic::after {
  content: "NEW";
  color: #fafafa;
  font-weight: 300;
  font-size: 100%;
  padding: .2em .5em .2em .4em;
  margin: 0 .5em 0 0;
  transform: skewX(-0deg);
  display: inline-block;
  position: absolute;
  top: -0.65em;
  left: 8.5em;
  font-family: "851Gkktt_005", sans-serif;
}

/* Youtube
========================================== */
/*
  width = ウィンドウ幅 - 左右マージンの合計
  height = width * 9/16
  ※単位vwはスクロールバーを含めた値になるため、PCの場合は少しずれる。
  　スマホは問題ない。
*/

.read iframe {
  margin: 0em 0;
  max-width: 640px;
  max-height: calc(640px * 9 / 16);
  width: calc(100vw - 40px);
  height: calc((100vw - 40px) * 9 / 16);
}


/* ページネーション（ネクストバック）
========================================== */

/* ネクストバックナビ */
.nb_navi {
  text-align: center;
  padding-top: 50px;
  margin: 0;
  font-family: Arial,sans-serif;
}

/* 件数表示 */
.page {}

/* 件数件表示（数字） */
.page > .nom {}

/* ページネーション（リスト） */
.page_navi > ul {
  margin: 0;
  display: flex;
  justify-content: center;
}

/* ページネーション（ページ数、前、次） */
.page_navi li {}

/* ページネーション（前、次のみ） */
.page_navi li.nb_pre,
.page_navi li.nb_nex {
  margin: 0 1em;
}

/* ページネーション（ページ数のみ） */
.page_navi li.nb_crt,
.page_navi li.nb_link {
  margin: 0 .5em;
}

/* ページネーション（ページ数 カレント） */
.page_navi li.nb_crt {}

/* ページネーション（リンク） */
.page_navi a {
  text-decoration: none;
}

.page_navi a:hover {}

/* ページネーション リンクなし */
.page_navi li > span {
  opacity: .2;
}

/* バナーユニット
========================================== */

[id^="bnu_001_"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}

[id^="bnu_001_"] > p {
  width: 100%;
  max-width: 350px;
  margin: 0 10px 10px;
}

/* ==========================================
*
*  mfp
*
========================================== */

.mfp-bg {
  background: rgba(0, 0, 0, .8) !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: .5s;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: .5s;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
