.sp-Only {
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
  }
}

/******  MV  ******/
.sw-Img_Eye-Type1 {
  /* PC・SP 共通の背景 */
  background-image: url(/products/electric/evolt/527PR/images/mv_bkImg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;

  padding-top: 1000px;
}

/* MV本体 */
.mv-movie {
  max-width: 1116px;
  margin: 0 auto;
}

.mv-movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;   /* 画面が小さくなっても比率を維持 */
  border: none;
}

/* SP用調整 */
@media screen and (max-width: 768px) {
  .mv-movie {
    max-width: 90%;
  }

  .sw-Img_Eye-Type1 {
    padding-top: 756px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .sw-Img_Eye-Type1 {
    padding-top: 261px;
  }
}

/*  */
.content1 {
  color: #000;
  text-align: center;

  .ttl {
    font-size: 56px;
    font-weight: 500;
    margin-top: 66px;

    @media screen and (max-width: 768px) {
      font-size: 24px;
      margin-top: 40px;
    }
  }
  .ttl-en {
    font-size: 24px;
    font-weight: 500;
    margin-top: 24px;

    @media screen and (max-width: 768px) {
      font-size: 18px;
      margin-top: 16px;
    }
  }
  .txt {
    color: #464646;
    font-size: 18px;

    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  img {
    margin-top: 24px;

    @media screen and (max-width: 768px) {
      margin-top: 16px;
    }
  }
}


/* specArea */
.img02 {
  margin-top: 64px;
}

/* カードの縦方向の間隔を開ける */
.spec .specRow + .specRow {
  margin-top: 24px;
}
.spec {
  .specRow {
    display: flex;
    /* row-gap: 24px; */

    .imageArea, .txtArea {
      flex: 1 1 50%;
      max-width: 50%;
    }

    .imageArea img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .txtArea {
      display: flex;
      justify-content:flex-start;
      align-items: center;
      padding-left: 40px;

      .txt {
        font-size: 16px;
        font-weight: 400;
        color: #464646;

        .note {
          font-size: 14px;
          font-weight: 400;
          color: #464646;
          margin-top: 16px;
        }
      }
    }
  }
  .specRow-reverse {
    flex-direction: row-reverse;

    .txtArea {
      padding-left: 0;
      padding-right: 40px;
    }
  }
}
/* SP（縦並び） */
@media screen and (max-width: 768px) {
  .img02 {
    margin-top: 40px;
  }
  .spec .specRow,
  .spec .specRow-reverse {
    flex-direction: column;
    display: block;
  }

  .spec .specRow .imageArea,
  .spec .specRow .txtArea,
  .spec .specRow-reverse .imageArea,
  .spec .specRow-reverse .txtArea {
    max-width: 100%;
    flex: none;
  }

  .spec .specRow .txtArea,
  .spec .specRow-reverse .txtArea {
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }

  .spec .specRow .imageArea:first-of-type,
  .spec .specRow-reverse .imageArea {
    margin-top: 24px;
  }

  .spec .specRow .txtArea .txt{
    font-size: 12px;
  }
  .spec .specRow .txtArea .txt .note {
    font-size: 10px;
  }
}

/* spec-bgGray */
.bgGray .mt_container {
    margin-top: 0;
  }
@media screen and (max-width: 768px) {
  .bgGray .mt_container {
    margin-top: 0;
  }
}
.bgGray {
  background-color: #F0F0F0;
  margin-top: 64px;
  padding: 64px 0;
  @media screen and (max-width: 768px) {
    margin-top: 40px;
    padding: 20px 0;
  }
}
.bgGray .caution {
  margin-top: 64px;
}
.bgGray .caution .caution_ttl {
  background-color: #797979;
  height: 62px;
  display: flex;
  column-gap: 24px;
  align-items: center;
  padding-left: 24px;
  @media screen and (max-width: 768px) {
    column-gap: 4px;
  }
}
.bgGray .caution .caution_ttl .caution_ttl_txt {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}
.bgGray .caution .caution_content {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  padding: 24px;
  border: solid 1px #797979;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    padding: 16px;
  }
}
.bgGray .caution .caution_content .txtArea {
  flex: 0 0 519px;    /* 幅固定 */
  max-width: 519px;

  @media screen and (max-width: 768px) {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.bgGray .caution .caution_content .txtArea .txt {
  font-size: 16px;
  font-weight: 400;
  color: #464646;
  margin-bottom: 24px;

  @media screen and (max-width: 768px) {
    font-size: 12px;
    font-weight: 400;
  }
}
.bgGray .caution .caution_content .txtArea a {
  display: flex;
  align-items: center;
  padding: 15px 24px 15px 52px;
  background-image: url(/common/images/ic_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: top 15px left 15px;
  color: #464646;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;

  @media screen and (max-width: 768px) {
    font-size: 12px;
    font-weight: 500;
  }
}
.bgGray .caution .caution_content .txtArea a:hover {
  background-image: url(/common/images/ic_arrow_15.svg);
  color: #000000;
}
.bgGray .caution .caution_content .txtArea a:last-child {
  margin-top: 16px;
}
.bgGray .caution .caution_content .imageArea {
  flex: 0 0 553px;    /* 幅固定 */
  max-width: 553px;

  @media screen and (max-width: 768px) {
    order: -1;                   /* 先頭に表示 */
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}

/* spec-bgBlack */
.bgBlack {
  background-color: #464646;
  background-image: url("/products/electric/evolt/527PR/images/BKIMG_border.svg");
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  padding: 64px 0;
}
.bgBlack .spec .specRow {
  margin-top: 24px;
}
.bgBlack .spec .specRow .txtArea .txt {
  color: #fff;
}


/* detailInfo */
.detailInfo {
  display: flex;
  justify-content: space-between; /* 両端に配置 */
  align-items: center;            /* 縦方向は中央揃え */
}

/* 画像側：558px */
.detailInfo .imgArea {
  flex: 0 0 558px;                /* 幅固定 */
}
.detailInfo .imgArea img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト側：440px */
.detailInfo .txtArea {
  flex: 0 0 440px;                /* 幅固定 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.detailInfo .txtArea .ttl {
  font-size: 40px;
  font-weight: 500;
  color: #000;
}
.detailInfo .txtArea .txt {
  font-size: 24px;
  font-weight: 400;
  color: #464646;
  margin-top: 16px;
}
.detailInfo .txtArea .txt span {
  font-size: 16px;
  font-weight: 400;
  color: #464646;
}

/* 仕様・スペックボタン */
.detailInfo .txtArea .specBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

  padding: 12px 98px;
  margin: 24px auto 0;

  background-color: #0054a6;        /* 青ベタ */
  border: 2px solid #0054a6;        /* 外枠 */
  border-radius: 4px;

  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.08em;

  max-width: 340px;
}

/* 矢印 */
.detailInfo .txtArea .specBtn::after {
  content: ">";
  margin-left: 12px;
  font-size: 12px;
}

/* hover時：白背景＋青枠＋青文字＋内側の枠表示 */
.detailInfo .txtArea .specBtn:hover {
  background-color: #fff;
  color: #0054a6;
}

/* SP のときは縦並びにする */
@media screen and (max-width: 768px) {
  .detailInfo {
    flex-direction: column;      /* 画像 → テキストの縦並び */
    align-items: center;         /* 中央寄せ */
  }

  .detailInfo .imgArea {
    flex: none;
    max-width: 77%;
    width: 77%;
  }

  .detailInfo .txtArea {
    margin-top: 24px;            /* 画像とテキストの間隔 */
    padding: 0 16px;             /* 横に少し余白 */
    flex: 0 0 auto;
  }

  .detailInfo .txtArea .ttl {
    font-size: 24px;
    font-weight: 500;
  }
  .detailInfo .txtArea .txt {
    font-size: 14px;
    font-weight: 500;
  }
  .detailInfo .txtArea .txt span {
    font-size: 10px;
    font-weight: 400;
  }
  .detailInfo .txtArea .specBtn {
    padding: 10px 90px;
  }
}

.mt24 {
  margin-top: 24px;
  @media screen and (max-width: 768px) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 40px;
  }
}
