@charset "utf-8";

/* ======================================================
 * rb.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- rb-hero-layout ----- */
  .rb-hero-layout {
    width: 100%;
  }
  .rb-hero-layout .hero_image {
    width: 100%;
  }
  .rb-hero-layout .hero_image img {
    width: 100%;
  }
  
  /* ----- rb-release-date ----- */
  .rb-release-date {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
  }
  
  /* ----- rb-intro-layout ----- */
  .rb-intro-layout {
    margin-top: 40px;
  }
  .rb-intro-layout .intro-column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2.0rem;
  }
  .rb-intro-layout .intro-column-layout .intro-column_item:first-of-type {
    width: 66.25%;
  }
  .rb-intro-layout .intro-column-layout .intro-column_item:last-of-type {
    width: 32.08%;
  }
  .rb-intro-layout .intro-item {
    position: relative;
  }
  .rb-intro-layout .intro-txt {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 11px;
    background-color: rgba(93, 105, 112, 0.7);
  }
  .rb-intro-layout .intro-txt .intro-title {
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .rb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 2.2rem;
  }
  
  /* ----- box-layout ----- */
  /* type-rb */
  .box-layout-v5.type-rb {
    margin-top: 80px;
  }
  .box-layout-v5.type-rb > .box_title {
    border-bottom: 2px solid #ddd;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .box-layout-v5.type-rb > .box_title::before {
    top: .75em;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rb-intro-layout .intro-txt .intro-title {
    font-size: 2.6rem;
  }
  .rb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .rb-intro-layout .intro-txt .intro-title {
    font-size: 2.4rem;
  }
  .rb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .rb-intro-layout .intro-txt .intro-title {
    font-size: 2.2rem;
  }
  .rb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 1.6rem;
  }
}
/* **
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
** */

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- rb-hero-layout ----- */
  .rb-hero-layout {
    margin: 0 -15px;
  }
  .rb-hero-layout .hero_image {
    width: 100%;
  }
  .rb-hero-layout .hero_image img {
    width: 100%;
  }
  
  /* ----- rb-release-date ----- */
  .rb-release-date {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
  }
  
  /* ----- rb-intro-layout ----- */
  .rb-intro-layout {
    margin-top: 3.0rem;
  }
  .rb-intro-layout .intro-column_item:nth-of-type(n+2) {
    margin-top: 1.0rem;
  }
  .rb-intro-layout .intro-item {
    position: relative;
    margin-top: 1.0rem;
  }
  .rb-intro-layout .intro-txt {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 5px 10px 6px;
    background-color: rgba(93, 105, 112, 0.7);
  }
  .rb-intro-layout .intro-txt .intro-title {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .rb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 2.0rem;
  }
  
  /* ----- box-layout ----- */
  /* type-rb */
  .box-layout-v5.type-rb {
    margin-top: 40px;
  }
  .box-layout-v5.type-rb > .box_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .box-layout-v5.type-rb > .box_title::before {
    top: .75em;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 360px) {
  .rb-intro-layout .intro-txt .intro-title {
    font-size: 2.0rem;
  }
  .rb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 1.8rem;
  }
}
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}