@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"');
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}

section {
  padding: initial;
}

figure {
  line-height: 0;
  margin: 0;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

/**/
#container > #inner {
  width: 100%;
}

/**/
#contents #contentsInner {
  width: 100%;
}

/**/
.c-outer .c-inner {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}/*# sourceMappingURL=common.css.map */