@charset "UTF-8";

/*
#scrollTop {
  background-color: rgba(34, 80, 252, 0.5) !important;
}
#scrollTop:after, #scrollTop:before { 
  background-color: rgba(34, 80, 252, 0.3) !important;
}
*/

#logo {
  width: 160px;
}

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

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

.scrolldown-animation {
    animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
    bottom: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index: 60;
}
@keyframes scrolldown-keyframes {
    0%, 100% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }
}

@keyframes scrolldown-keyframes {
    0%, 100% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }
}

#section4 .container-fullscreen {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃えにする場合 */
}
/***************************************
****************************************
****************************************
PC
****************************************
****************************************
***************************************/
@media screen and (min-width:821px) {

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

  .sp_only {
    display: none;
  }

  .dark #header[data-transparent="true"]:not(.sticky-active) .header-inner,
  .dark #header[data-transparent="true"]:not(.sticky-active) #header-wrap,
  #header.dark[data-transparent="true"]:not(.sticky-active) .header-inner,
  #header.dark[data-transparent="true"]:not(.sticky-active) #header-wrap {
    background-color: #1C191A;
  }


  #topimg {
    background-repeat: no-repeat;
    /*
    background-size: contain;
    */
    background-size: min(130vw, 1700px) auto;
    background-position: calc(50% - 24vw) calc(50% + 60px);
    
    /*
    position: relative;
    background-image: url("../images/IphoneEarphone6-top_pc.webp");
    background-repeat: no-repeat;
    background-position: calc(50% - 24vw) calc(50% + 28px);
    background-size: min(63vw, 800px) auto;
    */
  }

  #topimg .top-title {
    position: absolute;
    top: 54%;
    left: 73%;
    transform: translate(-50%, -50%);
    width: 43vw;
  }

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

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

  #topimg p {
    margin-top: 40px;
    line-height: 1.6;
    text-align: justify;
  }

  #topimg .lead {}

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

  #topimg .caption {
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0.2em
  }

section#section1,
section#section2 {
/*
  height: calc(100vh - 100px);
  */
  min-height: calc(100vh - 100px);
  padding: 0;
}

  #section4 .phyosclogo {
    text-align: center;
  }

  #section4 .phyosclogo img {
    width: 37vw;
    text-align: center;
  }
  #section4 .purchaseguide {
    width: 37vw;
  }
  .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;
    padding: 14px 10px;
  }

  #section4 .btn {
    text-transform: none;
  }
  button.btn.btn-lg, .btn:not(.close):not(.mfp-close).btn-lg, a.btn:not([href]):not([tabindex]).btn-lg {
  }
}

/***************************************
****************************************
****************************************
SP
****************************************
****************************************
***************************************/
@media screen and (max-width:820.9px) {

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

  .sp_only {
    display: block;
  }

  #logo img {
    display: none!important ;
    width: 50%;
    height: auto;
  }
  

  
  #header .header-inner {}

  .fullscreen {
    overflow: visible !important;
  }

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


  #topimg {

    background-color: #FFFFFF;

    padding-bottom: 0 !important;
    /* 画像の高さに合わせて余白を調整 */
  }


  #topimg .top-title {
    position: relative;
    margin-top: 93vw;
    width: 100vw;
    padding: 0;
    overflow: visible;
  }

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


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

  #topimg p {
    margin-top: 0px;
    /*
    letter-spacing: 0.15em;
    */
  }

  #topimg .lead {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6;
    /*
    text-align: justify;
    */
  }

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

  #topimg .caption {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0.22em
  }

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

  section#section1 {
    padding: 30px 0!important;
  }
  section#section2 {
    padding: 30px 0 10px!important;
  }
  section#section4 {
    padding: 40px 0 0 !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;
  }

  section#section1 a.btn,
  section#section2 a.btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }



#section4 .deflektlogo {
    text-align: center;
  }
  #section4 .deflektlogo img {
    width: 85%;
    max-width: 400px;
    text-align: center;
  }
  
  #section4 .purchaseguide {
    width: auto;
  }


  .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
  }
}

@media screen and (max-width:820.9px) {
  #header #logo > a img {
    display: none!important ;
  }
}
.lead {
/*
  text-align: justify;
  */
}