@charset "UTF-8";

#logo {
  width: 160px;
}

#logo a {
  display: block;
  position: relative;
}

#logo img {
  width: 100%;
  height: auto;
}



@media screen and (min-width:768px) {

  /* PC */
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  #topimg {
    background-image: url("../images/top_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #topimg.fullscreen {
    /*
      align-items: flex-end!important;
      */
  }

  #topimg h1 {
    width: 31vw;
    text-align: center;
    margin: 48vw auto 0;
  }

  #topimg h1 img {
    text-align: center;
  }

  #topimg p {
    margin-top: 30px;
    letter-spacing: 0.15em;
  }
  #topimg .lead {
  }
  #topimg .lead.mt10 {
    margin-top: 0;
  }
  #topimg .caption {
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0.22em
  }


  #section4 .phyosclogo  {
    text-align: center;
  }
  #section4 .phyosclogo img {
    width: 31vw;
    text-align: center;
  }

  .appstore {
      margin: 30px auto 0;
      width: 30vw;
      min-width: 220px;
      max-width: 250px;
  }
  .appstore img {
    width: 100%;
  }

  #section4 .btn-lg {
    width: 30vw;
    min-width: 220px;
    max-width: 250px;
  }
  #section4 .btn {
    text-transform: none;
  }

}

@media screen and (max-width:767.9px) {

  /* SP */
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  #topimg {
    background-image: url("../images/top_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 10vh;
    background-color: #1C191A;
  }

  #topimg h1 {
    width: 100%;
    height: auto;
    margin-top: 38vh;
    text-align: center;
  }

  #topimg h1 img {
    width: 80%;
  }

  #topimg .caption {
    margin-top: -1.2vh;
    text-align: center;
    letter-spacing: 0.02em
  }

  #topimg .lead {
    margin-top: 4vh;
  }

  #topimg .lead.mt10 {
    margin-top: 0;
  }

  .fullscreen .container {
    margin-top: 0;
  }

  #section2 .row .m-b-60 {
    margin-bottom: 10px !important;
  }

  #section1 .text-center,
  #section2 .text-center {
    margin-top: 20px !important;
  }

  #section2 .fullscreen .container-fullscree {
    margin-bottom: 20px;
  }

  #section2 .row .col-lg-6.img {
    order: 2;
  }

  #section2 .row .col-lg-6.txt {
    order: 1;
  }


  #section4 .phyosclogo  {
    text-align: center;
  }
  #section4 .phyosclogo img {
    width: 80%;
    max-width: 400px;
    text-align: center;
  }

  .appstore {
      margin: 10px auto 0;
      width: 60%;
  }
  .appstore img {
    width: 100%;
  }

  #section4 .btn-lg {
    width: 100%;

    font-size: 16px;
    height: 60px;
    line-height: 60px;

    margin-top: 20px;
  }
  #section4 .btn {
    text-transform: none;
  }
  #section4 .howtouse i {
    color: #000!important
  }

  .scroll-to {
    margin-top: 200px
  }
}
