@charset "utf-8";

/* ======================================================
 * EY.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
  ------------------------------------------------------ */
    /* ----- aicb-hero-layout ----- */
  .aicb-hero-layout {
    position: relative;
    width: 100%;
  }
  .hero_txt_wrap {
    position: absolute;
    top: 2.54%;
    left: 49%;
  }
  .hero_lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    font-size: 3.5rem;
    font-weight: 700;
    color: #333333;
  }
  .hero_lead strong{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    font-size: 5.3rem;
    color: #333333;
  }
  .hero_lead ruby > rt{
    font-size: 70%;
    color: #e60012;
  }
  .hero_txt {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.58;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
  }
  .aicb-release-date {
    margin-top: 14px;
    text-align: right;
    font-weight: 700;
  }  
    /* ----- .aicb-heading_lv2 ----- */
  .aicb-heading_lv2{
    margin-top: 54px;
  }
  .aicb-heading_lv2 .heading_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #333333;
  }
  .aicb-heading_lv2 .heading_title strong{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
  }
  .aicb-heading_lv2 .heading_title ruby > rt{
    font-size: 70%;
    color: #e60012;
  }
  .aicb-heading_lv2 + .column-layout{
    margin-top: 1.5em;
  }
  .aicb-heading_lv2 + section > .heading-lv3:first-of-type{
    margin-top: 2.6em;
  }
  .image-set.aicb-v2 .image_inner,
  .image-set.aicb-v1 .image_inner{
    position: relative
  }
  .image-set.aicb-v1 .image_inner .aicb-text-box{
    position: absolute;
    top: 9%;
    left: 5.5%;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.6;
    color: #ffffff;
    text-align: left;
  }
  
  .aicb-text-caption{
    font-size: 1.4rem;
  }
  
  /*.special-color-icon custom*/
  .special-color-icon > .color_border-v2{
    border: 1px solid #cccccc;
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media only screen and (min-width: 1081px) and (max-width: 1240px) {
  .hero_lead {
    font-size: 3.2rem;
}
  .hero_lead strong {
    font-size: 4.6rem;
}
  .hero_txt {
    font-size: 2.1rem;
}
}
@media only screen and (min-width: 981px) and (max-width: 1080px) {
  .hero_lead {
    font-size: 3.1rem;
}
  .hero_lead strong {
    font-size: 4.5rem;
}
  .hero_txt {
    font-size: 2.1rem;
}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .hero_lead {
    font-size: 3.0rem;
}
  .hero_lead strong {
    font-size: 4.4rem;
}
  .hero_txt {
    font-size: 2.0rem;
}
}
@media only screen and (min-width: 851px) and (max-width: 1080px) {
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
}

/***
@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) {
  /* -----aicb-main-layout----- */
  .aicb-hero-layout {
    margin-left: -15px;
    margin-right: -15px; 
  }
  .hero_txt_wrap {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dddddd;
  }
  .hero_lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    font-size: 1.9rem;
    font-weight: 600;
    color: #333333;
  }
  .hero_lead strong{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    font-size: 2.7rem;
    font-weight: 700;
    color: #333333;
  }
  .hero_lead ruby > rt{
    font-size: 70%;
    color: #e60012;
  }
  .hero_txt {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
  }
  .aicb-release-date {
    margin-top: 12px;
    text-align: right;
    font-weight: 700;
  }
    /* ----- .aicb-heading_lv2 ----- */
  .aicb-heading_lv2{
    margin-top: 15px;
  }
  .aicb-heading_lv2 .heading_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #333333;
  }
  .aicb-heading_lv2 .heading_title strong{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
  }
  .aicb-heading_lv2 .heading_title ruby > rt{
    font-size: 70%;
    color: #e60012;
  }
  .aicb-heading_lv2 + .column-layout{
    margin-top: 10px;
  }
  .aicb-heading_lv2 + section > .heading-lv3:first-of-type{
    margin-top: 2.2em;
  }
  /*.column-layout*/
  .image-set.aicb-v1 .image_inner{
    position: relative
  }
  .image-set.aicb-v1 .image_inner .aicb-text-box{
    position: absolute;
    top: 8.41%;
    left: 5.36%;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ffffff;
    text-align: left;
  }
  .aicb-text-caption{
    font-size: 1.0rem;
  }

  /*.special-color-icon custom*/
  .special-color-icon > .color_border-v2{
    border: 1px solid #cccccc;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 361px) and (max-width: 400px) {
}
@media only screen and (min-width: 341px) and (max-width: 360px) {
}
@media only screen and (max-width: 340px) {
}
/***
@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: 375px) {
}
@media only screen and (max-width: 320px) {
}
***/



/* ======================================================
 * Print
====================================================== */
@media print {
}