@charset "utf-8";

/* ======================================================
 * clpt.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
  ------------------------------------------------------ */
  /* ----- fpt_main-compo ----- */
  .fpt_main-compo {
    position: relative;
    width: 100%;
  }
  .fpt_main-compo .main-lead-wrap01 {
    display: none;
  }
  .fpt_main-compo .fpt-release-date {
    margin-top: 14px;
    text-align: right;
    font-weight: 700;
  }
  
  /* ----- fpt_intro-compo ----- */
  .fpt_intro-compo {
    margin-top: 3rem;
  }
  .fpt_intro-compo .intro-colmun {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2.2rem;
  }
  .fpt_intro-compo .intro-colmun::after {
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 7.5rem;
    height: 7.5rem;
    background-color: #a29cc6;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .fpt_intro-compo .intro-colmun .intro-img {
    width: 48%;
  }
  .fpt_intro-compo .intro-colmun[data-image="left"] .intro-img {
    order: 1;
  }
  .fpt_intro-compo .intro-colmun[data-image="right"] .intro-img {
    order: 2;
  }
  .fpt_intro-compo .intro-colmun .intro-img > .intro-img-wrap > .intro-img {
    width: 100%;
  }
  .fpt_intro-compo .intro-colmun .intro-detail {
    position: relative;
    z-index: 2;
    width: calc(100% - 48%);
  }
  .fpt_intro-compo .intro-colmun[data-image="left"] .intro-detail {
    order: 2;
  }
  .fpt_intro-compo .intro-colmun[data-image="right"] .intro-detail {
    order: 1;
  }
  .fpt_intro-compo .intro-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 4rem 3.6rem 3.6rem;
    text-align: center;
    background-color: #a29cc6;
  }
  .fpt_intro-compo .intro-detail .detail-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 3;
    position: relative;
    display: inline-block;
    font-size: 5.4rem;
    font-weight: bold;
    color: #fefefe;
    line-height: 1.5;
    text-shadow: 6px 4px #4c4a92;
  }
  .fpt_intro-compo .intro-detail .detail-list {
    text-align: left;
  }
  .fpt_intro-compo .intro-detail .detail-list > li {
    position: relative;
    padding-left: 21px;
  }
  .fpt_intro-compo .intro-detail .detail-list > li + li {
    margin-top: .8em;
  }
  .fpt_intro-compo .intro-detail .detail-list > li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #777;
    content: "";
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 3.6em auto 0;
    position: relative;
  }
  
  /* ----- fpt_column-layout ----- */
  #mainBody .heading-lv2 + .fpt_column-layout {
    margin-top: 1.4rem;
  }
  .fpt_column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 0;
  }
  .fpt_column-layout .fpt_column_item {
    width: calc((100% - 81px) / 4);
    margin-left: 27px;
    font-family: "Arial", "メイリオ", "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fpt_column-layout .fpt_column_item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .fpt_column-layout .fpt_column_item .fpt_column_title {
    margin-bottom: 4px;
    text-align: center;
    color: #4c4a92;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .fpt_column-layout .fpt_column_item .fpt_image_caption {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .fpt_column-layout .fpt_column_item .fpt_image_caption.nest {
    font-weight: normal;
  }
  

  /* ----- main-lead-wrap02 ----- */
  .heading-lv2 .main-lead-wrap02 {
    position: absolute;
    top: 27%;
    right: 0;
    padding: 1.7rem 2rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    color: #4c4a91;
    line-height: 1.3;
  }
  .heading-lv2 .main-lead-wrap02 .main-lead {
    margin-left: 18px;
    font-size: 3.8rem;
    font-weight: bold;
  }
  .heading-lv2 .main-lead-wrap02 .lead_sub {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .heading-lv2 .main-lead-wrap02 .lead_sub > .lead_sub_strong {
    font-size: 3.0rem;
    font-weight: bold;
  }
  .heading-lv2 .main-lead-wrap02 .lead_sub > .lead_sub_strong > .lead_sub_color {
    color: #a29cc6;
  }
  
  /* ----- product-area ----- */
  .product-area {
    position: relative;
  }
  .product-area .product-precautions-wrap {
    position: absolute;
    padding: 1.6rem 6.2rem 1.2rem 7.2rem;
    width: 40vw;
    max-width: 580px;
    right: 0;
    top: 62%;
    border: 2px solid #4c4a91;
    background-color: #e4e4ef;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #4c4a91;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    line-height: 1.75;
  }
  .table-layout th,
  .table-layout td {
    padding: 12px 20px 11px;
  }
  
  /* ----- box-layout-v5 ----- */
  .box-layout-v5 > .box_detail {
    padding: 25px 30px 18px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/* **
@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
  ------------------------------------------------------ */
  /* ----- fpt_main-compo ----- */
  .fpt_main-compo {
    margin: 0 -15px;
  }
  .fpt_main-compo .main-lead-wrap01 {
    padding: 0 15px;
  }
  .fpt_main-compo .main-lead-wrap01 .main-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 0.5em;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    color: #4c4a91;
    line-height: 1.2;
  }
  .fpt_main-compo .main-lead-wrap01 .main-lead > .lead_sub {
    font-size: 1.9rem;
    font-weight: bold;
  }
  .fpt_main-compo .main-lead-wrap01 .main-lead > .lead_sub > .lead_sub_strong {
    font-size: 1.9rem;
    font-weight: bold;
    color: #a29cc6;
  }
  .fpt_main-compo .fpt-release-date {
    margin: 1.6rem 0 1.9rem;
    text-align: center;
    font-weight: 700;
  }
  
  /* ----- fpt_intro-compo ----- */
  .fpt_intro-compo {
    margin: 0 -15px;
  }
  .fpt_intro-compo .intro-colmun {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
    padding: 0 12px 2.5rem;
    background-color: #a29cc6;
  }
  .fpt_intro-compo .intro-colmun .intro-img {
    width: 99%;
    order: 2;
  }
  .fpt_intro-compo .intro-colmun .intro-detail {
    width: 100%;
    order: 1;
  }
  .fpt_intro-compo .intro-detail {
    padding: 2rem 0 2.2rem;
    text-align: center;
    background-color: #a29cc6;
  }
  .fpt_intro-compo .intro-detail .detail-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 3;
    position: relative;
    display: inline-block;
    font-size: 2.7rem;
    font-weight: bold;
    color: #fefefe;
    line-height: 1.2;
    text-shadow: 2.5px 2.5px #4c4a92;
  }
  .fpt_intro-compo .intro-detail .detail-list {
    text-align: left;
    margin: 0 12px;
  }
  .fpt_intro-compo .intro-detail .detail-list > li {
    position: relative;
    padding-left: 15px;
  }
  .fpt_intro-compo .intro-detail .detail-list > li + li {
    margin-top: .75em;
  }
  .fpt_intro-compo .intro-detail .detail-list > li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #777;
    content: "";
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin-bottom: 0;
  }
  
  /* ----- fpt_column-layout ----- */
  #mainBody .heading-lv2 + .fpt_column-layout {
    margin: 0.6rem 0 10rem;
  }
  .fpt_column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 0;
  }
  .fpt_column-layout .fpt_column_item {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    font-family: "Arial", "メイリオ", "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fpt_column-layout .fpt_column_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .fpt_column-layout .fpt_column_item:nth-of-type(n+3) {
    margin-top: 6px;
  }
  .fpt_column-layout .fpt_column_item .fpt_column_title {
    margin-bottom: 3px;
    text-align: center;
    color: #4c4a92;
    font-weight: bold;
    font-size: 2.1rem;
  }
  .fpt_column-layout .fpt_column_item .fpt_image_caption {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .fpt_column-layout .fpt_column_item .fpt_image_caption.nest {
    font-weight: normal;
  }
  
  /* ----- main-lead-wrap02 ----- */
  .heading-lv2 .main-lead-wrap02 {
    display: none;
  }
  
  /* ----- product-area ----- */
  .product-area .product-column_inner .product-col .bb-point-col-image {
    padding: 10px 28px;
  }
  .product-area .product-precautions-wrap {
    margin-top: 40px;
    padding: 0.8rem 0.4rem 0.8rem 1.0rem;
    border: 1px solid #4c4a91;
    background-color: #e4e4ef;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #4c4a91;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 1.5em;
    font-size: 1.3rem;
    line-height: 1.35;
    font-family: "メイリオ", "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
  .table-layout th,
  .table-layout td {
    padding: 12px 15px 12px 14px;
  }
  
  /* ----- box-layout-v5 ----- */
  .box-layout-v5 {
    margin-top: 0.75em;
    font-size: 1.45rem;
    line-height: 1.25;
}
  .box-layout-v5 > .box_detail {
    padding: 15px 15px 11px;
}
  .box-layout-v5 > .box_detail .list-bullet li + li {
    margin-top: 0.55em;
}
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 374px) {
  .fpt_intro-compo .intro-detail {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 350px) {
  .fpt_intro-compo .intro-detail .detail-list {
    font-size: 1.2rem;
  }
}
/* **
@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 {
}