#header {
  background: var(--white900);
  padding: 1.5rem 3rem;
  width: var(--width);
  margin: 0 auto;
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  width: 18rem;
}
#header .name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: var(--fontBold);
  font-family: var(--serif);
  color: var(--black900);
}

#fv {
  margin-bottom: 7rem;
}

#price {
  position: relative;
  color: #447d61;
  font-family: var(--serif);
  padding-top: 10rem;
  text-align: center;
}
#price .box {
  position: absolute;
  top: 15rem;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 3rem;
}
#price h2.ttl {
  font-weight: var(--fontBold);
  font-size: 6.4rem;
  line-height: 1.3;
}
#price h2.ttl i.comma {
  display: inline-block;
  margin: 0 -0.6rem 0 0;
  font-size: 7.2rem;
}
#price h2.ttl em {
  top: 0.5rem;
  font-size: 11rem;
  letter-spacing: -0.02em;
}
#price h2.ttl small {
  top: 0.4rem;
  font-size: 5rem;
}
#price .line {
  margin: 0 auto;
  padding: 1.5rem 0 2.5rem;
  width: 56.3rem;
}
#price p.push {
  color: #5a3f2f;
}
#price .row {
  display: grid;
  grid-template-columns: repeat(1, minmax(100%, 50%));
  row-gap: 2.5rem;
  margin-top: 2.5rem;
  padding: 0 7rem;
}
#price .row dl {
  display: flex;
  align-items: center;
}
#price .row dl dt {
  color: var(--white900);
  background: #447d61;
  border-radius: 1.2rem;
  font-size: 3.5rem;
  line-height: 0.9;
  padding: 1rem 0;
  width: 24rem;
  height: 100%;
}
#price .row dl dt em {
  font-size: 4.4rem;
  font-weight: var(--fontBold);
}
#price .row dl dt small {
  font-size: 2.4rem;
}
#price .row dl dd {
  color: #5a3f2f;
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  width: calc(100% - 24rem);
}
#price .row dl dd em {
  color: #447d61;
  font-weight: 600;
  font-size: 7.5rem;
  margin-right: 0.5rem;
}
#price .row dl dd i.comma {
  display: inline-block;
  margin: 0 -0.3rem 0 0;
}
#price .row dl dd small {
  position: absolute;
  top: 1.8rem;
  right: 3.7rem;
  font-size: 1.8rem;
}
#price p.notes {
  color: #5a3f2f;
  padding: 0 6.5rem;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 3rem;
}
#price picture.bg {
  margin: 0 auto;
  width: 69rem;
  filter: drop-shadow(0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.2));
}

#achievement {
  color: #5a3f2f;
  font-family: var(--serif);
  padding-top: 10rem;
}
#achievement .bg {
  background: url("../../asset/img/achievement_bg.webp") no-repeat center 3rem/100% auto;
  min-height: 69.5rem;
}
#achievement .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
#achievement .lists > li {
  width: calc((100% - 3rem) / 2);
}
#achievement .lists > li:nth-child(3) {
  width: 100%;
}
#achievement .lists dl {
  border: 0.4rem solid #447d61;
}
#achievement .lists dt {
  color: var(--white900);
  background-color: #447d61;
  font-size: 3rem;
  padding: 1rem;
  text-align: center;
}
#achievement .lists dd {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  padding: 2rem 0 3rem;
  text-align: center;
}
#achievement .lists dd .number .num {
  color: #447d61;
  font-size: 6.4rem;
  font-weight: var(--fontBold);
  line-height: 1;
}
#achievement .lists dd .number .num .comma {
  display: inline-block;
  margin: 0 -0.3rem;
  font-size: 4.8rem;
}
#achievement .lists dd .number em {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
#achievement .lists dd .point {
  color: #447d61;
  margin-bottom: 2rem;
}
#achievement .lists dd .point .large {
  font-size: 4.4rem;
  font-weight: var(--fontBold);
}
#achievement .lists dd .point .plus {
  margin: 0 auto;
  width: 3.8rem;
  height: 3.8rem;
}
#achievement .lists dd .notes {
  font-size: 1.6rem;
}

#reasons {
  padding-top: 10rem;
}
#reasons .top {
  position: relative;
}
#reasons .top .wrap {
  background-color: var(--white900);
  margin-top: 86rem;
  height: 3489px;
}
@media screen and (max-width: 750px) {
  #reasons .top .wrap {
    height: 465.2vw;
  }
}
#reasons .top h2.ttl {
  position: absolute;
  top: -83rem;
  left: -4rem;
  z-index: 10;
  width: 75rem;
}
#reasons .top ul.point {
  top: -31rem;
}
#reasons .top ul.point li {
  position: relative;
}
#reasons .top ul.point li + li {
  margin-top: 8rem;
}
#reasons .top ul.point li .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-family: var(--serif);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.8rem;
  color: #5a3f2f;
  line-height: 1.8;
}
#reasons .top ul.point li .txtBox h3 {
  font-weight: var(--fontBold);
  font-size: 4rem;
  margin-left: 2rem;
  line-height: 1.6;
}
#reasons .top ul.point li.point01 picture.img {
  display: block;
  margin: 0 -4rem 5rem;
  text-align: right;
}
#reasons .top ul.point li.point01 picture.img img {
  width: 67.5rem;
}
#reasons .top ul.point li.point02 picture.img {
  display: block;
  margin: 0 -4rem 5rem;
}
#reasons .top ul.point li.point02 picture.img img {
  width: 63.8rem;
}
#reasons .top ul.point li.point03 picture.img {
  display: block;
  margin: 0 -4rem 5rem;
  text-align: right;
}
#reasons .top ul.point li.point03 picture.img img {
  width: 62.3rem;
}
#reasons .top ul.point li.point04 picture.img {
  display: block;
  margin: 0 -4rem 5rem;
}
#reasons .top ul.point li.point04 picture.img img {
  width: 65rem;
}
#reasons .top ul.point li.point05 picture.img {
  margin-right: -4rem;
  text-align: right;
}
#reasons .top ul.point li.point05 picture.img img {
  width: 66rem;
}
#reasons .top ul.point li.point05 .txtBox {
  position: absolute;
  top: 6.5rem;
  left: 0;
  z-index: 10;
}

#cta02 {
  padding-top: 4rem;
}

#campaign {
  padding-top: 9rem;
}
#campaign .notes {
  font-size: 1.6rem;
  margin-top: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

#consultation {
  padding: 8rem 0 11rem;
}
#consultation .wrap {
  position: relative;
  background: var(--white900);
  filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.3));
  padding-bottom: 1rem;
}
#consultation .wrap:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -6.4rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5rem 33.5rem 0px 33.5rem;
  border-color: var(--white900) transparent transparent transparent;
}
#consultation h2 {
  margin: 0 -4rem 4rem;
}
#consultation h2 img {
  width: 75rem;
}
#consultation ul.point {
  color: #5a3f2f;
  font-family: var(--serif);
}
#consultation ul.point li + li {
  margin-top: 7rem;
}
#consultation ul.point li img {
  margin-bottom: 3rem;
}
#consultation ul.point li h3 {
  font-size: 4rem;
  font-weight: var(--fontBold);
  padding: 0 4rem;
  margin-bottom: 1rem;
}
#consultation ul.point li p {
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 4rem;
}
#consultation ul.point li p em {
  background: linear-gradient(0deg, rgba(254, 240, 86, 0) 5%, rgb(254, 240, 86) 5%, rgb(254, 240, 86) 85%, rgba(254, 240, 86, 0) 85%);
}

#access {
  color: #5a3f2f;
  font-family: var(--serif);
  padding: 8rem 0;
}
#access .m_box_access:not(:last-child) {
  margin-bottom: 10rem;
}
#access .shop {
  margin-bottom: 3rem;
  position: relative;
}
#access .shop::before {
  content: "";
  position: absolute;
  margin: auto;
  top: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../asset/img/access_pin.webp") no-repeat center 0/100% auto;
  width: 4rem;
  height: 5.7rem;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
}
#access .info {
  margin: 0 auto;
  padding: 4rem 2rem;
  width: 56.2rem;
  position: relative;
}
#access .info::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../asset/img/access_line.webp") no-repeat center 0/100% auto;
  width: 56.2rem;
  height: 1rem;
}
#access .info::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../asset/img/access_line.webp") no-repeat center 0/100% auto;
  width: 56.2rem;
  height: 1rem;
}
#access dl {
  display: flex;
  letter-spacing: -0.01em;
  font-size: 2.4rem;
}
#access dl:not(:last-child) {
  margin-bottom: 1rem;
}
#access dl dt {
  flex-shrink: 1;
  width: 11rem;
  margin-right: 0.5em;
}
#access .map {
  margin-top: 3rem;
}
#access .map iframe {
  width: 100%;
  height: 50rem;
}

#form {
  background-color: var(--white900);
}
#form .form {
  padding: 4rem;
}

#contact {
  color: var(--white900);
  background-color: #447d61;
  border: 1.2rem solid #2f734f;
  font-family: var(--serif);
  padding: 6rem 0;
  text-align: center;
  position: relative;
}
#contact::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.4rem solid #2f734f;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  z-index: -1;
}
#contact .info dt {
  font-size: 4rem;
}
#contact .info dd {
  font-size: 2.4rem;
}
#contact .info dd .tel {
  margin: 2rem auto;
  width: 65rem;
}

#footer {
  background: var(--white900);
  font-size: 2.4rem;
  font-family: var(--serif);
  padding: 7rem 0 5rem;
}
#footer .wrap {
  padding: 0 6.6rem;
}
#footer p.address {
  margin-top: 4rem;
}
#footer p.copy {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */