@charset "UTF-8";
/* ---------------- 外部ファイル読み込み ---------------- */
@media only screen and (orientation: portrait) {
  .video_wrap {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  .loading_section .relative .center_images {
    width: 80%;
  }

  .main_logo_section .main_logo {
    width: 50%;
  }

  .description_section .absolute .watch_frontside {
    width: 32.28125vw;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-left: 65%;
  }

  .description p {
    font-size: 2.17188vw;
    color: #fff;
    line-height: 40px;
  }

  .description_section2 .description {
    position: initial;
    margin-top: 33%;
    text-align: center;
  }

  .description_section2 .description p {
    line-height: 40px;
    text-align: left;
  }

  .dial_section2 .absolute {
    width: 90%;
  }

  .movement_section .absolute .watch_backside {
    width: 75.6875vw;
    /* margin-left: 10%; */
    margin-top: 0%;
  }

  .movement_section .absolute {
    width: 90%;
  }

  .dial_section .absolute .watch_frontside2 {
    margin-right: 5%;
    top: 6%;
  }

  .movement_section .absolute .watch_backside {
    margin-left: 0px;
  }

  .cv_section .absolute .watch_frontside3 {
    width: 32.78125vw;
  }

  .cv_section .absolute .cv_description h2 {
    font-size: 5.46875vw;
    margin-top: 9%;
  }

  .cv_section .absolute .cv_description p,
.cv_section .absolute .cv_description p .bold {
    font-size: 2.17188vw;
    line-height: 2.4rem;
  }

  .specialbox_section .absolute {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20%;
  }

  .specialbox_section .absolute .specialbox_description {
    -webkit-transform: none;
            transform: none;
  }

  .specialbox_section .absolute .only_pc {
    -webkit-transform: none;
            transform: none;
    width: 62.21875vw;
  }

  .strap_section .absolute .watch_strap {
    -webkit-transform: translate(-50%, 10%) scale(0.8);
    transform: translate(-50%, 10%) scale(0.8);
    width: 120.53125vw;
    position: absolute;
    left: -34%;
    bottom: -5%;
  }

  .strap_section .absolute .strap_description {
    top: 40%;
    left: 52%;
    position: absolute;
  }

  .cv_section .absolute .cv_description .cv_btn {
    width: 100%;
  }

  .pictures_section .laputa_img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }

  .movement_section3 .bg_remains {
    top: 0;
  }

  .dial_section2 .absolute .stem_description {
    margin-top: -17%;
  }

  .dial_section2 .absolute .watch_stem {
    margin-top: -25%;
  }

  .dial_section2 .absolute .stem_description {
    left: 0%;
  }

  .movement_section .absolute .watch_backside {
    top: 49%;
    left: 35%;
    width: 27vw;
  }

  .movement_section .absolute .movement_description {
    top: -20%;
    left: 15%;
  }

  .movement_section3 .bg_remains_container {
    width: 125%;
  }

  .description_section .description_section_bg {
    width: 110%;
  }

  .cv_section .absolute .cv_description p, .cv_section .absolute .cv_description p .bold {
    font-size: 2vw;
    line-height: 3.4rem;
  }
}