@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Zen+Maru+Gothic&display=swap");
.ft-ayumin {
  font-family: "ads-ayumin", sans-serif;
}

.ft-ZenMaruGothic {
  font-family: "Zen Maru Gothic", sans-serif;
}

main {
  background: #50B5C7;
}

body {
  min-width: auto;
}

sup {
  font-size: xx-small;
  vertical-align: super;
}

.inner {
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 80%;
    padding: 0;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
    width: 92%;
    margin: 8% auto 0;
  }
}
.btn-wrap__web, .btn-wrap__tel {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web, .btn-wrap__tel {
    width: 100%;
  }
}
.btn-wrap__web a, .btn-wrap__tel a {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 48px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a, .btn-wrap__tel a {
    width: 98%;
    padding: 5% 0;
  }
}
.btn-wrap__web a::after, .btn-wrap__tel a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  z-index: -1;
}
.btn-wrap__web a:hover::after, .btn-wrap__tel a:hover::after {
  border-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a:hover::after, .btn-wrap__tel a:hover::after {
    width: 0%;
  }
}
.btn-wrap__web a .wrap, .btn-wrap__tel a .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap, .btn-wrap__tel a .wrap {
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
.btn-wrap__web a .wrap::before, .btn-wrap__tel a .wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap::before, .btn-wrap__tel a .wrap::before {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.btn-wrap__web a .wrap span, .btn-wrap__tel a .wrap span {
  display: inline-block;
}
.btn-wrap__web a .wrap .big, .btn-wrap__tel a .wrap .big {
  font-size: 40px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .btn-wrap__web a .wrap .big, .btn-wrap__tel a .wrap .big {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap .big, .btn-wrap__tel a .wrap .big {
    font-size: clamp(20px, 5.33vw, 30px);
    margin-right: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
}
.btn-wrap__web a .wrap .mid, .btn-wrap__tel a .wrap .mid {
  font-size: 30px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .btn-wrap__web a .wrap .mid, .btn-wrap__tel a .wrap .mid {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap .mid, .btn-wrap__tel a .wrap .mid {
    font-size: clamp(14px, 3.73vw, 24px);
    margin-right: 0;
  }
}
.btn-wrap__web a .wrap .small, .btn-wrap__tel a .wrap .small {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn-wrap__web a .wrap .small, .btn-wrap__tel a .wrap .small {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap .small, .btn-wrap__tel a .wrap .small {
    font-size: clamp(14px, 3.73vw, 24px);
    line-height: 1;
  }
}
.btn-wrap__web a {
  color: #fff;
  background: #EE8117;
  border: 3px solid #AF511E;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a {
    border: 2px solid #AF511E;
  }
}
.btn-wrap__web a::after {
  background-color: #FFEBD8;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a::after {
    background-color: #fff;
  }
}
.btn-wrap__web a span::before {
  background: url(../uploads/winter-2024-east_btn-wrap-web-ico_hover.svg) no-repeat;
  background-size: contain;
  left: -4px;
  width: 44px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a span::before {
    left: 4%;
    width: 10%;
    height: 170%;
  }
}
.btn-wrap__web:hover a {
  color: #AF511E;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web:hover a {
    color: #fff;
  }
}
.btn-wrap__web:hover a span::before {
  background: url(../uploads/autumn-2025-east_btn-wrap-web-ico_hover.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web:hover a span::before {
    background: url(../uploads/winter-2024-east_btn-wrap-web-ico_hover.svg) no-repeat;
    background-size: contain;
  }
}
.btn-wrap__tel a {
  color: #fff;
  background: #00A8C1;
  border: 3px solid #006971;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a {
    border: 2px solid #006971;
  }
}
.btn-wrap__tel a::after {
  background-color: #DFF0F2;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a::after {
    background-color: #fff;
  }
}
.btn-wrap__tel a span::before {
  background: url(../uploads/winter-2024-east_btn-wrap-tel-ico_hover.svg) no-repeat;
  background-size: contain;
  left: -4px;
  width: 44px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a span::before {
    left: 4.5%;
    width: 10%;
    height: 172%;
  }
}
.btn-wrap__tel:hover a {
  color: #006971;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel:hover a {
    color: #fff;
  }
}
.btn-wrap__tel:hover a span::before {
  background: url(../uploads/autumn-2025-east_btn-wrap-tel-ico_hover.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel:hover a span::before {
    background: url(../uploads/winter-2024-east_btn-wrap-tel-ico_hover.svg) no-repeat;
    background-size: contain;
  }
}

.tel-number-txt {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .tel-number-txt {
    font-size: clamp(22px, 5.866vw, 28px);
    text-align: center;
    margin: 4% auto 0;
  }
}

.note-txt {
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .note-txt {
    margin: 2% auto 0;
  }
}
.note-txt span {
  display: block;
}
.note-txt__time {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .note-txt__time {
    font-size: clamp(12px, 3.2vw, 16px);
    text-align: center;
  }
}
.note-txt__time span {
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .note-txt__time span {
    font-size: clamp(16px, 4.266vw, 20px);
  }
}
.note-txt__connect {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .note-txt__connect {
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.5;
    margin-top: 4%;
  }
}

.notes-area__txt {
  font-size: 12px !important;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .notes-area__txt {
    color: #595857;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    text-align: justify;
    width: 100%;
  }
}
.notes-area__company {
  background: #fff;
  font-size: 16px;
  border: 1px solid #3e3a39;
}
@media screen and (max-width: 640px) {
  .notes-area__company {
    font-size: clamp(11px, 2.933vw, 16px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 4%;
  }
}

.company-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .company-txt {
    font-size: clamp(12px, 3.2vw, 16px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.8;
    margin-top: 6%;
  }
}

.head-txt {
  color: #182987;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .head-txt {
    font-size: clamp(18px, 4.8vw, 30px);
    letter-spacing: 0;
  }
}
.head-txt span {
  position: relative;
  display: inline-block;
}
.head-txt span::before, .head-txt span::after {
  content: "";
  background: #182987;
  position: absolute;
  top: 0px;
  width: 4px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .head-txt span::before, .head-txt span::after {
    top: 2px;
    width: 2px;
    height: 20px;
  }
}
.head-txt span::before {
  left: -24px;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
@media screen and (max-width: 640px) {
  .head-txt span::before {
    left: -12px;
  }
}
.head-txt span::after {
  right: -24px;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
@media screen and (max-width: 640px) {
  .head-txt span::after {
    right: -12px;
  }
}

.contact-area {
  max-width: 770px;
  margin: 72px auto 0;
}
@media screen and (max-width: 640px) {
  .contact-area {
    margin: 8% auto 0;
  }
}

.faq-area {
  position: relative;
  color: #231815;
  background: #FFFAD9;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 16px 24px 24px;
}
@media screen and (max-width: 640px) {
  .faq-area {
    padding: 10% 4% 6%;
  }
}
.faq-area::before {
  content: "";
  background: url(../uploads/winter-2024-east_faq-area_ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 124px;
  width: 100px;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .faq-area::before {
    top: -2%;
    left: 4%;
    max-width: 120px;
    width: 26%;
    height: 18%;
  }
}
.faq-area__q {
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq-area__q {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
.faq-area__a {
  color: #E85513;
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .faq-area__a {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 6%;
  }
}
.faq-area__a--mid {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq-area__a--mid {
    text-align: left;
  }
}
.faq-area__a--electric {
  line-height: 1.3;
  text-indent: -1em;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 640px) {
  .faq-area__a--electric {
    line-height: 1.2;
    padding: 0 0 0 1em;
  }
}
.faq-area__txt {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .faq-area__txt {
    font-size: clamp(14px, 3.733vw, 18px);
    margin-top: 4%;
  }
}
.faq-area__txt .orange {
  color: #E85513;
}

.all-image-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .all-image-txt {
    font-size: 13px;
    font-size: clamp(13px, 3.466vw, 16px);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4%;
  }
}

.slideIn {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .slideIn {
    -webkit-transform: translateY(56px);
            transform: translateY(56px);
  }
}

.slideIn.is-animated {
  -webkit-animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    @media screen and (max-width: 640px) {
      -webkit-transform: translateY(56px);
              transform: translateY(56px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    @media screen and (max-width: 640px) {
      -webkit-transform: translateY(56px);
              transform: translateY(56px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.accordion-area__tit {
  position: relative;
  cursor: pointer;
  color: #fff;
  background: #9E8638;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.05em;
  padding: 10px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit {
    font-size: clamp(14px, 3.733vw, 22px);
    padding: 3% 7%;
  }
}
.accordion-area__tit::before {
  content: "";
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: rotate(135deg) translateY(100%);
          transform: rotate(135deg) translateY(100%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 16px;
    width: 10px;
    height: 10px;
  }
}
.accordion-area__tit.open::before {
  right: 36px;
  -webkit-transform: rotate(-45deg) translateY(-25%);
          transform: rotate(-45deg) translateY(-25%);
}
@media screen and (max-width: 640px) {
  .accordion-area__tit.open::before {
    right: 20px;
  }
}
.accordion-area__box {
  background: #fff;
  border: 4px solid #9E8638;
  border-top: none;
  padding: 24px 42px;
}
@media screen and (max-width: 640px) {
  .accordion-area__box {
    border: 2px solid #9E8638;
    padding: 4%;
  }
}
.accordion-area .feature-tit {
  color: #a44c23;
  font-size: 39px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit {
    font-size: clamp(20px, 5.33vw, 34px);
  }
}
.accordion-area .feature-tit .s-txt {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit .s-txt {
    font-size: 14px;
    font-size: clamp(14px, 3.73vw, 22px);
  }
}
.accordion-area .feature-tit.border {
  border-top: 4px dashed #a44c23;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit.border {
    border-top: 2px dashed #a44c23;
    padding-top: 6%;
    margin-top: 6%;
  }
}
.accordion-area .feature-tit.mid {
  font-size: 30px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit.mid {
    font-size: clamp(16px, 4.26vw, 24px);
  }
}
.accordion-area .feature-txt {
  color: #231815;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-txt {
    font-size: clamp(12px, 3.2vw, 20px);
    line-height: 1.5;
    margin-top: 2%;
  }
}
.accordion-area .feature-txt.mid {
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-txt.mid {
    margin-top: 4%;
  }
}
.accordion-area .feature-txt .orange-txt {
  color: #e55513;
}
.accordion-area .feature-img {
  max-width: 362px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-img {
    max-width: none;
    width: 80%;
    margin: 4% auto 0;
  }
}
.accordion-area .feature-movie-tit {
  color: #a44c23;
  font-size: 35px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-movie-tit {
    font-size: clamp(18px, 4.8vw, 28px);
    margin-top: 8%;
  }
}
.accordion-area .feature-movie {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-movie {
    margin-top: 4%;
  }
}
.accordion-area .feature-movie iframe {
  aspect-ratio: 525/295;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-movie iframe {
    aspect-ratio: 404/227;
  }
}
.accordion-area .feature-list {
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.accordion-area .feature-list__item {
  line-height: 1.2;
}
.accordion-area .feature-list__item:not(:first-child) {
  padding-left: 2em;
}

.mv {
  text-align: center;
}
.mv img {
  margin: 0 auto;
}
.mv__bg {
  position: relative;
  overflow: hidden;
  max-width: 2400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mv__bg {
    overflow: visible;
  }
}
.mv__bg img {
  margin: 0 auto;
}
.mv__bgImg, .mv__area, .mv__deadline, .mv__tit, .mv__btn {
  position: absolute;
  opacity: 0;
}
.mv__bgImg {
  top: 0;
  left: 0;
  width: 100%;
}
.mv__bgImg.active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__area {
  top: 4.8%;
  left: 25.7%;
  width: 20.834%;
}
@media screen and (max-width: 640px) {
  .mv__area {
    top: 13.3%;
    left: 10%;
    width: 45%;
    z-index: 1;
  }
}
.mv__area.active {
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__deadline {
  top: 2.6%;
  right: 0.2%;
  width: 37.1%;
}
@media screen and (max-width: 640px) {
  .mv__deadline {
    display: none;
  }
}
.mv__deadline.active {
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__tit {
  top: 16.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53.1%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 19.8%;
    width: 79%;
    margin-left: -1%;
    z-index: 1;
  }
}
.mv__tit.active {
  -webkit-animation: fadeUpCenter 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUpCenter 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__btn {
  text-align: center;
  top: 66.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.7%;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    top: 82.8%;
    width: 73%;
  }
}
.mv__btn.active {
  -webkit-animation: fadeUpCenter 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUpCenter 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__btn a {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #E63462;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.4375rem, -0.0408rem + 1.1939vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  padding: 3.5% 0;
  -webkit-box-shadow: 0px clamp(0.125rem, 0.031rem + 0.2346vw, 0.3125rem) 0px 0px rgba(86, 41, 14, 0.46);
          box-shadow: 0px clamp(0.125rem, 0.031rem + 0.2346vw, 0.3125rem) 0px 0px rgba(86, 41, 14, 0.46);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .mv__btn a:hover::before {
    -webkit-animation: flash 0.5s linear;
            animation: flash 0.5s linear;
  }
}
@media screen and (max-width: 640px) {
  .mv__btn a {
    font-size: clamp(1.0625rem, 0.0896rem + 4.1509vw, 1.75rem);
    line-height: 1.16;
    width: 100%;
    padding: 2.5% 0 3.5%;
  }
}
.mv__btn a::before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpCenter {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes fadeUpCenter {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.swiper-pagination-bullet {
  background: #fff;
  margin: 0 12px !important;
  width: 16px;
  height: 16px;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 14px;
    height: 14px;
  }
}

.swiper-pagination-bullet-active {
  background: #753B29;
}

.topBgWrap {
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  z-index: 1;
}

.anchorWrap {
  max-width: 556px;
  padding-top: 20px;
  margin: -15% auto 0;
}
@media screen and (max-width: 640px) {
  .anchorWrap {
    padding-top: 2%;
    margin: 2% auto 0;
  }
}
.anchorWrap .anchorComment {
  max-width: 556px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorComment {
    max-width: none;
    width: 82%;
  }
}
.anchorWrap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
}
@media screen and (max-width: 640px) {
  .anchorWrap__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
    width: 80%;
    margin: 1% auto 0;
  }
}
.anchorWrap__list li {
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .anchorWrap__list li {
    height: 15.5vw;
  }
}
.anchorWrap__list li a {
  color: #fff;
  background: #009EB8;
  font-family: "ads-ayumin", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
  height: 100%;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .anchorWrap__list li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .anchorWrap__list li a {
    font-size: clamp(1.5rem, 0.7925rem + 3.0189vw, 2rem);
  }
}
.anchorWrap__list li a span {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .anchorWrap__list li a span {
    font-size: clamp(1.125rem, 0.5943rem + 2.2642vw, 1.5rem);
  }
}

.top-area {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .top-area {
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .top-area__deadline {
    width: 59%;
    margin: 0 auto;
  }
}
.top-area__note {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top-area__note {
    max-width: none;
    width: 80%;
    margin: 3% auto 0;
  }
}
.top-area__note__tit {
  color: #fff;
  background: #9E8638;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .top-area__note__tit {
    font-size: clamp(14px, 3.733vw, 24px);
  }
}
.top-area__note__body {
  background: #fff;
  text-align: center;
  border: none;
  padding: 24px 12px 28px;
}
@media screen and (max-width: 640px) {
  .top-area__note__body {
    padding: 3% 2% 4%;
  }
}
.top-area__note .notes-area__txt {
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  line-height: 1 !important;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__txt {
    font-size: clamp(0.8125rem, 0.5472rem + 1.1321vw, 1rem) !important;
  }
}
.top-area__note .notes-area__note {
  font-size: 12px;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__note {
    font-size: clamp(0.6875rem, 0.3337rem + 1.5094vw, 0.9375rem) !important;
    line-height: 1.2;
    margin-top: 4%;
  }
}
.top-area__sumileage {
  max-width: 1000px;
  margin: 52px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__sumileage {
    margin: 8% auto 0;
  }
}

.brownBtn {
  text-align: center;
}
.brownBtn a {
  color: #fff;
  background: #9E8638;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border: 3px solid #fff;
  border-radius: 60px;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  padding: 16px 20px 18px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .brownBtn a:hover {
    background: #D5B654;
  }
}
@media screen and (max-width: 640px) {
  .brownBtn a {
    font-size: clamp(1.0625rem, 0.0012rem + 4.5283vw, 1.8125rem);
    border: 2px solid #fff;
    max-width: none;
    width: 98%;
    padding: 4.5% 0 5.25%;
  }
}

.sectionAnchorWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionAnchorWrap__item {
  color: #9E8638;
  background: rgba(255, 255, 255, 0.5);
  font-family: "ads-ayumin", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 170px;
  width: 100%;
  height: 60px;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sectionAnchorWrap__item:hover {
    color: #9E8638;
    background: #9E8638;
    border: 1px solid #9E8638;
  }
}
@media screen and (max-width: 640px) {
  .sectionAnchorWrap__item {
    font-size: clamp(1.25rem, 0.5425rem + 3.0189vw, 1.75rem);
    max-width: none;
    width: 50%;
    height: clamp(3.125rem, 0.8255rem + 9.8113vw, 4.75rem);
    padding: 2% 0;
  }
}

.anchorBackBtn a {
  color: #9E8638;
  background: #fff;
  font-family: "ads-ayumin", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #9E8638;
  border-radius: 60px;
  display: block;
  max-width: 344px;
  padding: 10px 0;
  margin: 16px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .anchorBackBtn a:hover {
    color: #fff;
    background: #9E8638;
  }
}
@media screen and (max-width: 640px) {
  .anchorBackBtn a {
    font-size: clamp(1.25rem, 0.5425rem + 3.0189vw, 1.75rem);
    max-width: none;
    padding: 2.5% 0 3%;
    margin: 4% auto 0;
  }
}

.interiorWindow__tit {
  max-width: 156px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__tit {
    max-width: 109px;
    margin: 16% auto 0;
  }
}
.interiorWindow__inner {
  background: #E3F3FC;
  padding: 16px 20px 32px;
}
@media screen and (max-width: 640px) {
  .interiorWindow__inner {
    padding: 2% 0 6%;
  }
}
.interiorWindow__head {
  max-width: 328px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .interiorWindow__head {
    max-width: none;
    width: 93%;
  }
}
.interiorWindow__what {
  max-width: 694px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__what {
    max-width: none;
    width: 92%;
    margin: -1% auto 0;
  }
}
.interiorWindow__renovation2026 {
  background: #fff;
  border: 4px solid #E64290;
  border-radius: 4px 4px 0 0;
  max-width: 776px;
  padding: 0 0 24px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__renovation2026 {
    border: 2px solid #E64290;
    padding: 0 0 3%;
    width: 92%;
    margin: 4% auto 0;
  }
}
.interiorWindow__renovation2026Tit {
  color: #fff;
  background: #E64290;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 8px 0 12px;
}
@media screen and (max-width: 640px) {
  .interiorWindow__renovation2026Tit {
    font-size: clamp(1rem, -0.0613rem + 4.5283vw, 1.75rem);
    padding: 2% 0 3%;
  }
}
.interiorWindow__renovation2026Body {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .interiorWindow__renovation2026Body {
    padding: 0 3%;
  }
}
.interiorWindow__price01 {
  position: relative;
  max-width: 586px;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__price01 {
    max-width: none;
    width: 100%;
    margin: 4% auto 0;
  }
}
.interiorWindow__price01::before {
  content: "";
  background: url(../uploads/summer-2026-east_interiorWindow-price01Arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .interiorWindow__price01::before {
    bottom: -28%;
    width: 23.5%;
    height: 21%;
  }
}
.interiorWindow__renovation2026Example {
  max-width: 600px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__renovation2026Example {
    max-width: none;
    margin: 18% auto 0;
  }
}
.interiorWindow__renovation2026ExampleNote {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-align: left;
  max-width: 600px;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__renovation2026ExampleNote {
    font-size: clamp(0.75rem, 0.3962rem + 1.5094vw, 1rem);
    letter-spacing: 0.02em;
    max-width: none;
    margin: 4% auto 0;
  }
}
.interiorWindow__tokyoPrice {
  max-width: 618px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__tokyoPrice {
    max-width: none;
    margin: 8% auto 0;
  }
}
.interiorWindow__btnImg {
  max-width: 286px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .interiorWindow__btnImg {
    max-width: none;
    width: 89%;
    margin: -7% auto 0;
  }
}
.interiorWindow .brownBtn {
  margin: 0 auto;
}
.interiorWindow .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .interiorWindow .company-txt {
    margin-top: 6%;
  }
}
.interiorWindow__note {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .interiorWindow__note {
    margin-top: 4%;
  }
}

.airConditioner__tit {
  max-width: 232px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditioner__tit {
    max-width: 172px;
    margin: 16% auto 0;
  }
}
.airConditioner__note {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .airConditioner__note {
    margin-top: 4%;
  }
}

.airConditionerCleaning {
  background: #E3F3FC;
  padding: 18px 20px 48px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning {
    padding: 0 4% 8%;
    margin-top: 10%;
  }
}
.airConditionerCleaning__tit {
  max-width: 552px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__tit {
    max-width: none;
    width: 100%;
    -webkit-transform: scale(1.11) translate(3%, -1%);
            transform: scale(1.11) translate(3%, -1%);
  }
}
.airConditionerCleaning__price02-03 {
  max-width: 712px;
  margin: 6px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__price02-03 {
    max-width: none;
    width: 96%;
    margin: 10% auto 0;
  }
}
.airConditionerCleaning__price04 {
  max-width: 776px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__price04 {
    max-width: none;
    margin: 12% auto 0;
  }
}
.airConditionerCleaning__btnComment {
  max-width: 532px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__btnComment {
    max-width: none;
    margin: 10% auto 0;
  }
}
.airConditionerCleaning .brownBtn {
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning .brownBtn {
    margin-top: 2%;
  }
}
.airConditionerCleaning__setWrap {
  background: #fff;
  border: 3px solid #50B5C7;
  border-radius: 20px;
  max-width: 778px;
  padding: 10px 20px 28px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__setWrap {
    border: 2px solid #50B5C7;
    border-radius: 10px;
    padding: 4% 3% 6%;
    margin: 6% auto 0;
  }
}
.airConditionerCleaning__setTit {
  max-width: 434px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__setTit {
    max-width: none;
    width: 88%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.airConditionerCleaning__price05-06 {
  max-width: 664px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__price05-06 {
    max-width: none;
    margin: 4% auto 0;
  }
}
.airConditionerCleaning__price07-08 {
  max-width: 656px;
  margin: 10px auto 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__price07-08 {
    max-width: none;
    margin: 6% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.airConditionerCleaning__setExample {
  max-width: 600px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__setExample {
    max-width: none;
    width: 96%;
    margin: 4% auto 0;
  }
}

.airConditionerReplacement {
  background: #E3F3FC;
  padding: 12px 20px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement {
    padding: 4% 0 8%;
    margin-top: 8%;
  }
}
.airConditionerReplacement__tit {
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement__tit {
    max-width: none;
    width: 75%;
  }
}
.airConditionerReplacement__img {
  max-width: 654px;
  margin: 4px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement__img {
    max-width: none;
    width: 95%;
    margin: -1% auto 0;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
.airConditionerReplacement__price09-10 {
  max-width: 726px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement__price09-10 {
    max-width: none;
    width: 92%;
    margin: 5% auto 0;
  }
}
.airConditionerReplacement__pinkTxt {
  color: #E74893;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement__pinkTxt {
    font-size: clamp(0.9375rem, 0.0531rem + 3.7736vw, 1.5625rem);
    line-height: 1.3;
    margin-top: 5%;
  }
}
.airConditionerReplacement__pinkSubTxt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement__pinkSubTxt {
    font-size: clamp(0.75rem, 0.2193rem + 2.2642vw, 1.125rem);
    line-height: 1.4;
    margin-top: 6%;
  }
}
.airConditionerReplacement .brownBtn {
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement .brownBtn {
    width: 96%;
    margin: 4% auto 0;
  }
}
.airConditionerReplacement + .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .airConditionerReplacement + .company-txt {
    margin-top: 6%;
  }
}

.houseCleaning__tit {
  max-width: 420px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning__tit {
    max-width: 335px;
    margin: 16% auto 0;
  }
}
.houseCleaning__inner {
  background: #E3F3FC;
  padding: 16px 16px 24px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__inner {
    padding: 3% 0 6%;
    margin-top: 10%;
  }
}
.houseCleaning__head {
  max-width: 382px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .houseCleaning__head {
    max-width: none;
    width: 96%;
  }
}
.houseCleaning__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 91%;
    margin: 7% auto 0;
  }
}
.houseCleaning__wetArea {
  position: relative;
  width: 63.6%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__wetArea {
    width: 100%;
  }
}
.houseCleaning__wetArea::before {
  content: "";
  background: #B4B4B5;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 110%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__wetArea::before {
    display: none;
  }
}
.houseCleaning__bath {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__bath {
    width: 100%;
    margin-top: 8%;
  }
}
.houseCleaning + .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .houseCleaning + .company-txt {
    margin-top: 6%;
  }
}
.houseCleaning__note {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__note {
    margin-top: 4%;
  }
}

.kitchenRemake__tit {
  max-width: 365px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemake__tit {
    max-width: 300px;
    margin: 16% auto 0;
  }
}
.kitchenRemake__note {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .kitchenRemake__note {
    margin-top: 4%;
  }
}

.kitchenRemakeMain {
  background: #E3F3FC;
  padding: 24px 20px 36px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain {
    padding: 6% 2% 7%;
    margin-top: 12%;
  }
}
.kitchenRemakeMain__tit {
  max-width: 322px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__tit {
    max-width: none;
    width: 97%;
  }
}
.kitchenRemakeMain__check {
  max-width: 600px;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__check {
    max-width: none;
    width: 96%;
    margin: 5% auto 0;
  }
}
.kitchenRemakeMain__price12 {
  max-width: 490px;
  margin: 22px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__price12 {
    max-width: none;
    width: 97%;
    margin: 8% auto 0;
  }
}
.kitchenRemakeMain__example {
  max-width: 775px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__example {
    max-width: none;
    width: 96%;
    margin: 6% auto 0;
  }
}
.kitchenRemakeMain__beforeAfter {
  max-width: 764px;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__beforeAfter {
    max-width: none;
    width: 94%;
    margin: 4% auto 0;
  }
}
.kitchenRemakeMain__youtube {
  max-width: 550px;
  margin: 4px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__youtube {
    max-width: none;
    width: 96%;
    margin: 5% auto 0;
  }
}
.kitchenRemakeMain__youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.kitchenRemakeMain .brownBtn {
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain .brownBtn {
    margin-top: 6%;
  }
}
.kitchenRemakeMain__services {
  max-width: 755px;
  margin: 42px auto 0;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeMain__services {
    max-width: none;
    width: 96%;
    margin: 8% auto 0;
  }
}

.kitchenRemakeStove {
  background: #E3F3FC;
  padding: 20px 20px 24px;
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeStove {
    padding: 4% 0 6%;
    margin-top: 8%;
  }
}
.kitchenRemakeStove__tit {
  max-width: 334px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeStove__tit {
    max-width: none;
    width: 97%;
  }
}
.kitchenRemakeStove__price13 {
  max-width: 764px;
  margin: 4px auto 0;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
@media screen and (max-width: 640px) {
  .kitchenRemakeStove__price13 {
    max-width: none;
    width: 95%;
    margin: 3% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.kitchenRemakeRangeHood {
  background: #E3F3FC;
  padding: 10px 20px 28px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeRangeHood {
    padding: 3% 0 6%;
    margin-top: 8%;
  }
}
.kitchenRemakeRangeHood__tit {
  max-width: 336px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeRangeHood__tit {
    max-width: none;
    width: 97%;
  }
}
.kitchenRemakeRangeHood__price14 {
  max-width: 686px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeRangeHood__price14 {
    max-width: none;
    width: 91%;
    margin: 2% auto 0;
  }
}

.kitchenRemakeFaucet {
  background: #E3F3FC;
  padding: 16px 20px 28px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeFaucet {
    padding: 4% 0 5%;
    margin-top: 8%;
  }
}
.kitchenRemakeFaucet__tit {
  max-width: 322px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeFaucet__tit {
    max-width: none;
    width: 93%;
  }
}
.kitchenRemakeFaucet__price15 {
  max-width: 734px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeFaucet__price15 {
    max-width: none;
    width: 94%;
    margin: 3% auto 0;
  }
}
.kitchenRemakeFaucet + .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .kitchenRemakeFaucet + .company-txt {
    margin-top: 6%;
  }
}

.vanityRemake__tit {
  max-width: 342px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .vanityRemake__tit {
    max-width: 300px;
    margin: 16% auto 0;
  }
}
.vanityRemake__note {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .vanityRemake__note {
    margin-top: 4%;
  }
}

.vanityRemakeMain {
  background: #E3F3FC;
  padding: 16px 20px 22px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .vanityRemakeMain {
    padding: 5% 0 6%;
    margin-top: 10%;
  }
}
.vanityRemakeMain__tit {
  max-width: 428px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .vanityRemakeMain__tit {
    max-width: none;
    width: 90%;
  }
}
.vanityRemakeMain__check {
  max-width: 600px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .vanityRemakeMain__check {
    max-width: none;
    width: 91%;
    margin: 7% auto 0;
  }
}
.vanityRemakeMain__price16 {
  max-width: 632px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .vanityRemakeMain__price16 {
    max-width: none;
    width: 92%;
    margin: 3% auto 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}
.vanityRemakeMain__service {
  max-width: 755px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .vanityRemakeMain__service {
    max-width: none;
    width: 91%;
    margin: 4% auto 0;
  }
}

.vanityRemakeFaucet {
  background: #E3F3FC;
  padding: 16px 20px 22px;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .vanityRemakeFaucet {
    padding: 5% 0 7%;
    margin-top: 9%;
  }
}
.vanityRemakeFaucet__tit {
  max-width: 298px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .vanityRemakeFaucet__tit {
    max-width: none;
    width: 86.5%;
  }
}
.vanityRemakeFaucet__price17 {
  max-width: 736px;
  margin: 0 auto;
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
}
@media screen and (max-width: 640px) {
  .vanityRemakeFaucet__price17 {
    max-width: none;
    width: 94.5%;
    margin: 4% auto 0;
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
.vanityRemakeFaucet + .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .vanityRemakeFaucet + .company-txt {
    margin-top: 6%;
  }
}

.bathRemake__tit {
  max-width: 302px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemake__tit {
    max-width: 260px;
    margin: 16% auto 0;
  }
}
.bathRemake__note {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .bathRemake__note {
    margin-top: 4%;
  }
}

.bathRemakeMain {
  background: #E3F3FC;
  padding: 16px 20px 42px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain {
    padding: 4% 0 5%;
    margin-top: 11%;
  }
}
.bathRemakeMain__tit {
  max-width: 362px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__tit {
    max-width: none;
    width: 97%;
  }
}
.bathRemakeMain__check {
  max-width: 600px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__check {
    max-width: none;
    width: 94%;
    margin: 1% auto 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}
.bathRemakeMain__price18 {
  max-width: 530px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__price18 {
    max-width: none;
    width: 84%;
    margin: -9% auto 0;
  }
}
.bathRemakeMain__price19-20-21 {
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__price19-20-21 {
    width: 80%;
    margin: 6% auto 0;
  }
}
.bathRemakeMain__beforeAfter {
  max-width: 772px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__beforeAfter {
    max-width: none;
    width: 96%;
    margin: 5% auto 0;
  }
}
.bathRemakeMain__youtube {
  max-width: 550px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__youtube {
    max-width: none;
    width: 92%;
    margin: 6% auto 0;
  }
}
.bathRemakeMain__youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.bathRemakeMain .brownBtn {
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain .brownBtn {
    width: 90%;
    margin: 6% auto 0;
  }
}
.bathRemakeMain__service {
  max-width: 755px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeMain__service {
    max-width: none;
    width: 92%;
    margin: 9% auto 0;
  }
}

.bathRemakeFaucet {
  background: #E3F3FC;
  padding: 16px 20px 14px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .bathRemakeFaucet {
    padding: 5% 0 4%;
    margin-top: 10%;
  }
}
.bathRemakeFaucet__tit {
  max-width: 316px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bathRemakeFaucet__tit {
    max-width: none;
    width: 92%;
  }
}
.bathRemakeFaucet__price22 {
  max-width: 678px;
  margin: 12px auto 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media screen and (max-width: 640px) {
  .bathRemakeFaucet__price22 {
    max-width: none;
    width: 88%;
    margin: 4% auto 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}

.bathRemakeDehumidifyingHeater {
  background: #E3F3FC;
  padding: 18px 20px 22px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .bathRemakeDehumidifyingHeater {
    padding: 3% 0 5%;
    margin-top: 10%;
  }
}
.bathRemakeDehumidifyingHeater__tit {
  max-width: 368px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bathRemakeDehumidifyingHeater__tit {
    max-width: none;
    width: 94%;
  }
}
.bathRemakeDehumidifyingHeater__price23 {
  max-width: 594px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .bathRemakeDehumidifyingHeater__price23 {
    max-width: none;
    width: 94%;
    margin: 2% auto 0;
  }
}

.price-note {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .price-note {
    font-size: clamp(0.75rem, 0.4847rem + 1.1321vw, 0.9375rem);
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;
    width: 80%;
    padding-left: 1em;
    margin: 6% auto 0;
  }
}

.linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2% auto 0;
  }
}
.linkArea > div {
  text-align: center;
  width: 50%;
  padding: 20px 0 12px;
}
@media screen and (max-width: 640px) {
  .linkArea > div {
    width: 100%;
    padding: 3% 0;
  }
}
.linkArea__privacy {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.5019607843);
}
.linkArea__privacy__txt {
  font-size: clamp(0.75rem, 0.5621rem + 0.4691vw, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .linkArea__privacy__txt {
    font-size: clamp(0.8125rem, 0.5472rem + 1.1321vw, 1rem);
  }
}
.linkArea__privacy__btn {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .linkArea__privacy__btn {
    margin-top: 3%;
  }
}
.linkArea__privacy__btn a {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  font-size: clamp(0.875rem, 0.6871rem + 0.4691vw, 1.25rem);
  font-weight: 700;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .linkArea__privacy__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .linkArea__privacy__btn a {
    font-size: clamp(0.875rem, 0.5212rem + 1.5094vw, 1.125rem);
    padding: 2% 3.5%;
  }
}
.linkArea__search {
  background: #C8D800;
}
.linkArea__search__txt {
  color: #0A8143;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: clamp(0.875rem, 0.781rem + 0.2346vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .linkArea__search__txt {
    font-size: clamp(0.9375rem, 0.4953rem + 1.8868vw, 1.25rem);
  }
}
.linkArea__search__txt span {
  position: relative;
  text-align: left;
  display: inline-block;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 640px) {
  .linkArea__search__txt span {
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
}
.linkArea__search__btn {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn {
    margin-top: 2%;
  }
}
.linkArea__search__btn a {
  position: relative;
  color: #fff;
  background: #0A8143;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.1em;
  border: 2px solid #0A5843;
  border-radius: 60px;
  display: inline-block;
  max-width: 314px;
  width: 100%;
  padding: 16px 0 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .linkArea__search__btn a:hover {
    background: #54BE87;
  }
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn a {
    font-size: clamp(1.375rem, 0.4906rem + 3.7736vw, 2rem);
    max-width: none;
    width: 84%;
    padding: 3% 0 4%;
  }
}
.linkArea__search__btn a::before {
  content: "";
  background: url(../uploads/early-spring-2026-east_contactArea-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -62px;
  right: 20px;
  width: 56px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn a::before {
    top: -108%;
    right: 8%;
    width: 15%;
    height: 105%;
  }
}
.linkArea__search__btn a .smTxt {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn a .smTxt {
    font-size: clamp(1.125rem, 0.2406rem + 3.7736vw, 1.75rem);
  }
}

.contactArea {
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .contactArea {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 10;
  }
}
.contactArea__tit {
  color: #9E8638;
  background: #fff;
  font-size: clamp(0.875rem, 0.6871rem + 0.4691vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}
@media screen and (max-width: 640px) {
  .contactArea__tit {
    font-size: clamp(1rem, 0.6462rem + 1.5094vw, 1.25rem);
    font-weight: 700;
    padding: 1.5% 0;
  }
}
@media screen and (max-width: 374px) {
  .contactArea__tit {
    font-size: 13px;
  }
}
.contactArea__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactArea__web {
  width: 50%;
}
.contactArea__web a {
  background: #E63462;
  text-align: center;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .contactArea__web a:hover {
    background: #FD9FB8;
  }
}
@media screen and (max-width: 640px) {
  .contactArea__web a {
    padding: 3% 0;
  }
}
.contactArea__web a img {
  max-width: 190px;
}
@media screen and (max-width: 640px) {
  .contactArea__web a img {
    max-width: 100%;
    width: 85%;
  }
}
.contactArea__tel {
  width: 50%;
}
.contactArea__tel a {
  background: #009EB8;
  text-align: center;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .contactArea__tel a:hover {
    background: #6FC8D6;
  }
}
@media screen and (max-width: 640px) {
  .contactArea__tel a {
    padding: 3% 0;
  }
}
.contactArea__tel a img {
  max-width: 190px;
}
@media screen and (max-width: 640px) {
  .contactArea__tel a img {
    max-width: 100%;
    width: 85%;
  }
}

.to-top-tab {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3019607843);
  position: fixed;
  bottom: 180px;
  right: 66px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .to-top-tab {
    bottom: 135px;
    right: 20px;
    z-index: 20;
  }
}
.to-top-tab a {
  background: #ef883d;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: block;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 640px) {
  .to-top-tab a {
    line-height: 55px;
    width: 50px;
    height: 50px;
  }
}

.to-top-tab.__active {
  opacity: 1;
  visibility: visible;
}

.side-bnr {
  top: 330px;
  right: -1px;
  z-index: 5;
}
.side-bnr__list-item {
  max-width: 130px;
}
.side-bnr__list-item:first-child {
  margin-bottom: 18px;
}