@charset "UTF-8";
html{
  scroll-behavior: smooth;
}

body{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
}

a{
  text-decoration: none;
  color: #5C5A59;
  transition: .3s all;
}

a:hover{
  opacity: 0.7;
}

img{
  width: 100%;
  vertical-align:top;
  pointer-events: none;
}

.pc_co {
  display: block; }

.sp_co {
  display: none; }

@media (max-width: 960px) {
  .pc_co {
    display: none;
  }
  .sp_co {
    display: block;
  }
}

/*言語スイッチの横並び*/
.bogo-language-switcher {
    display: flex;
}
.bogo-language-switcher > a{
    margin: 0;
}
/*言語スイッチの表示順*/
.bogo-language-switcher .ja {
    order: 1;
}
.bogo-language-switcher .en {
    order: 2;
}
.bogo-language-switcher .current {
    display: none;
}