@charset "utf-8";

@font-face {
  font-family: "GenJyuuGothicXP";
  src: url("../../images/others/font/GenJyuuGothicX-P-Bold.woff2") format("woff2"),
    url("../../images/others/font/GenJyuuGothicX-P-Bold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "GenJyuuGothicXP";
  src: url("../../images/others/font/GenJyuuGothicX-P-Medium.woff2") format("woff2"),
    url("../../images/others/font/GenJyuuGothicX-P-Medium.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "mplus-2c";
  src: url("../../images/others/font/mplus-2c-heavy.woff2") format("woff2"),
    url("../../images/others/font/mplus-2c-heavy.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "mplus-2c";
  src: url("../../images/others/font/mplus-2c-medium.woff2") format("woff2"),
    url("../../images/others/font/mplus-2c-medium.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "04B_19";
  src: url("../../images/others/font/04B_19__.woff") format("woff");
  font-weight: 400;
}
b{font-weight:inherit;}
i{font-style:inherit;}
s{text-decoration:inherit;}
/* NEWマーク
========================================== */
.new_ic {
  display: inline-block;
}

#list_01 .new_ic>a{
  display: inline;
}

.new_ic::before {
  content:" NEW";
  background: #bb4a4a;
  color: #fafafa;
  font-weight: 300;
  font-size: 1.1rem;
  padding: .2em .2em .1em;
  margin: 0 .5em 0 0;
}
/* Youtube
========================================== */
/*
  width = ウィンドウ幅 - 左右マージンの合計
  height = width * 9/16
  ※単位vwはスクロールバーを含めた値になるため、PCの場合は少しずれる。
  　スマホは問題ない。
*/

.read iframe {
  margin: 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;
  margin-top: 50px;
}

/* 件数表示 */
.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;
}

/* ========================
   背景
======================== */

#contents {
  position: relative;
  z-index: 1;
}
#contents::before {
  content:"";
  display:inherit;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: url(../../images/main/tz/bg_pattern.png)top -10px center /auto repeat;
  opacity:0.2;
  mix-blend-mode: hard-light;
}
#contents_inner{
  position:relative;
}
.contBg {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:calc(100% - 50px);
  margin:auto;
  background:#e26081;
  z-index:-1;
}
.contBg::before,
.contBg::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
}
.contBg::before{
  top: -25px;
  background:
   linear-gradient( 11deg, #E26081 25px, transparent 26px) center center / 240px 30px repeat-x,
   linear-gradient(-11deg, #e26081 25px, transparent 26px) center center / 240px 30px repeat-x;
}
.contBg::after {
  bottom: -25px;
  background:
   linear-gradient( 169deg, #E26081 25px, transparent 26px) left center / 240px 30px repeat-x,
   linear-gradient(-169deg, #e26081 25px, transparent 26px) left center / 240px 30px repeat-x;
}

