@charset "UTF-8";

/**  base  **/
:root {
}

p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  touch-action: manipulation;
  color: currentColor;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.35s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt" 1;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  line-break: strict;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.svg-symbol {
  display: none;
}

svg {
  display: block;
}

@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

.tab {
  display: none;
}

@media (min-width: 600px) {
  .tab {
    display: block;
  }
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

a {
  transition: opacity 0.2s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
