/* ----------------------- */
/* base
/* ----------------------- */

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-family: '游ゴシック体', 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

body.noscroll {
  overflow: hidden;
}

img,
svg {
  /*   width: 100%; */
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: inline-block;
}

/* a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.8;
} */

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
select {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

/* ----------------------- */
/* layout
/* ----------------------- */

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.inner--md {
  max-width: 1120px;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
