.lineTtl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lineTtl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lineTtl {
    font-size: 16px;
  }
}
.lineTtl .en {
  color: #000;
  font-family: "Oswald", serif;
  letter-spacing: 0.3em;
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .lineTtl .en {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lineTtl .en {
    font-size: 18px;
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .lineArea {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .lineArea {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .lineArea__body .txt {
    text-align: center;
  }
}
.lineArea__body .txt a {
  color: #82877D;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: opacity 0.6s ease-in-out;
}
@media screen and (min-width: 768px) {
  .lineArea__body .txt a:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lineArea__body .txt a:hover {
    opacity: 0.7;
  }
}
.lineArea__body .txt + .txt {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .lineTtl + .lineArea__body {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lineTtl + .lineArea__body {
    margin-top: 60px;
  }
}
.lineArea__link {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .container .wrap {
    width: 958px;
  }
}
/*# sourceMappingURL=style.css.map */
