@charset "UTF-8";
.sans {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .mt30 {
    margin-top: 0.5rem;
  }
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.2rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
  color: #211715;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.3rem;
  line-height: 1.7;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 18px;
  }
}
body * {
  box-sizing: border-box;
}
body p {
  font-weight: 500;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

@media screen and (max-width: 1023px) and (min-width: 751px) {
  .tb {
    display: revert;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.bold {
  font-weight: bold;
}

.red {
  color: #e10022;
}

.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.footer {
  text-align: center;
  padding: 1rem 0.5rem;
  border-top: 1px solid #cccccc;
  margin-top: 1rem;
}
.footer img {
  width: 3rem;
  margin: 0 auto;
}
.footer .copy {
  font-size: 0.2rem;
  font-weight: 400;
  margin-top: 0.3rem;
}/*# sourceMappingURL=common.css.map */