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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.14rem;
  font-size: 62.5%;
}
body #wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
body #wrapper .top {
  background: url(/common/img/mv_bg.png), url(/common/img/bg_ptn.gif), #b30024;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 530px, auto, contain;
  background-position: bottom 0% center, center, center;
  margin-top: 70px;
}
body #wrapper .top h1 {
  font-size: 100px;
  color: #fff;
  text-align: center;
  line-height: 0.6;
  padding: 116px 0 70px;
}
@media screen and (max-width: 768px) {
  body #wrapper .top h1 {
    font-size: 50px;
    line-height: 1;
  }
}
body #wrapper .top h1 span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body #wrapper .top h1 span {
    font-size: 22px;
  }
}
body #wrapper .breadcrumb {
  background: #f2f2f2;
}
body #wrapper .breadcrumb ul {
  padding: 10px 0;
  width: 87%;
  margin: 0 auto;
}
body #wrapper .breadcrumb ul li {
  list-style-type: none;
  display: inline;
  font-size: 14px;
}
body #wrapper .breadcrumb ul li span {
  border-bottom: 1px solid #000;
}
body #wrapper .breadcrumb ul li img {
  width: 8px;
  margin: 0 10px;
}
body #wrapper p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  body #wrapper p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
body #wrapper .btn {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #b30024;
  border: 3px solid #b30024;
  border-radius: 6px;
  width: 250px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  body #wrapper .btn {
    margin-top: 30px;
    font-size: 1.8rem;
    width: 230px;
    height: 54px;
  }
}
body #wrapper .btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  right: 16px;
  background: url(/common/img/arrow_r.png) no-repeat center/contain;
}
body #wrapper .btn:hover {
  color: #fff;
  background: #b30024;
  opacity: 1;
}
body #wrapper .btn:hover::after {
  background: url(/common/img/arrow_w.png) no-repeat center/contain;
}/*# sourceMappingURL=common_style.css.map */