@charset "UTF-8";

html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  /*font-size: 0.66667vw;*/
  line-height: 1;
  font-weight: 600;
  scroll-behavior: smooth;
}

html * {
    font-weight: inherit;
    box-sizing: border-box;
}

a {
  outline: none;
  color: inherit;
  transition: .5s;
}

a * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
}

a:focus, *:focus {
  outline: none;
}

img {
  /*width: 100%;*/
  height: auto;
}

img[src$=".svg"] {
    max-width: 100%;
}

.flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
  justify-content: space-between;
}

/*font
-----------------------------------------------------------------------------*/

/*PC 共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px)  {
  html {
    /*font-size: 62.5%; */
  }
  .sp {
    display: none; 
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    /*font-size: 0.66667vw;*/
  }
  .sp {
    display: none; 
  }
}

/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /*html {
    font-size: 3.4666666667vw; }*/
  .pc {
    display: none; }
}

/*--------------------------endSP--------------------------------*/
/*header
-----------------------------------------------------------*/
/*footer
-----------------------------------------------------------*/
/*js action
-----------------------------------------------------------*/