:root {
  --sans: 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
  --outfit: 'Outfit', sans-serif; }

* {
  font-family: var(--sans); }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.75; }

a {
  transition: 0.4s; }
  a:hover {
    opacity: 0.6;
    transition: 0.4s; }

img {
  vertical-align: bottom; }

.sp_only {
  display: none; }

@media screen and (max-width: 768px) {
  html {
    font-size: 10px; }

  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
/* ----- main ----- */
.secInner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
