@charset "utf-8";

/* ======================================================
 * carchette.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component

 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  
  /* ----- carchette-hero-layout ----- */
  .carchette-hero-layout {
    position: relative;
    
  }
  .carchette-hero_visual {
    position: relative;
  }
  .carchette-hero_visual .slick-dots {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 100%;
    text-align: center;
  }
  .carchette-hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .carchette-hero_visual .slick-dots > li + li {
    margin-left: 10px;
  }
  .carchette-hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    outline: none;
    opacity: .5;
  }
  .carchette-hero_visual .slick-dots > li.slick-active > button {
    background-color: #3f6f91;
    opacity: 1.0;
  }
  .carchette-hero_release-text {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
    margin-top: 14px;
  }

  /* ----- carchette-heading-v2 ----- */
  .carchette-heading-v2 {
    margin-top: 8px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
  }
  .carchette-heading__title {
    font-size: 3.0rem;
    font-weight: bold;
    color: #3f6f91;
    text-align: center;
    line-height: 10rem;
  }

  .carchette-heading-v2__subtitle {
    font-size: 3.0rem;
    font-weight: bold;
    color: #3f6f91;
    text-align: center;
    letter-spacing: 0.5rem;
    margin-top: 30px;
  }

  /* ----- carchette-lead ----- */
  .carchette-lead {
    display: flex;
    border-bottom: 2px #3f6f91 solid;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 36px;
  }
  .carchette-lead:nth-child(n+3) {
    margin-top: 76px;
  }
  .carchette-lead__title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #3f6f91;
    letter-spacing: 0.5rem;
    margin-right: 20px;
  }
  .carchette-lead__text {
    font-size: 1.6rem;
    color: #3f6f91;
    margin-top: 6px;
  }

  /* ----- carchette-column ----- */
  .carchette-column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 34px 0 60px 0;
  }
  .carchette-figure__caption--center {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #3f6f91;
    text-align: center;
    margin-top: 10px;
  }
  [data-col-pc="2"] > .carchette-column__item {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
  }
  [data-col-pc="3"] > .carchette-column__item {
    width: calc((100% - 6%) / 3);
    margin-left: 3%;
  }
  [data-col-pc="2"] > .carchette-column__item:nth-of-type(2n+1),
  [data-col-pc="3"] > .carchette-column__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  /* ----- carchette-media ----- */
  .carchette-media {
    display: flex;
    flex-wrap: nowrap;
  }
  .carchette-media {
    margin-bottom: 66px;
  }
  .carchette-media__detail {
    width: 52%;
  }
  .carchette-media__detail-text {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #3f6f91;
    padding-left: 3px;
  }
  .carchette-media__detail-image {
    margin: 10px 0 22px 0;
  }
  .list-wrap {
    margin-top: 18px;
  }
  .carchette__description-list {
    display: flex;
    margin-top: 6px;
  }
  .carchette__description-list dt, .carchette__description-list dd {
    display: inline-block;
  }
  .carchette__description-list dt {
    font-weight: bold;
    font-size: 1.6rem;
    width: 7em;
  }
  .carchette__description-list dd {
    width: 80%;
  }
  .carchette__note-list {
    margin-left: 4em;
  }
  .list-ec-button {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  .carchette-media-image {
    width: 48%;
    margin-left: 80px;
  }
  .carchette-container {
    margin-bottom: 76px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 15px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ----- carchette-hero-layout ----- */
  .carchette-hero-layout {
    position: relative;
  }
  .carchette-hero_visual {
    position: relative;
    margin: 0 -15px 16px -15px;
  }
  .carchette-hero_visual .carchette-hero_visual_item > img {
    width: 100%;
  }
  .carchette-hero_visual .slick-dots {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .carchette-hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .carchette-hero_visual .slick-dots > li + li {
    margin-left: 10px;
  }
  .carchette-hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #dddddd;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    outline: none;
    opacity: 1.0;
  }
  .carchette-hero_visual .slick-dots > li.slick-active > button {
    background-color: #3f6f91;
    opacity: 1.0;
  }
  .carchette-hero_release-text {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
  }

  /* ----- carchette-heading-v2 ----- */
  .carchette-heading-v2 {
    margin-top: 22px;
  }
  .carchette-heading__title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    color: #3f6f91;
  }
  .carchette-heading-v2__subtitle {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    color: #3f6f91;
    letter-spacing: 0.4rem;
    margin-top: 30px;
  }

  /* ----- carchette-lead ----- */
  .carchette-lead {
    margin-top: 22px;
    border-bottom: 2px #3f6f91 solid;
    padding-bottom: 10px;
    text-align: center;
  }
  .carchette-lead:nth-child(n+3) {
    margin-top: 50px;
  }
  .carchette-lead__title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #3f6f91;
    letter-spacing: 0.35rem;
  }
  .carchette-lead__text {
    font-size: 1.1rem;
    color: #3f6f91;
    margin-top: 10px;
  }

  /* ----- carchette-column ----- */
  .carchette-column {
    margin-top: 18px;
  }
  .carchette-column__item:nth-child(n+2) {
    margin-top: 22px;
  }
  .carchette-figure__frame {
    width: 83%;
    margin: 0 auto;
  }
  .carchette-figure__frame-v2 {
    width: 100%;
    margin: 0 auto;
  }
  .carchette-figure__caption--center {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #3f6f91;
    margin-top: 10px;
  }

  /* ----- carchette-media ----- */
  .carchette-media {
    margin-top: 42px;
  }
  .carchette-media__detail-text {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #3f6f91;
  }
  .carchette-media__detail-image {
    margin-top: 10px;
  }
  .list-wrap {
    margin-top: 20px;
  }
  .carchette__description-list {
    display: flex;
    margin-bottom: 10px;
  }
  .carchette__description-list dt, .carchette__description-list dd {
    display: inline-block;
  }
  .carchette__description-list dt {
    font-weight: bold;
    font-size: 1.4rem;
    width: 7em;
    flex-shrink: 0;
  }
  .list-ec-button {
    display: inline-block;
    margin-left: 8px;
    vertical-align: sub;
  }
  .carchette-media-image {
    margin-top: 20px;
  }
  .carchette-container {
    margin-bottom: 32px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}