@charset "utf-8";

/* ======================================================
 * pspt.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
  ------------------------------------------------------ */
  /* ----- pspt-hero-layout ----- */
  .pspt-hero-layout {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
  }
  .pspt-hero-layout .hero_lead {
    position: absolute;
    top: 7%;
    right: 3.7%;
    line-height: 1.1;
    font-size: 3.6rem;
    font-weight: 700;
  }
  .pspt-hero-layout .hero_label {
    font-size: 2.6rem;
  }
  .pspt-hero-layout .hero_note {
    position: absolute;
    top: 86.2%;
    left: 1.6%;
    font-size: 1.4rem;
  }
  .pspt-hero-layout .pspt-release-date {
    margin-top: 14px;
    text-align: right;
    font-weight: 700;
  }
  
  /* ----- pspt-heading_lv2 ----- */
  .pspt-heading_lv2 {
    text-align: center;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_title {
    display: inline-block;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 0 40px;
    font-size: 4.6rem;
    font-weight: 700;
    color: #636161;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_title::before {
    position: absolute;
    width: 4px;
    height: 45px;
    top: 50%;
    left: 17px;
    margin-top: -19px;
    transform: rotate(140deg);
    background-color: #636161;
    content: "";
  }
  .pspt-heading_lv2 .pspt-heading_lv2_title::after {
    position: absolute;
    width: 4px;
    height: 45px;
    top: 50%;
    right: 14px;
    margin-top: -20px;
    transform: rotate(40deg);
    background-color: #636161;
    content: "";
  }
  .pspt-heading_lv2 .pspt-heading_lv2_sub {
    display: block;
    margin-top: 2px;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_note {
    font-size: 1.4rem;
  }
  
  
  /* ----- pspt-layout_v1 ----- */
  .pspt-layout_v1 {
    margin-top: 9px;
  }
  .pspt-layout_v1_detail {
    position: relative;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
  }
  .pspt-layout_v1_detail .detail_left {
    position: absolute;
    bottom: 8.3%;
    left: 0;
    width: 64.9%;
  }
  .pspt-layout_v1_detail .detail_right {
    width: 100%;
    padding-left: 63.8%;
  }
  
  /* ----- pspt-layout_v2 ----- */
  .pspt-layout_v2 {
    margin: 2px 0 65px;
  }
  
  /* ----- pspt-col_v1 ----- */
  .pspt-col_v1 {
    display: flex;
  }
  .pspt-col_v1 .pspt-col_v1_item {
    margin-left: 46px;
    width: calc((100% - 46px) / 2)
  }
  .pspt-col_v1 .pspt-col_v1_item:first-child {
    margin-left: 0;
  }
  .pspt-col_v1 .pspt-col_v1_title {
    text-align: center;
    width: 100%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1px 10px 3px;
    background-color: #d7af84;
    color: #240000;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .pspt-col_v1 .pspt-col_v1_image {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
  }
  .pspt-col_v1 .pspt-col_v1_image figure {
    width: 100%;
  }
  /* ----- pspt-col_v2 ----- */
  .pspt-col_v2 {
    display: flex;
    margin-top: 53px;
  }
  .pspt-col_v2 .pspt-col_v2_item {
    width: 50%;
  }
  .pspt-col_v2 .pspt-col_v2_item:nth-child(2n+1) {
    padding-right: 19px;
    border-right: 2px dashed #898888;
  }
  .pspt-col_v2 .pspt-col_v2_item:nth-child(2n) {
    padding-left: 21px;
  }
  .pspt-col_v2 .pspt-col_v2_title {
    text-align: center;
    width: 100%;
    padding: 1px 10px 3px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-01 .pspt-col_v2_title {
    background-color: #1894b8;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-02 .pspt-col_v2_title {
    background-color: #729a59;
  }
  /* ----- pspt-image-col ----- */
  .pspt-image-col {
    display: flex;
    margin-top: 30px;
  }
  .pspt-image-col .pspt-image-col_item {
    margin-left: 22px;
  }
  .pspt-image-col .pspt-image-col_item:first-child {
    width: 57.5%;
    margin-left: 0;
  }
  .pspt-image-col .pspt-image-col_item:last-child {
    width: calc(100% - 57.5% + 22px);
  }
  .pspt-image-col .pspt-image-col_lead {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 27px;
    padding: 8px 0 10px;
    border-radius: 8px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-01 .pspt-image-col .pspt-image-col_lead {
    border: 3px solid #1894b8;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-02 .pspt-image-col .pspt-image-col_lead {
    border: 3px solid #729a59;
  }
  /* ----- pspt-list-note ----- */
  .pspt-list-note {
    margin-top: 0 !important;
  }
  .pspt-list-note > li {
    color: #333;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pspt-hero-layout .hero_note {
    top: 83.2%;
  }
}
/* **
@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
  ------------------------------------------------------ */
  /* ----- pspt-hero-layout ----- */
  .pspt-hero-layout {
    position: relative;
    margin: 0 -15px;
  }
  .pspt-hero-layout .hero_image {
    text-align: center;
  }
  .pspt-hero-layout .hero_note {
    position: absolute;
    top: 74.2vw;
    left: 2%;
    text-align: center;
    font-size: 1.2rem;
  }
  .pspt-hero-layout .pspt-release-date {
    margin: 12px 12px 10px;
    font-weight: 700;
    text-align: right;
  }
  .pspt-hero-layout .hero_lead {
    text-align: center;
    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.2
  }
  .pspt-hero-layout .hero_lead .hero_label {
    font-size: 2.0rem;
  }
  
  /* ----- pspt-heading_lv2 ----- */
  .pspt-heading_lv2 {
    text-align: center;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_title {
    display: inline-block;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 0 30px;
    font-size: 8vw;
    font-weight: 700;
    color: #636161;
    line-height: 1.1;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_title::before {
    position: absolute;
    width: 3px;
    height: 34px;
    top: 0;
    transform: rotate(140deg);
    background-color: #636161;
    content: "";
  }
  .pspt-heading_lv2 .pspt-heading_lv2_title::after {
    position: absolute;
    width: 3px;
    height: 34px;
    top: 0;
    transform: rotate(40deg);
    background-color: #636161;
    content: "";
  }
  .pspt-layout_v1 .pspt-heading_lv2 .pspt-heading_lv2_title::before {
    left: 8px;
  }
  .pspt-layout_v1 .pspt-heading_lv2 .pspt-heading_lv2_title::after {
    right: 8px;
  }
  .pspt-layout_v2 .pspt-heading_lv2 .pspt-heading_lv2_title::before {
    left: 20px;
  }
  .pspt-layout_v2 .pspt-heading_lv2 .pspt-heading_lv2_title::after {
    right: 20px;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_sub {
    display: block;
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .pspt-heading_lv2 .pspt-heading_lv2_note {
    font-size: 1.2rem;
  }
  /* ----- pspt-layout_v1 ----- */
  .pspt-layout_v1 {
    margin-top: 32px;
  }
  .pspt-layout_v1_detail .detail_left {
    margin-top: 26px;
    padding: 0 12px;
  }
  .pspt-layout_v1_detail .detail_right {
    position: relative;
    top: -37px;
    z-index: -1;
  }
  .pspt-layout_v1 .list-al-right {
    display: block;
    position: relative;
    top: -40px;
  }
  /* ----- pspt-layout_v2 ----- */
  .pspt-layout_v2 {
    margin: -8px 0 42px;
  }
  
  /* ----- pspt-col_v1 ----- */
  .pspt-col_v1 .pspt-col_v1_item {
    margin-top: 31px;
  }
  .pspt-col_v1 .pspt-col_v1_item:first-child {
    margin-top: 0;
  }
  .pspt-col_v1 .pspt-col_v1_title {
    text-align: center;
    width: 100%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 3px 5px 5px;
    background-color: #d7af84;
    color: #240000;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .pspt-col_v1 .pspt-col_v1_image {
    margin-top: 20px;
  }
  /* ----- pspt-col_v2 ----- */
  .pspt-col_v2 {
    margin-top: 14px;
  }
  .pspt-col_v2 .pspt-col_v2_item {
    margin-top: 31px;
  }
  .pspt-col_v2 .pspt-col_v2_item:first-child {
    margin-top: 0;
  }
  .pspt-col_v2 .pspt-col_v2_title {
    text-align: center;
    width: 100%;
    padding: 5px 10px 4px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-01 .pspt-col_v2_title {
    background-color: #1894b8;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-02 .pspt-col_v2_title {
    background-color: #729a59;
  }
  /* ----- pspt-image-col ----- */
  .pspt-image-col {
    display: flex;
    margin-top: 18px;
  }
  .pspt-image-col .pspt-image-col_item {
    margin-left: 13px;
  }
  .pspt-image-col .pspt-image-col_item:first-child {
    margin-left: 0;
  }
  .pspt-image-col .pspt-image-col_lead {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 17px;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    color: #240000;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-01 .pspt-image-col .pspt-image-col_lead {
    border: 2px solid #1894b8;
  }
  .pspt-col_v2 .pspt-col_v2_item.color-02 .pspt-image-col .pspt-image-col_lead {
    border: 2px solid #729a59;
  }
  /* ----- pspt-list-note ----- */
  .pspt-list-note {
    margin-top: 0 !important;
  }
  .pspt-list-note > li {
    color: #333;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 351px) {
  .pspt-layout_v1_detail .detail_left {
    padding: 0;
  }
}
/* **
@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 {
}