@charset "UTF-8";
/* ---------------- 外部ファイル読み込み ---------------- */
@media only screen and (min-width: 521px) and (max-width: 768px) and (orientation: portrait) {
  img.rotate_sp {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }

  .dial_section2 .absolute .watch_stem {
    width: 70vw;
    top: -50%;
    left: -11%;
  }

  .movement_section .absolute .watch_backside {
    width: 55vw;
    margin-left: -5%;
  }

  .movement_section2 .absolute {
    text-align: center;
  }

  .movement_section2 .absolute .movement_description2 {
    text-align: left;
    padding-bottom: 48%;
  }

  .movement_section2 .absolute .watch_movement {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 0%;
  }

  .movement_section2 .absolute .watch_movement img {
    margin-left: 0%;
  }

  .movement_section_only_sp .movement_description_only_sp p {
    font-size: 2.6666vw;
    line-height: 2.5rem;
  }

  .cv_section .absolute .cv_description p .bold {
    font-size: 2.5vw;
  }

  .description_section2 {
    text-align: center;
  }

  .description_section2 p {
    font-size: 2.1vw;
  }

  .dial_section2 .absolute .stem_description {
    left: 3%;
    z-index: 2;
    padding-top: 65%;
    margin-right: 8%;
  }

  .dial_section .absolute .watch_frontside2 {
    top: 8%;
    left: 21%;
    width: 50vw;
  }
}