@charset "utf-8";

/* ======================================================
 * vr_showroom_index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - override
 * - Parts
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Parts
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */
  .img-wrap img {
    max-width: 100%;
    height: auto;
  }
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- vr-hero ----- */
  .vr-hero {
    position: relative;
    margin: 0 0 1.875rem;
  }
  .vr-hero__contents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .vr-hero__contents__inner {
    text-align: center;
  }
  .vr-hero__contents__inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .vr-hero__title {
    margin-bottom: 1.25rem;
  }
  .vr-hero__text {
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: 1.25rem;
  }
  .vr-hero__iframe {
    width: 100%;
    height: 400px;
  }
  .vr-hero__iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* ----- vr-text ----- */
  .vr-text {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  /* ----- vr-lead ----- */
  .vr-lead {
    margin: 1.875rem auto 3.4375rem;
    padding: 10px 25px;
    border: 2px solid #c60b12;
    color: #c60b12;
    font-size: 1.125rem;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1224px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */
  .img-wrap img {
    max-width: 100%;
    height: auto;
  }
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- vr-hero ----- */
  .vr-hero {
    position: relative;
    margin: 0 -1rem 1.25rem;
  }
  .vr-hero__contents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .vr-hero__contents__inner {
    text-align: center;
  }
  .vr-hero__contents__inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .vr-hero__title {
    margin-bottom: 1rem;
  }
  .vr-hero__title img {
    width: 200px;
    height: auto;
  }
  .vr-hero__text {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.125rem;
  }
  .vr-hero__iframe {
    width: 100%;
    height: 300px;
  }
  .vr-hero__iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* ----- vr-text ----- */
  .vr-text {
    display: block;
    margin-bottom: .875rem;
    text-align: left;
  }
  
  /* ----- vr-lead ----- */
  .vr-lead {
    margin: 1.25rem auto 1.875rem;
    padding: 10px 15px;
    border: 2px solid #c60b12;
    color: #c60b12;
    font-size: .9375rem;
  }
  
}


/* ======================================================
 * SP Media Queries
====================================================== */
@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: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}