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

main {
  background: #FBE1E7;
}

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.02em;
  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.5;
  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: #E4005E;
  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 #E4005E;
  border-top: none;
  padding: 24px 42px;
}
@media screen and (max-width: 640px) {
  .accordion-area__box {
    border: 2px solid #E4005E;
    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__cherryBlossom, .mv__area, .mv__deadline, .mv__tit, .mv__btnComment, .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__cherryBlossom {
  top: 3%;
  left: 7.2%;
  width: 90.8%;
}
@media screen and (max-width: 640px) {
  .mv__cherryBlossom {
    top: 2%;
    left: 1%;
    width: 96.5%;
  }
}
.mv__cherryBlossom.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: 5.8%;
  left: 25.7%;
  width: 20.834%;
}
@media screen and (max-width: 640px) {
  .mv__area {
    top: 11.2%;
    left: 10%;
    width: 45%;
    z-index: 1;
  }
}
.mv__area.active {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__deadline {
  top: 3.1%;
  right: 0%;
  width: 37.1%;
}
@media screen and (max-width: 640px) {
  .mv__deadline {
    display: none;
  }
}
.mv__deadline.active {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__tit {
  top: 16.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 22.4%;
    width: 87%;
    margin-left: -1.5%;
    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__btnComment {
  top: 79.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15.1%;
}
@media screen and (max-width: 640px) {
  .mv__btnComment {
    top: 70%;
    width: 63.2%;
  }
}
.mv__btnComment.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: 85.9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.7%;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    top: 79.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 {
  color: #fff;
  background: #E84B68;
  font-family: "fot-tsukuardgothic-std", 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 rgb(173, 157, 147);
          box-shadow: 0px clamp(0.125rem, 0.031rem + 0.2346vw, 0.3125rem) 0px 0px rgb(173, 157, 147);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .mv__btn a:hover {
    opacity: 0.7;
  }
}
@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 .spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .mv__btn a .spOn {
    display: inline-block !important;
  }
}

@-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);
  }
}
.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 {
  overflow-x: hidden;
  background: #FBDAE3;
  max-width: 800px;
  padding: 16px 0 64px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  .anchorWrap {
    background: inherit;
    padding: 0 0 10%;
    margin: 2% auto 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.anchorWrap .anchorComment {
  max-width: 492px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorComment {
    max-width: none;
    width: 86%;
  }
}
.anchorWrap .anchorSwiperContainer {
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer {
    margin-top: 2%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-slide {
  width: 290px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-slide {
    width: 48%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-slide a {
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-slide a {
    border-radius: 8px;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-pagination {
  top: auto;
  bottom: -36px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-pagination {
    bottom: -36%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next,
.anchorWrap .anchorSwiperContainer .swiper-button-prev {
  background: #753B29;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next,
  .anchorWrap .anchorSwiperContainer .swiper-button-prev {
    width: 5.334%;
    height: 37.7%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next::after,
.anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next::after,
  .anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
    font-size: 12px;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next {
  right: 0;
  -webkit-transform: translate(50%, -20%);
          transform: translate(50%, -20%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next {
    top: auto;
    bottom: 50%;
    right: 18%;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next::after {
  left: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next::after {
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-prev {
    top: auto;
    bottom: 50%;
    left: 18%;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
  right: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
    right: 50%;
    -webkit-transform: translate(35%, -50%);
            transform: translate(35%, -50%);
  }
}

.top-area {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .top-area {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-area__deadline {
    width: 59%;
    margin: 0 auto;
  }
}
.top-area__note {
  max-width: 600px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__note {
    max-width: none;
    width: 80%;
    margin: 4% auto 0;
  }
}
.top-area__note .accordion-area__tit {
  background: #00B3EC;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top-area__note .accordion-area__tit {
    font-size: clamp(14px, 3.733vw, 24px);
  }
}
.top-area__note .accordion-area__box {
  text-align: center;
  border: none;
  padding: 24px 12px 28px;
}
@media screen and (max-width: 640px) {
  .top-area__note .accordion-area__box {
    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: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__sumileage {
    margin: 8% auto 0;
  }
}

.panel-area .js-tabPanel,
.panel-area .js-tabPanel02 {
  display: none;
}
.panel-area .js-tabPanel.is-click,
.panel-area .js-tabPanel02.is-click {
  display: block;
}

.panel-tabTit {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .panel-tabTit {
    position: relative;
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .panel-tabTit::after {
    content: "";
    background: #E4005E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 130%;
    height: 100%;
    z-index: -1;
  }
}

.panel-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 540px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .panel-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    margin: 6% auto 0;
  }
}
.panel-tab__item {
  border: 1px solid #fff;
  width: 31.5%;
}
@media screen and (max-width: 640px) {
  .panel-tab__item {
    width: 50%;
  }
}
.panel-tab__item a {
  color: #E4005E;
  background: rgba(255, 255, 255, 0.5019607843);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.025;
  text-align: center;
  letter-spacing: 0.04em;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0px 0px 10px rgba(255, 255, 255, 0.9);
  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;
  width: 100%;
  height: 100%;
  padding: 6px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .panel-tab__item a:hover {
    background: #F17FAE;
  }
}
@media screen and (max-width: 640px) {
  .panel-tab__item a {
    font-size: clamp(1.125rem, 0.5943rem + 2.2642vw, 1.5rem);
    height: clamp(3rem, 0.8774rem + 9.0566vw, 4.5rem);
    padding: 0;
  }
}
.panel-tab__item span {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .panel-tab__item span {
    font-size: 13px;
  }
}

.duct {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .duct {
    margin-top: 12%;
  }
}
.duct__tit {
  max-width: 786px;
  margin: 0 auto;
}
.duct__topImg {
  margin-top: 20px;
  -webkit-transform: scale(1.036);
          transform: scale(1.036);
}
@media screen and (max-width: 640px) {
  .duct__topImg {
    margin-top: 0;
  }
}
.duct .panel-area {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .duct .panel-area {
    margin-top: 10%;
  }
}

.bathHeater {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .bathHeater {
    margin-top: 12%;
  }
}
.bathHeater__inner {
  background: #fff;
  border: 5px solid #E63D7B;
  border-radius: 20px;
  padding: 24px 88px 40px;
}
@media screen and (max-width: 640px) {
  .bathHeater__inner {
    border: 2px solid #E63D7B;
    border-radius: 10px;
    padding: 4% 2% 8% 3%;
  }
}
.bathHeater__price01 {
  max-width: 686px;
  margin: 20px 0 0 84px;
}
@media screen and (max-width: 640px) {
  .bathHeater__price01 {
    margin: 8% 0 0;
  }
}
.bathHeater__price02 {
  max-width: 625px;
  margin: 20px 0 0 84px;
}
@media screen and (max-width: 640px) {
  .bathHeater__price02 {
    max-width: none;
    margin: 10% 0 0;
  }
}
.bathHeater__price03 {
  max-width: 685px;
  margin: 10px 0 0 84px;
}
@media screen and (max-width: 640px) {
  .bathHeater__price03 {
    margin: 11% 0 0;
  }
}
.bathHeater__price04 {
  max-width: 712px;
  margin: 44px 0 0 84px;
}
@media screen and (max-width: 640px) {
  .bathHeater__price04 {
    margin: 12% 0 0;
  }
}
.bathHeater__price05 {
  max-width: 702px;
  margin: 30px 0 0 84px;
}
@media screen and (max-width: 640px) {
  .bathHeater__price05 {
    margin: 8% 0 0;
  }
}
.bathHeater .company-txt {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .bathHeater .company-txt {
    margin-top: 8%;
  }
}
.bathHeater__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .bathHeater__note {
    margin-top: 4%;
  }
}

.houseCleaning {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .houseCleaning {
    margin-top: 20%;
  }
}
.houseCleaning__tit {
  max-width: 732px;
  margin: 0 auto;
}
.houseCleaning__priceWrapTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 22px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__priceWrapTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.houseCleaning__accordion {
  max-width: 756px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion {
    margin: 12% auto 0;
  }
}
.houseCleaning__accordion .accordion-area__tit {
  background: #E63D7B;
  font-family: "ads-ayumin", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .accordion-area__tit {
    font-size: 17px;
  }
}
.houseCleaning__accordion .red-txt {
  color: #E63D7B;
}
.houseCleaning__accordion .accordion-area__box {
  border: 2px solid #E63D7B;
  padding: 28px 24px 32px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .accordion-area__box {
    padding: 6% 4%;
  }
}
.houseCleaning__accordion .notes-area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.houseCleaning__accordion .notes-area__wrap__img {
  width: 44.75%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__wrap__img {
    width: 100%;
    margin-top: 6%;
  }
}
.houseCleaning__accordion .notes-area__wrap__body {
  width: 51.5%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__wrap__body {
    width: 100%;
  }
}
.houseCleaning__accordion .notes-area__wrap__head01 {
  max-width: 288px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__wrap__head01 {
    max-width: none;
    width: 88%;
  }
}
.houseCleaning__accordion .notes-area__wrap__head01 + p {
  font-size: clamp(13px, 2.028vw, 16px);
  font-weight: 700;
  line-height: 1.375;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__wrap__head01 + p {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
    margin-top: 6%;
  }
}
.houseCleaning__accordion .notes-area__wrap__head02 {
  max-width: 314px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__wrap__head02 {
    max-width: none;
    width: 100%;
    margin: 8% auto 0;
  }
}
.houseCleaning__accordion .notes-area__wrap__head02 + p {
  font-size: clamp(13px, 2.028vw, 16px);
  font-weight: 700;
  line-height: 1.375;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__wrap__head02 + p {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.4;
    margin-top: 6%;
  }
}
.houseCleaning__accordion .notes-area__movie-tit {
  max-width: 464px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__movie-tit {
    max-width: none;
    width: 82%;
    margin: 10% auto 0;
  }
}
.houseCleaning__accordion .notes-area__movie {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__movie {
    margin-top: 4%;
  }
}
.houseCleaning__accordion .notes-area__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__accordion .notes-area__movie iframe {
    aspect-ratio: 520/293;
  }
}
.houseCleaning__priceWrapMid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  max-width: 710px;
  margin: 68px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning__priceWrapMid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
    margin: 8% auto 0;
  }
}
.houseCleaning .balcony__accordion {
  max-width: 755px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion {
    margin: 12% auto 0;
  }
}
.houseCleaning .balcony__accordion .accordion-area__tit {
  background: #E63D7B;
  font-family: "ads-ayumin", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .accordion-area__tit {
    font-size: 17px;
  }
}
.houseCleaning .balcony__accordion .accordion-area__box {
  border: 2px solid #E63D7B;
  padding: 28px 24px 32px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .accordion-area__box {
    padding: 6% 4%;
  }
}
.houseCleaning .balcony__accordion .notes-area__top-txt {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__top-txt {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
  }
}
.houseCleaning .balcony__accordion .notes-area__blowing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__blowing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 90%;
    margin: 4% auto 0;
  }
}
.houseCleaning .balcony__accordion .notes-area__blowing p {
  position: relative;
  color: #fff;
  background: #EB6D80;
  font-weight: 700;
  line-height: 1.375;
  text-align: left;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 20px 10px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__blowing p {
    font-size: clamp(14px, 3.733vw, 20px);
    line-height: 1.35;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2% 3%;
  }
}
.houseCleaning .balcony__accordion .notes-area__blowing p::before {
  content: "";
  background: url(../uploads/spring-2026-east_balcony-accordion-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  left: -10px;
  width: 12px;
  height: 12px;
}
.houseCleaning .balcony__accordion .notes-area__blowing p + p {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__blowing p + p {
    margin: 4% 0 0 auto;
  }
}
.houseCleaning .balcony__accordion .notes-area__blowing p + p::before {
  left: auto;
  right: -10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.houseCleaning .balcony__accordion .notes-area .yellow-line {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area .yellow-line {
    font-size: clamp(15px, 4vw, 24px);
    margin-top: 6%;
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-tit {
  max-width: 440px;
  margin: 6px auto 0;
  -webkit-transform: translateX(76px);
          transform: translateX(76px);
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-tit {
    max-width: none;
    width: 80%;
    margin: 12% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 8%;
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap__item {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-wrap__item {
    width: 100%;
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap__head {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-wrap__head {
    font-size: clamp(15px, 4vw, 22px);
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap__head::after {
  content: "";
  border-top: 3px dotted #D20D00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  width: 68%;
  z-index: -1;
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap__head span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-wrap__head span {
    padding: 0 3%;
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap__txt {
  font-size: clamp(13px, 2.028vw, 16px);
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-wrap__txt {
    font-size: clamp(14px, 3.733vw, 22px);
    margin-top: 4%;
  }
}
.houseCleaning .balcony__accordion .notes-area__pro-wrap__img {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__pro-wrap__img {
    margin-top: 6%;
  }
}
.houseCleaning .balcony__accordion .notes-area__movie-tit {
  max-width: 316px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__movie-tit {
    max-width: none;
    width: 98%;
    margin: 14% auto 0;
  }
}
.houseCleaning .balcony__accordion .notes-area__movie {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__movie {
    margin-top: 4%;
  }
}
.houseCleaning .balcony__accordion .notes-area__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .houseCleaning .balcony__accordion .notes-area__movie iframe {
    aspect-ratio: 500/293;
  }
}
.houseCleaning .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .company-txt {
    margin-top: 8%;
  }
}
.houseCleaning__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__note {
    margin-top: 4%;
  }
}

.rangeHoodFilter {
  padding-top: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter {
    padding-top: 0;
    margin-top: 20%;
  }
}
.rangeHoodFilter__price {
  background: #fff;
  border: 3px solid #0EB0E8;
  padding: 0 30px 36px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__price {
    border: 2px solid #0EB0E8;
    border-radius: 10px;
    padding: 3% 2% 8%;
  }
}
.rangeHoodFilter__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__priceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
}
.rangeHoodFilter__priceWrap__tit {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__priceWrap__tit {
    width: 100%;
  }
}
.rangeHoodFilter__priceWrap__img {
  width: 36.5%;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__priceWrap__img {
    width: 100%;
  }
}
.rangeHoodFilter__priceDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__priceDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 84%;
    margin: 4% auto 0;
  }
}
.rangeHoodFilter__feature {
  background: #fff;
  padding: 44px 70px 36px 82px;
  margin-top: 58px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature {
    padding: 3% 4% 6%;
    margin-top: 8%;
  }
}
.rangeHoodFilter__feature__detail {
  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) {
  .rangeHoodFilter__feature__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.rangeHoodFilter__feature__detailBody {
  text-align: left;
  width: 37%;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__detailBody {
    width: 100%;
  }
}
.rangeHoodFilter__feature__detailTit {
  color: #fff;
  background: #E4005E;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  max-width: 106px;
  width: 100%;
  padding: 3px 0 5px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__detailTit {
    font-size: 16px;
    display: block;
    max-width: 94px;
    padding: 2px 0 4px;
    margin: 0 auto;
  }
}
.rangeHoodFilter__feature dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature dl {
    margin-top: 5%;
  }
}
.rangeHoodFilter__feature dl dt {
  color: #E4005E;
  font-size: 18px;
  font-weight: 700;
  max-width: 60px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature dl dt {
    font-size: 17px;
  }
}
.rangeHoodFilter__feature dl dd {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature dl dd {
    font-size: 13px;
  }
}
.rangeHoodFilter__feature dl + dl {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature dl + dl {
    margin-top: 4px;
  }
}
.rangeHoodFilter__feature__detailBlueTxt {
  color: #0EB0E8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__detailBlueTxt {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-top: 12%;
  }
}
.rangeHoodFilter__feature__detailTxt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__detailTxt {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    margin-top: 2%;
  }
}
.rangeHoodFilter__feature__detailImg {
  width: 51%;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__detailImg {
    width: 100%;
  }
}
.rangeHoodFilter__feature__howTo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__howTo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-top: 8%;
  }
}
.rangeHoodFilter__feature__howToBody {
  text-align: left;
  width: 38%;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__howToBody {
    width: 100%;
  }
}
.rangeHoodFilter__feature__howToBodyTit {
  color: #E4005E;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__howToBodyTit {
    font-size: 14px;
    text-align: center;
  }
}
.rangeHoodFilter__feature__howToBodyTxt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__howToBodyTxt {
    font-size: 12px;
    margin-top: 8px;
  }
}
.rangeHoodFilter__feature__howToImg {
  width: 49.5%;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__feature__howToImg {
    width: 100%;
  }
}
.rangeHoodFilter .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter .company-txt {
    margin-top: 8%;
  }
}
.rangeHoodFilter__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .rangeHoodFilter__note {
    margin-top: 4%;
  }
}

.house {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .house {
    margin-top: 16%;
  }
}
.house__tit {
  max-width: 820px;
  margin: 0 auto;
}
.house .panel-tabTit {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .house .panel-tabTit {
    margin-top: 2%;
  }
}

.airConditioner__replace {
  background: #fff;
  border: 3px solid #E63D7B;
  border-radius: 20px;
  padding: 8px 100px 24px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .airConditioner__replace {
    border: 2px solid #E63D7B;
    border-radius: 10px;
    padding: 8% 2% 4%;
    margin-top: 12%;
  }
}
.airConditioner__replace__tit {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media screen and (max-width: 640px) {
  .airConditioner__replace__tit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.airConditioner__replace__img {
  max-width: 645px;
  margin: -8px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditioner__replace__img {
    margin: 8% auto 0;
  }
}
.airConditioner__replace__price12-13 {
  max-width: 764px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditioner__replace__price12-13 {
    margin: 8% auto 0;
  }
}
.airConditioner__cleaning {
  background: #fff;
  border: 3px solid #E63D7B;
  border-radius: 20px;
  padding: 0 120px 36px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning {
    border: 2px solid #E63D7B;
    border-radius: 10px;
    padding: 6% 2% 6% 3%;
    margin-top: 6%;
  }
}
.airConditioner__cleaning__tit {
  max-width: 714px;
  margin: -16px auto 0;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning__tit {
    margin: 0 auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.airConditioner__cleaning__price14-15 {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning__price14-15 {
    margin-top: 1%;
  }
}
.airConditioner__cleaning__comment {
  color: #E96088;
  font-size: 15px;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning__comment {
    font-size: 13px;
    margin-top: 6%;
  }
}
.airConditioner__cleaning__note {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  border: 1px solid #212121;
  border-radius: 40px;
  max-width: 610px;
  padding: 4px 0 6px;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning__note {
    font-size: 11px;
    line-height: 1.2;
    max-width: none;
    padding: 1% 0 1.5%;
    margin: 3% auto 0;
  }
}
.airConditioner__cleaning__price16 {
  position: relative;
  max-width: 566px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning__price16 {
    max-width: none;
    margin: 10% auto 0;
  }
}
.airConditioner__cleaning__price16::after {
  content: "";
  background: url(../uploads/spring-2026-east_airConditioner-price16-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -95px;
  width: 733px;
  height: 135px;
}
@media screen and (max-width: 640px) {
  .airConditioner__cleaning__price16::after {
    content: none;
  }
}
.airConditioner .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .airConditioner .company-txt {
    margin-top: 8%;
  }
}
.airConditioner__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .airConditioner__note {
    margin-top: 4%;
  }
}

.wetArea {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .wetArea {
    margin-top: 12%;
  }
}
.wetArea__tit {
  max-width: 274px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .wetArea__tit {
    max-width: none;
    width: 80%;
    margin: 0 auto;
  }
}
.wetArea .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .wetArea .company-txt {
    margin-top: 8%;
  }
}
.wetArea__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .wetArea__note {
    margin-top: 4%;
  }
}

.bath {
  background: #fff;
  border: 3px solid #E63D7B;
  border-radius: 20px;
  padding: 24px 64px 32px;
}
@media screen and (max-width: 640px) {
  .bath {
    border: 2px solid #E63D7B;
    border-radius: 10px;
    padding: 6% 2% 7% 3%;
  }
}
.bath__tit {
  max-width: 836px;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 640px) {
  .bath__tit {
    width: 89%;
    margin: 0 auto;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
.bath__price17 {
  max-width: 792px;
  margin: -82px auto 0;
}
@media screen and (max-width: 640px) {
  .bath__price17 {
    margin: 0 auto;
  }
}
.bath__detail {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .bath__detail {
    width: 94%;
    margin: 6% auto 0;
  }
}

.toilet {
  background: #fff;
  border: 3px solid #E63D7B;
  border-radius: 20px;
  padding: 12px 172px 52px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .toilet {
    border: 2px solid #E63D7B;
    border-radius: 10px;
    padding: 2% 3% 4% 4%;
    margin-top: 12%;
  }
}
.toilet__check {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .toilet__check {
    margin-top: 1%;
  }
}
.toilet__price18 {
  max-width: 590px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__price18 {
    max-width: none;
    margin: 7% auto 0;
  }
}
.toilet__price19 {
  max-width: 582px;
  margin: 48px auto 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 640px) {
  .toilet__price19 {
    max-width: none;
    margin: 10% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.toilet__price20 {
  position: relative;
  max-width: 775px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__price20 {
    margin: 8% auto 0;
  }
}
.toilet__price20__btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .toilet__price20__btn {
    bottom: 4.5%;
    max-width: none;
    width: 84%;
  }
}
.toilet__price20__btn a {
  color: #fff;
  background: #0EB0E8;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .toilet__price20__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .toilet__price20__btn a {
    font-size: clamp(0.9375rem, 0.0531rem + 3.7736vw, 1.5625rem);
    padding: 3.5% 0 4%;
  }
}

.clothingFuton {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .clothingFuton {
    margin-top: 16%;
  }
}
.clothingFuton__tit {
  max-width: 657px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .clothingFuton__tit {
    max-width: none;
    width: 90%;
    margin: 4% auto 0;
  }
}
.clothingFuton__wrap {
  background: #FFFAC6;
  border-radius: 20px;
  padding: 28px 80px 36px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__wrap {
    position: relative;
    border-radius: 10px;
    padding: 10% 0 6%;
    margin-top: 12%;
  }
}
.clothingFuton__blueTit {
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .clothingFuton__blueTit {
    position: absolute;
    top: -3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
    width: 100%;
  }
}
.clothingFuton__price21-22 {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__price21-22 {
    margin-top: 0;
  }
}
.clothingFuton__priceTxt {
  font-size: 12px;
  line-height: 1.66;
  text-align: justify;
  max-width: 798px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .clothingFuton__priceTxt {
    line-height: 1.3;
    max-width: none;
    width: 92%;
    margin: 8% auto 0;
  }
}
.clothingFuton__greenTit {
  max-width: 550px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .clothingFuton__greenTit {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 10% auto 0;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .clothingFuton__greenTit::after {
    content: "";
    background: #FBE1E7;
    position: absolute;
    top: -16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.clothingFuton__price23-24 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__price23-24 {
    margin-top: 4%;
  }
}
.clothingFuton__combination {
  max-width: 770px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .clothingFuton__combination {
    margin: 12% auto 0;
  }
}
.clothingFuton__howToUse {
  background: #fff;
  border-radius: 20px;
  padding: 16px 112px 32px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse {
    border-radius: 10px;
    padding: 5% 4% 6%;
    margin-top: 20%;
  }
}
.clothingFuton__howToUse__tit {
  color: #fff;
  background: #E4005E;
  font-family: "ads-ayumin", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 40px;
  max-width: 220px;
  padding: 8px 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__tit {
    font-size: 20px;
    max-width: 194px;
    padding: 3% 0;
  }
}
.clothingFuton__howToUse__list {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__list {
    margin-top: 7.5%;
  }
}
.clothingFuton__howToUse__listItem {
  position: relative;
  background: #FBE4EA;
  padding-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listItem {
    padding-bottom: 4%;
  }
}
.clothingFuton__howToUse__listItem:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listItem:not(:first-child) {
    margin-top: 10%;
  }
}
.clothingFuton__howToUse__listItem:not(:first-child)::before {
  content: "";
  border-style: solid;
  border-top: 12px solid #ed818b;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-right: 7px solid transparent;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listItem:not(:first-child)::before {
    top: -20px;
  }
}
.clothingFuton__howToUse__listTit {
  color: #fff;
  background: #E4005E;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0 6px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listTit {
    font-size: 16px;
    padding: 2% 0 2.5%;
  }
}
.clothingFuton__howToUse__listTxt {
  font-weight: 500;
  line-height: 1.125;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listTxt {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-align: center;
    padding: 0 3%;
    margin-top: 3%;
  }
}
.clothingFuton__howToUse__listNote {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listNote {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
    padding: 0 0 0 3%;
    margin-top: 3%;
  }
}
.clothingFuton__howToUse__listNoteList {
  font-size: 14px;
  line-height: 1.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listNoteList {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    padding: 0 3%;
    margin: 3% auto 0;
  }
}
.clothingFuton__howToUse__listNoteList li {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listNoteList li {
    text-indent: -10em;
    padding-left: 10em;
  }
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__listNoteList li:nth-child(2) {
    text-indent: -11em;
    padding-left: 11em;
  }
}
.clothingFuton__howToUse__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 7%;
  }
}
.clothingFuton__howToUse__calendarTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.04em;
  text-align: left;
  width: 55%;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__calendarTxt {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
  }
}
.clothingFuton__howToUse__calendarTxt .redTxt {
  color: #E4005E;
  background: #FFFAC6;
  font-weight: 700;
}
.clothingFuton__howToUse__calendarTxt .blueTxt {
  color: #0EB0E8;
  font-weight: 700;
}
.clothingFuton__howToUse__calendarImg {
  width: 41%;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__calendarImg {
    width: 100%;
  }
}
.clothingFuton__howToUse__note {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__howToUse__note {
    font-size: 12px;
    margin-top: 8%;
  }
}
.clothingFuton .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .clothingFuton .company-txt {
    margin-top: 8%;
  }
}
.clothingFuton__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .clothingFuton__note {
    margin-top: 4%;
  }
}

.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: #753B29;
  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: #753B29;
  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: #804200;
  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: #E4005E;
  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: #FF95C1;
  }
}
@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: #00B3EC;
  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: #93E0F8;
  }
}
@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;
}