/*================================================
  Base
================================================*/

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
/*  font-size: 1.4rem;*/
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
    overflow-x: hidden;
    position: relative
}

img{
    width: auto;
    max-width: 100%;
    height: auto;
}

.sp{
    display: none;
}

.font-poppins {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

@media print, screen and (max-width: 768px) {
    html {
      font-size: 62.5%;
    }
    
    .sp{
        display: inline-block;
    }
    
    .pc{
        display: none !important;
    }
    
}


.main {
    position: relative;
}
