﻿@charset "UTF-8";
/* reset -------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

/* h1, */
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
address,
small,
i {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
}

ol,
ul,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img,
object,
embed,
video {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

/* body -------- */
body {
  line-height: 1.5;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  -webkit-text-size-adjust: 100%;
}

body.is-fix {
  position: fixed;
  width: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a:hover,
a img:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 0.7;
  text-decoration: none;
}
a,
a img,
button,
input[type="submit"],
.over {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.7;
  }
}
