@charset "utf-8";

/* ===============================
   基本レイアウトと共通スタイル
================================= */
.gacha #content {
  padding: 0;
}

article.page {
  margin-bottom: 0px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.sp-br {
  display: none;
}

.gacha {
  color: #000;
}

.post-content h2 {
  border-bottom: none;
}

.post-content h3 {
  border-left: none;
}

.blue {
  color: #1A68A8;
}

.post-header {
  display: none;
}

/* ===============================
   メインビジュアル
================================= */
.main {
  min-height: 660px;
  display: grid;
  place-items: center;
  background: 
    url("../images/gacha_main_bg02.svg") no-repeat 50% 0 / contain,
    url("../images/gacha_main_bg01.jpg") no-repeat 50% 50% / cover;
  border-top: 20px solid #1AA4A9;
  border-bottom: 8px solid #C71F75;
}

.main .cont01 {
  width: 920px;
  margin: 0 auto;
  line-height: 2;
}

.main .cont01 .ico01 {
  left: 0;
  top: 37%;
}

.main .cont01 .ico02 {
  right: 0;
  bottom: 30px;
}

/* ===============================
   背景
================================= */
.bg01 {
  background: url("../images/gacha_bg03.png") no-repeat 50% 0 / cover;
  /* 旧背景設定はコメントアウト */
}

/* ===============================
   Section 02（シリーズ第3弾）
================================= */
.s02 .cont01 {
  max-height: 320px;
  display: grid;
  place-items: center;
  background: 
    url("../images/gacha3/gacha_s01_ttl01_v2.gif") no-repeat 9% 0 / auto 100%,
    url("../images/gacha_s01_ill01.gif") no-repeat 88% 112% / auto 66%;
}

.s02 .cont01 .ttl01 {
  margin: 28px auto 0;
}

.s02 .cont01 .atsumeyou {
  right: 0;
  top: 13%;
}

.s02 .cont01 .all10 {
  right: 9%;
  bottom: -20%;
}

/* ===============================
   コンテンツボックス
================================= */
.cont_border_bg03 {
  padding: 5.19%;
  background: url("../images/gacha_bg04.svg") repeat 0 / 39px;
  border: 5px solid var(--color_black);
  border-radius: 30px;
}

.cont_border {
  border: 5px solid var(--color_black);
  border-radius: 30px;
  background: #fff;
}

/* ===============================
   ガチャリスト
================================= */
.gacha_list > li {
  width: 42.85%;
  margin-bottom: 40px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 15px;
}

.gacha_list .number {
  left: -8%;
  top: -27px;
}

/* ===============================
   タイトル・見出し
================================= */
.ttl_pinkbg {
  max-width: 80%;
  background: #C71F75;
  margin: 0 auto 30px !important;
  border-radius: 5px;
  font-size: 1.1rem !important;
  padding: 6px !important;
}

.s03 .ttl01 {
  margin: -35px auto -15px;
}

.s03 .honmoku {
  right: -6%;
  bottom: -42px;
}

/* ===============================
   リストスタイル
================================= */
.list_maru,
.list_kuroaru {
  margin-bottom: 0 !important;
  margin-left: 1em !important;
}

.list_maru > li,
.list_kuroaru > li {
  text-indent: -1em;
}

.list_maru > li:before {
  content: "○ ";
}

.list_kuroaru > li:before {
  content: "● ";
}

/* ===============================
   カラム設定
================================= */
.col2 > div {
  width: 50%;
}

/* ===============================
   Section 04
================================= */
.s04 {
  padding-bottom: 80px;
}

.s04 .ttl01 {
  left: 25px;
  top: -42px;
}

/* ===============================
   メディアクエリ
================================= */

/* ---------- max-width: 1200px ---------- */
@media screen and (max-width: 1200px) {
  .wrap, .one-column #content .wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------- max-width: 991px ---------- */
@media screen and (max-width: 991px) {
  .post-content {
    padding: 0px !important;
  }
  .wrap, .one-column #content .wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {

  .sp-br {
    display: inline;
  }

  .s02 .cont01 .ttl01 img[alt="シリーズ第3弾"] {
    margin-top: -72px;
  }

  h1 img[alt="街ガチャin本牧"] {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }

  h2 img[alt="Lineup"] {
    width: 80%;
    height: auto;
    margin-top: -5px;
  }

  .s02 .cont01 {
    margin-top: 0;
    min-height: 450px;
    background: url("../images/gacha_s01_ill01.gif") no-repeat 6% 102% / 55%;
  }

  .s02 .cont01 .atsumeyou {
    right: 15px;
    top: 80%;
    max-width: 37%;
  }

  .s02 .cont01 .all10 {
    right: 96px;
    bottom: -48px;
    left: 0;
  }

  .s02 .cont01 .ttl01 {
    margin: 0 auto 0;
  }

  .s02 h2.lineup {
    margin-top: 210px;
  }

  .bg01 {
    padding-right: 15px;
    padding-left: 15px;
    background: url("../images/gacha_bg03sp.png") no-repeat 50% 0 / cover;
  }

  .s02 .cont_border_bg03 {
    padding-top: 55px;
  }

  .gacha_list > li {
    width: 94%;
  }

  .gacha_list > li .photo {
    width: 78%;
    margin: 0 auto;
  }

  .ttl_pinkbg {
    max-width: 89%;
    margin: 0 auto 15px !important;
    font-size: 0.95rem !important;
    padding: 3px !important;
  }

  .list_maru > li,
  .list_kuroaru > li {
    font-size: 0.9rem;
  }

  .s03 .ttl01 {
    margin: -30px auto 0px;
  }

  .s03 .honmoku {
    right: -4%;
    bottom: -23px;
    width: 56%;
  }

  .col2 > div {
    width: 100%;
  }

  .s04 .ttl01 {
    width: 40%;
    left: 8%;
  }

  .main {
    background: none;
    min-height: auto;
    display: flex;
    border-bottom: none;
  }

  .mainimg {
    border-bottom: 8px solid #C71F75;
  }

  .post-content h1 {
    margin: 1em auto 0;
  }

  p.mb0 {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}
