@charset "UTF-8";
html {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #000;
  line-height: 1;
  font-weight: 500; }
  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;}

/*PC 共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1367px)  {
  html {
    font-size: 62.5%; }
  .sp {
    display: none; }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
  font-size: 0.66667vw; }
  .sp {
    display: none; }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 40%;
    overflow-x: hidden; }
  .pc {
    display: none; }
}
/*--------------------------endSP--------------------------------*/
/*header
-----------------------------------------------------------*/
/*footer
-----------------------------------------------------------*/
/*js action
-----------------------------------------------------------*/