body {
  font-size: 1.65rem;
  font-family: "Noto Serif JP", "Serif", serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #281301;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

.zengo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

header {
  background: #fff;
  position: relative;
  z-index: 980;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
  display: flex;
}
header > .header-wrap {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 750px) {
  header {
    padding: 5% 20px;
  }
}
header #logo {
  max-width: 150px;
  align-self: center;
}
@media screen and (max-width: 750px) {
  header #logo {
    max-width: 170px;
    width: 22.6666666667vw;
  }
}
header .times {
  line-height: 1.4;
  margin-right: 0;
  margin-left: auto;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  header .times {
    max-width: 250px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  header .times {
    max-width: 250px;
    right: 5%;
  }
}
@media screen and (max-width: 750px) {
  header .times {
    width: 32vw;
  }
}
@media screen and (max-width: 750px) {
  header .times-datail {
    font-size: 2.2vw;
  }
}
header .times-datail dt {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #144603;
  font-size: 0.8484848485em; /*15px*/
  margin-bottom: 5px;
}
header .times-datail dd {
  font-size: 0.9090909091em; /*15px*/
  letter-spacing: -0.025em;
}
header .times-datail dd span {
  font-size: 0.85em;
}

footer {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120% auto;
  background-image: url(../images/common/footer-bg_pc.jpg);
  color: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 0.7878787879em;
  padding-top: 100px;
  padding-bottom: 100px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  footer {
    background-image: url(../images/common/footer-bg_sp.jpg);
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

main {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 45px;
  min-height: 100vh;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
main:before, main:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
main:before {
  height: 132px;
  background: url("./../images/common/bg1.jpg");
  z-index: -2;
}
@media screen and (max-width: 750px) {
  main:before {
    height: 18.6666666667vw;
  }
}
main:after {
  z-index: -1;
  height: 132px;
  top: 110px;
  background-image: url(../images/common/top-wave_pc.svg);
}
@media screen and (max-width: 750px) {
  main:after {
    background-image: url(../images/common/top-wave_sp.svg);
    background-size: 100% auto;
    top: 18.6666666667vw;
    height: 12.2666666667vw;
  }
}
main .popup-img, main .text, main h1, main .popup-link {
  width: min(90%, 880px);
  margin-right: auto;
  margin-left: auto;
}
main figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #281301;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 30px;
}
main figure img {
  border-radius: 28px;
}
@media screen and (max-width: 750px) {
  main figure {
    border-radius: 4vw;
  }
  main figure img {
    border-radius: 3.7333333333vw;
  }
}
main h1 {
  font-size: 3.1515151515em;
  font-weight: 400;
  margin-top: 50px;
}
main h1 ruby rt {
  text-align: center;
}
@media screen and (max-width: 750px) {
  main h1 {
    margin-top: 6.6666666667vw;
    font-size: 8vw;
  }
}
main .text {
  margin-top: 50px;
  font-size: 1.0909090909em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  main .text {
    margin-top: 6.6666666667vw;
    font-size: 3.6vw;
  }
}
main .text > div {
  font-size: 1.3333333333em;
  font-weight: 700;
  color: #144603;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  main .text > div {
    margin-top: 5.3333333333vw;
  }
}
main .text p {
  line-height: 2.2222222222;
}
main .text .ex {
  font-size: 0.8888888889em;
  color: #665b52;
  display: block;
  margin-top: 0.7em;
}
main .popup-link {
  margin-top: 110px;
  display: flex;
  justify-content: flex-end;
  font-size: 0.9696969697em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  main .popup-link {
    margin-top: 14.6666666667vw;
  }
}
main .popup-link > div:nth-child(n+2) {
  margin-left: 30px;
}
main .popup-link a {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}

.circle-arrow {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: #281301;
  color: #fff;
  font-size: 1.5757575758em; /*26px*/
  line-height: 1;
}
.circle-arrow:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.7em;
  width: 1em;
  height: 1em;
  transform: translateY(0.1em);
}/*# sourceMappingURL=popup.css.map */